| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -4/+4 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -16/+16 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -3/+3 |
| 2015-01-03 | core: merge DoubleEndedIteratorExt into IteratorExt | Jorge Aparicio | -2/+2 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -4/+20 |
| 2015-01-02 | Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds. | Niko Matsakis | -3/+0 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -1/+20 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -49/+46 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -5/+5 |
| 2014-12-31 | core: unbox closures used in let bindings | Jorge Aparicio | -3/+3 |
| 2014-12-30 | Register new snapshots | Alex Crichton | -94/+0 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -2/+2 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -0/+93 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -5/+5 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -1/+1 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -1/+1 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -2/+15 |
| 2014-12-19 | libcore: use `#[deriving(Copy)]` | Jorge Aparicio | -24/+10 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -33/+35 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -7/+7 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -7/+7 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -3/+3 |
| 2014-12-13 | libcore: use unboxed closures in `float_to_str_bytes_common` | Jorge Aparicio | -3/+6 |
| 2014-12-13 | libcore: use unboxed closures in `Formatter` methods | Jorge Aparicio | -5/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+22 |
| 2014-12-08 | core: make the public fmt API completely safe. | Eduard Burtescu | -28/+53 |
| 2014-12-08 | core: remove the dead function fmt::argumentstr. | Eduard Burtescu | -8/+0 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -3/+4 |
| 2014-12-04 | Make missing_doc lint check typedefs | Steven Fackler | -0/+1 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -3/+3 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -30/+30 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -3/+3 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -30/+30 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -3/+3 |
| 2014-11-23 | rollup merge of #19184: Gekkio/fix-binary-format-char | Jakub Bukaj | -1/+1 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 2014-11-21 | Fix std::fmt::Binary format char in docs | Joonas Javanainen | -1/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -84/+72 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+11 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -4/+4 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -4/+4 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -3/+3 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -7/+8 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -7/+7 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -4/+4 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -5/+5 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -153/+0 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -4/+132 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -6/+2 |
| 2014-10-31 | auto merge of #18431 : japaric/rust/show, r=alexcrichton | bors | -28/+28 |