| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -7/+9 |
| 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 | -3/+1 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -2/+4 |
| 2015-01-02 | rollup merge of #20315: alexcrichton/std-sync | Alex Crichton | -11/+5 |
| 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 | -219/+234 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -4/+4 |
| 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 | -174/+195 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -4/+4 |
| 2015-01-01 | std: Second pass stabilization of sync | Alex Crichton | -11/+5 |
| 2015-01-02 | More fallout | Nick Cameron | -23/+23 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -35/+35 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-31 | std: unbox closures used in function arguments | Jorge Aparicio | -1/+1 |
| 2014-12-31 | Revert "std: Re-enable at_exit()" | Alex Crichton | -19/+24 |
| 2014-12-30 | rollup merge of #20061: aturon/stab-2-vec-slice | Alex Crichton | -3/+4 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -3/+4 |
| 2014-12-30 | rollup merge of #20353: alexcrichton/snapshots | Alex Crichton | -61/+0 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -0/+3 |
| 2014-12-30 | rollup merge of #20286: murarth/get-address-name | Alex Crichton | -2/+9 |
| 2014-12-30 | Register new snapshots | Alex Crichton | -61/+0 |
| 2014-12-30 | std: Re-enable at_exit() | Alex Crichton | -24/+19 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -0/+3 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -12/+17 |
| 2014-12-29 | rollup merge of #20250: ipetkov/deriving | Alex Crichton | -2/+2 |
| 2014-12-29 | rollup merge of #20231: fhahn/issue-20226-eexist | Alex Crichton | -0/+13 |
| 2014-12-29 | rollup merge of #20160: nick29581/ranges2 | Alex Crichton | -16/+16 |
| 2014-12-29 | rollup merge of #20042: alexcrichton/second-pass-ptr | Alex Crichton | -2/+2 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -16/+16 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -2/+2 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -218/+235 |
| 2014-12-29 | std: Return Result from RWLock/Mutex methods | Alex Crichton | -10/+10 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -166/+188 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -12/+17 |
| 2014-12-28 | Added `get_address_name`, an interface to `getnameinfo` | Murarth | -2/+9 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -0/+62 |
| 2014-12-27 | auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -15/+32 |
| 2014-12-27 | Fix fallout | Nick Cameron | -5/+5 |
| 2014-12-26 | Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode} | Ivan Petkov | -2/+2 |
| 2014-12-26 | Implement RaceBox for StdinReader | Flavio Percoco | -15/+32 |
| 2014-12-25 | Map EEXIST to PathAlreadyExists error, closes #20226 | Florian Hahn | -0/+13 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -2/+2 |
| 2014-12-23 | Fix some spelling errors. | Huon Wilson | -5/+5 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -7/+8 |
| 2014-12-21 | rollup merge of #20077: shepmaster/stdin-typo | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -0/+1 |
| 2014-12-21 | rollup merge of #19932: elszben/master | Alex Crichton | -0/+50 |