| Age | Commit message (Expand) | Author | Lines |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -3/+2 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -4/+4 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -4/+4 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -13/+13 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -11/+11 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -2/+2 |
| 2014-12-06 | auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichton | bors | -17/+27 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+2 |
| 2014-12-05 | rollup merge of #19364: steveklabnik/doc_buffered_reader | Corey Richardson | -3/+3 |
| 2014-12-05 | std: change BufWriter to return ShortWrite/EndOfFile | Erick Tryzelaar | -17/+27 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -0/+61 |
| 2014-11-30 | std: add tests for the Vec<u8> Writer impl | Erick Tryzelaar | -0/+12 |
| 2014-11-28 | small doc fixes | Steve Klabnik | -3/+3 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -3/+11 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -0/+11 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -46/+46 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -3/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-25 | Add MemWriter::from_vec | Steven Fackler | -2/+7 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -11/+11 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -11/+11 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -11/+11 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -13/+25 |
| 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-07-29 | std: Make MemWriter clonable | Erick Tryzelaar | -0/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -71/+6 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-11 | Allow writes of length 0 to a full buffer | Arjan Topolovec | -2/+4 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -5/+49 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-05 | std: flesh out MemWriter benchmarks | Erick Tryzelaar | -5/+49 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+4 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+90 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -3/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -3/+3 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -6/+6 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |