| Age | Commit message (Expand) | Author | Lines |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -1/+2 |
| 2015-01-05 | fix benchmarks | Jorge Aparicio | -4/+7 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -2/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+2 |
| 2014-12-18 | s/Tree/BTree | Alexis Beingessner | -5/+5 |
| 2014-12-13 | Remove some unnecessary `move` keywords | Jorge Aparicio | -6/+6 |
| 2014-12-13 | Fix benches | Jorge Aparicio | -7/+9 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -1/+1 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -20/+17 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -0/+23 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -5/+5 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -5/+5 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -5/+5 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -5/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -8/+8 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -2/+2 |
| 2014-05-08 | Handle fallout in bench tests | Kevin Ballard | -0/+1 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2/+2 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -5/+5 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -2/+3 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -0/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -12/+12 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -13/+12 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -4/+2 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -4/+4 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -2/+2 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -14/+14 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+203 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -203/+0 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -4/+16 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -7/+5 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -8/+8 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -8/+8 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -2/+2 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -2/+2 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+6 |