| Age | Commit message (Expand) | Author | Lines |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -103/+0 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -2/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -3/+3 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -8/+8 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -1/+1 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -3/+2 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -1/+1 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 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/+95 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -95/+0 |
| 2013-08-07 | test: Fix deadlock in task-perf-linked-failure | Brian Anderson | -1/+4 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -2/+2 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 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-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-08 | test: Fix modes in the benchmarks. | Patrick Walton | -1/+1 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -1/+4 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-24 | test: xfail-pretty some benchmarks. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -5/+10 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -5/+5 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -1/+1 |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -2/+2 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -5/+5 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -3/+3 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -2/+2 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-14 | fix more fallout from future de-mode-ing. | Graydon Hoare | -1/+1 |