]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-07 Jorge Apariciomake `IndexMut` a super trait over `Index`
2015-02-06 borsAuto merge of #21997 - Manishearth:rollup, r=alexcrichton
2015-02-06 borsAuto merge of #21926 - mzabaluev:raw-lifetime, r=alexcr...
2015-02-06 Manish GoregaokarRollup merge of #22009 - japaric:no-mov, r=alexcrichton
2015-02-06 Manish GoregaokarRollup merge of #22005 - nagisa:obsolete-ctx, r=alexcri...
2015-02-06 Manish GoregaokarRollup merge of #21994 - iKevinY:featureck-fix, r=brson
2015-02-06 Alexisfix outdated docs
2015-02-06 Alexisfix outdated docs
2015-02-06 Manish GoregaokarMore libcollections fixes
2015-02-06 borsAuto merge of #21860 - mdinger:enum_rewording, r=stevek...
2015-02-06 Jorge Aparicioremove the deprecated MaybeOwnedVector
2015-02-06 Simonas KazlauskasRemove word syntax from obsolete syntax messages
2015-02-06 Manish GoregaokarRollup merge of #21991 - steveklabnik:gh21915, r=huonw
2015-02-06 Manish Goregaokarrm unused feature
2015-02-06 Manish Goregaokarlibcollections: unit test fixes
2015-02-06 Alexisremove int_uint feature from libcollections
2015-02-06 Manish GoregaokarRollup merge of #21989 - steveklabnik:gh21491, r=Gankro
2015-02-06 borsAuto merge of #21962 - vrinek:printable-book, r=stevekl...
2015-02-06 Manish GoregaokarRollup merge of #21968 - nikomatsakis:issue-21965-dupli...
2015-02-06 Manish GoregaokarRollup merge of #21966 - scialex:fix-extern, r=alexcrichton
2015-02-06 Manish GoregaokarRollup merge of #21958 - brson:stable-features, r=alexc...
2015-02-06 Manish GoregaokarRollup merge of #21926 - mzabaluev:raw-lifetime, r...
2015-02-06 Manish GoregaokarRollup merge of #21969 - Gankro:collections-cleanup...
2015-02-06 Manish GoregaokarRollup merge of #21924 - steveklabnik:fix_try_docs...
2015-02-06 Manish GoregaokarRollup merge of #21925 - sfackler:allow-missing-copy...
2015-02-06 Manish GoregaokarRollup merge of #21941 - dotdash:with_cond_false, r...
2015-02-06 Manish GoregaokarRollup merge of #21951 - Gankro:entry, r=aturon
2015-02-06 Manish GoregaokarRollup merge of #21954 - jbcrail:fix-misspelled-comment...
2015-02-06 Manish GoregaokarRollup merge of #21955 - jbcrail:fix-test-comments...
2015-02-06 Manish GoregaokarRollup merge of #21964 - semarie:openbsd-env, r=alexcri...
2015-02-06 Manish GoregaokarRollup merge of #21976 - mzabaluev:fix-copy-mut-lifetim...
2015-02-06 Manish GoregaokarRollup merge of #21980 - pnkfelix:more-robust-span...
2015-02-06 Manish GoregaokarRollup merge of #21981 - pnkfelix:improve-compile-test...
2015-02-06 Manish GoregaokarRollup merge of #21983 - pnkfelix:eschew-untyped-arena...
2015-02-06 Manish GoregaokarRollup merge of #21986 - LeoTestard:identical-statics...
2015-02-06 Manish GoregaokarRollup merge of #21987 - pnkfelix:eschew-arena-in-varia...
2015-02-06 borsAuto merge of #21609 - GarrettHeel:master, r=steveklabnik
2015-02-06 Kevin YapFix name of variable referenced in featureck.py
2015-02-06 borsAuto merge of #21947 - bluss:full-range-syntax, r=brson
2015-02-06 Steve KlabnikMention the queueueue-ness of mpsc.
2015-02-06 Steve KlabnikImprove ptr::read docs
2015-02-05 Leo TestardFix an ICE when translating some static expressions.
2015-02-05 Alexisremove int_uint feature from libcollections
2015-02-05 Alexisremove unecessary lifetimes from a bunch of collections...
2015-02-05 Alexismisc collections code cleanup
2015-02-05 borsAuto merge of #21619 - brson:featureck-tidy, r=alexcrichton
2015-02-05 Felix S. Klock IIUse a TypedArena rather than an Arena for the backing...
2015-02-05 Felix S. Klock IIPorted regions-mock-tcx to use TypedArena rather than...
2015-02-05 Felix S. Klock IIimprove `compiletest` error message when path option...
2015-02-05 Felix S. Klock IImake codemap more robust in face of ill-formed spans.
2015-02-05 Brian AndersonTidy fixes
2015-02-05 Brian AndersonAddress review feedback
2015-02-05 Brian Andersonmk: Print test summary after tidy when running 'make...
2015-02-05 Brian Andersontestparser has long lines
2015-02-05 Brian Andersonmk: Add version number to output. Useful for logs
2015-02-05 Brian Andersonmk: Add tidy commands to 'make tips'
2015-02-05 Brian Andersonmk: Remove redundant valgrind notices in build
2015-02-05 Brian AndersonClean up tidy scripts, coverage, performance
2015-02-05 Brian AndersonPolish errorck and featureck UI
2015-02-05 Brian Andersonmk: Split tidy into multiple tidy rules
2015-02-05 Niko MatsakisFix license
2015-02-05 Niko MatsakisNow that the elaboration mechanism is suppressing defau...
2015-02-05 borsAuto merge of #21894 - dotdash:assume_rc, r=alexcrichton
2015-02-05 Niko MatsakisExtend the solution to encompass HRTB
2015-02-05 Mikhail ZabaluevMake the lifetime anchor immutable on std::mem::copy_mu...
2015-02-05 borsAuto merge of #21916 - japaric:no-as-slice, r=alexcrichton
2015-02-05 Jorge Apariciocleanup: replace `as[_mut]_slice()` calls with deref...
2015-02-05 Sébastien Mariecomplete openbsd support for `std::env`
2015-02-05 Ulrik SverdrupImplement pretty-printing of `..` and update tests.
2015-02-05 Niko MatsakisWhen elaborating predicates, purge duplicates from...
2015-02-05 Alexander LightMade external_crates feature work again.
2015-02-05 Sébastien Marieunbreak tree for openbsd after #21787
2015-02-05 borsAuto merge of #21843 - japaric:kindless, r=alexcrichton
2015-02-05 Mikhail ZabaluevReplace one more slice::from_raw_mut_buf added with...
2015-02-05 Mikhail ZabaluevReplace usage of slice::from_raw_buf with slice::from_r...
2015-02-05 Kostas KarachaliosRemove unused src/doc/trpl/rust-book.css
2015-02-05 Kostas KarachaliosMake the book chapters printable
2015-02-05 borsAuto merge of #21944 - alexcrichton:lframework, r=eddyb
2015-02-05 Brian AndersonAdd a lint for writing `#[feature]` for stable features...
2015-02-05 Joseph CrailFix for misspelled comments in tests.
2015-02-05 Joseph CrailFix for misspelled comments.
2015-02-05 borsAuto merge of #21152 - steveklabnik:tasks, r=huonw
2015-02-05 Steve KlabnikA concurrency chapter to replace the tasks chapter.
2015-02-05 Jorge Aparicioregister snapshots
2015-02-05 Jorge Aparicioremove all kind annotations from closures
2015-02-05 Alexisstabilize core Entry API
2015-02-04 Ulrik SverdrupImplement `..` syntax for RangeFull as expression
2015-02-04 Alex Crichtonrustc: Recognize `-L framework=foo`
2015-02-04 borsAuto merge of #21885 - dotdash:nonnull_load, r=alexcrichton
2015-02-04 Björn SteinbrinkAvoid unnecessary codegen in with_cond()
2015-02-04 borsAuto merge of #21544 - P1start:mangle-unicode, r=alexcr...
2015-02-04 borsAuto merge of #21499 - P1start:issue-8706, r=huonw
2015-02-04 borsAuto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
2015-02-04 Steven FacklerSwitch missing_copy_implementations to default-allow
2015-02-04 Steve KlabnikFix issue with rt::unwind::try() docs
2015-02-04 borsAuto merge of #21919 - alexcrichton:rollup, r=alexcrichton
2015-02-04 Alex CrichtonTest fixes and rebase conflicts
2015-02-04 Alex Crichtonrollup merge of #21910: Manishearth/missing_stability
2015-02-04 Alex Crichtonrollup merge of #21907: alexcrichton/iter-by-ref
2015-02-04 Alex Crichtonrollup merge of #21899: nikomatsakis/closure-unify...
next