| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-30 | Change extensions traits to blanket impls | Nick Cameron | -4/+16 |
| 2014-10-30 | changes to libs | Nick Cameron | -12/+22 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -16/+16 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -21/+21 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -34/+34 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -26/+84 |
| 2014-10-04 | Fix infinite recursion in Writer impl for &mut Writer | Brian Koropoff | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -7/+7 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -2/+1 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -3/+1 |
| 2014-09-29 | rollup merge of #17548 : cgaebel/master | Alex Crichton | -1/+1 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -4/+11 |
| 2014-09-25 | Added bitflag toggling. | Clark Gaebel | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-07 | Register snapshots. | Huon Wilson | -16/+0 |
| 2014-09-05 | auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichton | bors | -0/+16 |
| 2014-09-04 | auto merge of #16986 : bjz/rust/bitflags, r=alexcrichton | bors | -12/+12 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-05 | Use {} for bitflags! definition and invocations | Brendan Zabarauskas | -12/+12 |
| 2014-09-04 | Print file permissions with 4 digits. | Jonas Hietala | -9/+9 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |