| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | Merge `UnicodeChar` and `CharExt`. | Huon Wilson | -1/+0 |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -94/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -9/+9 |
| 2015-01-03 | Register new snapshots | Jorge Aparicio | -24/+0 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -4/+12 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -2/+2 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -2/+25 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -4/+4 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+1 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -2/+25 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -3/+3 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -4/+4 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2014-12-30 | Register new snapshots | Alex Crichton | -41/+0 |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -2/+2 |
| 2014-12-29 | rollup merge of #20250: ipetkov/deriving | Alex Crichton | -2/+2 |
| 2014-12-29 | rollup merge of #20160: nick29581/ranges2 | Alex Crichton | -3/+3 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -3/+3 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+2 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -2/+2 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -0/+42 |
| 2014-12-26 | Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode} | Ivan Petkov | -2/+2 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -3/+4 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -19/+7 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -2/+3 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+2 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -1/+1 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+2 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -1/+1 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -1/+0 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+1 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -7/+13 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -1/+0 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+17 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -11/+11 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -8/+8 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+4 |
| 2014-12-03 | Back io::stdin with a global singleton BufferedReader | Steven Fackler | -4/+4 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -201/+199 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -201/+199 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -2/+2 |
| 2014-11-26 | rollup merge of #19273: ogham/rename-file-types | Alex Crichton | -7/+6 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -2/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |