| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -8/+0 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -45/+0 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -16/+27 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -5/+5 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -2/+0 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -6/+6 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -1/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -6/+6 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -3/+3 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -8/+9 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -2/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -9/+9 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -8/+8 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -8/+8 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-09-28 | demode vec | Niko Matsakis | -11/+11 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+2 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -2/+2 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -4/+4 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -15/+15 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -12/+12 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -1/+1 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 |
| 2012-02-29 | un-xfail test, remove old comment | Niko Matsakis | -1/+0 |
| 2012-02-29 | Recognize last uses for copied closed-over variables | Marijn Haverbeke | -0/+1 |