| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -5/+5 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -12/+11 |
| 2015-01-06 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-07 | fallout | Nick Cameron | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -10/+11 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -13/+5 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -1/+1 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+1 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -2/+3 |
| 2015-01-02 | More fallout | Nick Cameron | -6/+6 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -11/+11 |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -2/+2 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -5/+5 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -1/+2 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -2/+2 |
| 2014-12-27 | Fix fallout | Nick Cameron | -1/+1 |
| 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 |