| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-01-23 | switch LinearMap to current constructor convention | Daniel Micay | -2/+2 |
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -1/+1 |
| 2012-12-28 | test: Fix benchmarks. rs=rustbot | Patrick Walton | -4/+4 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-27 | Demode rand | Tim Chevalier | -2/+2 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -2/+2 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -4/+4 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -5/+5 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -6/+6 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -5/+4 |
| 2012-08-30 | Migrate core::send_map to random, keyed hashes w/ hash::Hash trait. | Graydon Hoare | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+178 |