| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -21/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -21/+1 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -1/+20 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -9/+13 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -16/+7 |
| 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 |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -26/+19 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -36/+43 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -29/+29 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -10/+10 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -10/+10 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -8/+8 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+4 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -35/+35 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -2/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -12/+4 |