| Age | Commit message (Expand) | Author | Lines |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+0 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-08-31 | Add JIT testing to compiletest with --jit | Brian Anderson | -1/+6 |
| 2012-08-30 | Fix another Eq missing case. | Graydon Hoare | -0/+6 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -4/+4 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -5/+5 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -11/+11 |
| 2012-04-04 | Logfile output from tests; summarise in make check | Grahame Bowland | -0/+3 |
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -13/+27 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -2/+0 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -3/+3 |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -1/+1 |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -1/+1 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 |
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -0/+32 |