| Age | Commit message (Expand) | Author | Lines |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -3/+3 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -5/+5 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -7/+7 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -4/+4 |
| 2014-01-24 | Update task-perf-one-million | Corey Richardson | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -4/+4 |
| 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/+70 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -70/+0 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -3/+3 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -2/+1 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -8/+9 |
| 2013-06-18 | test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o opts | Brian Anderson | -0/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -53/+29 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -15/+15 |
| 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-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 | -3/+3 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -3/+3 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -4/+4 |
| 2012-08-23 | Remove match check from test cases | Tim Chevalier | -5/+10 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -5/+5 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -5/+5 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -4/+4 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -5/+5 |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -3/+3 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+6 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -6/+6 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -4/+4 |
| 2012-06-28 | Make a bunch of tests stop using the deprecated vector syntax. | Michael Sullivan | -2/+2 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -3/+3 |
| 2012-06-25 | Some perf fixes, although vec::slice is still too slow (Issue #2719) | Eric Holk | -1/+1 |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -3/+7 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -2/+2 |