| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-24 | Clean up FileType enum following enum namespacing | Ben S | -7/+6 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -7/+5 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -3/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+7 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -5/+5 |
| 2014-11-16 | auto merge of #18788 : ricky26/rust/master, r=aturon | bors | -11/+24 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -2/+2 |
| 2014-11-13 | Make std::io::Buffer object-safe. | Ricky Taylor | -11/+24 |
| 2014-11-11 | std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer} | Erick Tryzelaar | -2/+37 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -2/+2 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -13/+2 |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -0/+1 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -87/+5 |
| 2014-11-06 | rollup merge of #18691 : subhashb/add_clone_trait_to_filetype | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -2/+2 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -2/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-06 | Make Filetype Clonable | Subhash Bhushan | -1/+1 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -2/+2 |
| 2014-11-02 | Add Error impls to a few key error types | Aaron Turon | -0/+18 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -16/+16 |