| Age | Commit message (Expand) | Author | Lines |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -27/+25 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -2/+1 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+3 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -0/+5 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -18/+16 |
| 2013-08-30 | Revert "Teach compiletest to use multiple --src-base's" | Corey Richardson | -18/+16 |
| 2013-08-30 | Revert "Teach the makefile to use multiple src-base's" | Corey Richardson | -1/+1 |
| 2013-08-30 | auto merge of #8839 : sanxiyn/rust/env, r=thestinger | bors | -3/+0 |
| 2013-08-28 | Remove --newrt option | Seo Sanghyeon | -3/+0 |
| 2013-08-28 | Teach the makefile to use multiple src-base's | Corey Richardson | -1/+1 |
| 2013-08-28 | Teach compiletest to use multiple --src-base's | Corey Richardson | -16/+18 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -0/+7 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -7/+7 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -1/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -3/+3 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -3/+3 |
| 2013-07-30 | Do not enforce two newlines after the options | Jordi Boggiano | -0/+2 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -5/+5 |
| 2013-07-17 | compiletest: Remove stray copies. | Patrick Walton | -4/+4 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -19/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -0/+18 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -7/+9 |
| 2013-07-16 | compiletest: Add support for metrics and ratchet modes. | Graydon Hoare | -7/+33 |
| 2013-07-11 | extra: add explicit ratchet-noise-percent option to benchmark ratchet, plus a... | Graydon Hoare | -4/+5 |
| 2013-07-11 | initial sketch of codegen mode for compiletest; doesn't measure / compare / r... | Graydon Hoare | -16/+45 |
| 2013-07-04 | Bring compiletest/rustpkg/driver up to date on std vs core | Alex Crichton | -24/+12 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -2/+2 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -1/+1 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -1/+1 |
| 2013-06-26 | Whitespace | Brian Anderson | -1/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -0/+275 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+267 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -198/+0 |
| 2012-10-12 | Make moves explicit in compiletest | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 |
| 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-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-19 | std: Demode test | Brian Anderson | -1/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -3/+3 |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -17/+13 |
| 2012-09-04 | std: Convert test to camel case | Brian Anderson | -4/+4 |
| 2012-08-31 | Add JIT testing to compiletest with --jit | Brian Anderson | -1/+4 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -1/+1 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -3/+3 |