| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-03 | Print file permissions in octal form. | Jonas Hietala | -1/+22 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -92/+0 |
| 2014-08-29 | Relax lifetime bounds on Reader/Writer impls for trait boxes | Brian Koropoff | -0/+16 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -7/+100 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -1/+1 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -1/+1 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -2/+2 |
| 2014-07-30 | Implement Default for std::io::FilePermission | nham | -0/+6 |
| 2014-07-30 | Derive PartialOrd, Ord and Hash for bitflags types. | nham | -1/+0 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |