| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | compiletest: do not run tests in sub-threads if on valgrind. | Graydon Hoare | -1/+12 |
| 2013-08-14 | compiletest: Run tests in their own thread to avoid blocking the scheduler | Brian Anderson | -2/+16 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -3/+3 |
| 2013-08-07 | rustc: Fix for-range loops that can use iterators | blake2-ppc | -2/+2 |
| 2013-08-07 | option.get -> option.unwrap | Erick Tryzelaar | -3/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -6/+6 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -10/+10 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -9/+9 |
| 2013-07-29 | auto merge of #8003 : crnobog/rust/case-insensitive-error-prefix, r=cmr | bors | -1/+26 |
| 2013-07-26 | auto merge of #7979 : crnobog/rust/auxfiles-path-windows, r=cmr | bors | -1/+1 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -1/+1 |
| 2013-07-23 | Compare file:line prefix case-insensitively on win32 | crnobog | -1/+26 |
| 2013-07-22 | Change libaux directory to fix aux crate tests on Windows | crnobog | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -9/+9 |
| 2013-07-16 | compiletest: Add support for metrics and ratchet modes. | Graydon Hoare | -2/+26 |
| 2013-07-11 | initial sketch of codegen mode for compiletest; doesn't measure / compare / r... | Graydon Hoare | -1/+117 |
| 2013-07-04 | Bring compiletest/rustpkg/driver up to date on std vs core | Alex Crichton | -6/+4 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -3/+2 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -4/+4 |
| 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 | -4/+4 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+4 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -1/+1 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -3/+3 |
| 2013-06-12 | std: replace str::append with a method | Huon Wilson | -1/+1 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -4/+4 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -12/+7 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-01 | compiletest: update for language change | Young-il Choi | -1/+1 |
| 2013-06-01 | compiletest: runtest.rs tidy | Young-il Choi | -2/+2 |
| 2013-06-01 | compiletest: runtest.rs cleanup | Young-il Choi | -115/+30 |
| 2013-06-01 | etc: adb_run_wrapper argument change | Young-il Choi | -1/+2 |
| 2013-06-01 | compiletest: improve exit code handling with adb_run_wrapper | Young-il Choi | -0/+93 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -7/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+6 |
| 2013-05-23 | cleanup warnings from compiletest | Erick Tryzelaar | -14/+14 |