| Age | Commit message (Expand) | Author | Lines |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -4/+4 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-02-22 | Remove legacy_modes from test cases | Brian Anderson | -3/+2 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 |
| 2012-09-19 | xfail-fast the legacy_mode run-pass tests | Brian Anderson | -0/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -1/+1 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -4/+4 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -3/+6 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -1/+1 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -1/+1 |
| 2011-10-07 | Add pass-by-ref annotation to the tests to make them typecheck | Marijn Haverbeke | -2/+2 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -3/+3 |
| 2011-08-20 | Reformat | Brian Anderson | -3/+3 |
| 2011-08-16 | Port the tests to the expr foo::<T> syntax. | Erick Tryzelaar | -1/+1 |
| 2011-08-16 | Port the tests to the decl foo<T> syntax. | Erick Tryzelaar | -2/+2 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -4/+4 |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -14/+8 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -1/+1 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -1/+1 |
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -1/+1 |
| 2011-04-19 | Un-XFAIL a few recently passing tests. | Graydon Hoare | -2/+0 |
| 2011-04-13 | Add generic-temporary.rs minimal test showing cause of lib-deque.rs failure o... | Graydon Hoare | -0/+21 |