| Age | Commit message (Expand) | Author | Lines |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -700/+0 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+4 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+4 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-05 | std: remove remaining boxed closures | Jorge Aparicio | -9/+10 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -2/+2 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | 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 | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -5/+5 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -1/+1 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -2/+2 |
| 2014-12-23 | Fix some spelling errors. | Huon Wilson | -3/+3 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -7/+2 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+2 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -22/+26 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+5 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -3/+3 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -3/+3 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+3 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -3/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-05 | Fixed not compiling code in docstring | Vladimir Matveev | -2/+2 |
| 2014-11-05 | Added more documentation on ToSocketAddr trait | Vladimir Matveev | -0/+80 |
| 2014-11-05 | Added ToSocketAddr trait | Vladimir Matveev | -0/+151 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -2/+1 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+3 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -4/+12 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -6/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+5 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |