| Age | Commit message (Expand) | Author | Lines |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -1/+1 |
| 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-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -5/+3 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+2 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+2 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -2/+2 |
| 2013-06-23 | Changed shootout-chameneos-redux output to conform to the 'official' output f... | Matthijs Hofstra | -1/+1 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -7/+7 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -1/+1 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -6/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+7 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -4/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -2/+2 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -2/+0 |
| 2013-02-26 | bench: Fix botched option dances. rs=demuting | Patrick Walton | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -1/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -32/+27 |
| 2013-01-28 | testsuite: De-record most bench tests | Tim Chevalier | -8/+11 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -1/+1 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -24/+24 |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -1/+14 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -2/+2 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -11/+11 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+3 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -7/+7 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -7/+7 |
| 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 | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -4/+4 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -8/+8 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -7/+7 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+0 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -4/+4 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -25/+25 |