| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -9/+9 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -12/+21 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -7/+6 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -7/+7 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -4/+4 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -2/+2 |
| 2013-02-19 | test: fix seeded_rng uses | Graydon Hoare | -4/+4 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+180 |