| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -6/+6 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-13 | std: make std::io::IoError{,Kind} implement Eq | Erick Tryzelaar | -2/+2 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+6 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -1/+1 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+37 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -14/+14 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -8/+43 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -2/+3 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -3/+31 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |