| Age | Commit message (Expand) | Author | Lines |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -3/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -2/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -2/+2 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -2/+2 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -8/+11 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -19/+18 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -9/+8 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -2/+2 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -1/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -2/+2 |
| 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/+174 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -174/+0 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -9/+9 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -9/+6 |
| 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 | -6/+6 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -6/+9 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -6/+6 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -2/+2 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+5 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -8/+8 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -1/+1 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -0/+1 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -1/+1 |
| 2013-04-19 | librustc: Switch the `@`s in types with `~` | Patrick Walton | -0/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -6/+6 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-26 | fix the core-map benchmark's descending range | Daniel Micay | -3/+3 |
| 2013-03-21 | replace the core-map benchmark | Daniel Micay | -247/+86 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -12/+12 |
| 2013-02-19 | test: fix seeded_rng uses | Graydon Hoare | -4/+4 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -2/+2 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -2/+2 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -2/+2 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -10/+10 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -15/+15 |
| 2013-02-03 | oldmap: &K instead of K for the remove parameter | Daniel Micay | -2/+2 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -8/+8 |
| 2013-01-23 | fix core-map.rs benchmark | Daniel Micay | -33/+175 |