| Age | Commit message (Expand) | Author | Lines |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -2/+2 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -3/+3 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -2/+2 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -10/+10 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -19/+19 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -19/+19 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-12-03 | Remove unused transmutes from tests | Jorge Aparicio | -52/+41 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -2/+3 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+3 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -2/+2 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -1/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -9/+9 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -2/+2 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -3/+3 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -11/+0 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -1/+0 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-31 | DSTify ToCStr | Jorge Aparicio | -12/+0 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -1/+1 |
| 2014-10-16 | libstd: Remove all uses of {:?}. | Luqman Aden | -6/+6 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -2/+2 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -2/+2 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -2/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -10/+10 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -10/+10 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -10/+10 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -1/+1 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -41/+52 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -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 | -1/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -1/+13 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -137/+128 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+1 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -3/+4 |
| 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 |