| Age | Commit message (Expand) | Author | Lines |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -1/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -6/+5 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -3/+9 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -4/+4 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -16/+14 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -7/+9 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -1/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+2 |
| 2013-04-30 | more commits on issue 2185 | John Clements | -0/+1 |
| 2013-04-30 | fixed up issue-2185, but now it has a trait failure | John Clements | -4/+27 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -7/+7 |
| 2013-02-22 | Remove legacy_modes from test cases | Brian Anderson | -4/+2 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -3/+3 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+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-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -0/+1 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -2/+2 |
| 2012-10-12 | Make moves explicit in rpass tests | Tim Chevalier | -1/+1 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -2/+2 |
| 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 | -0/+2 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -3/+3 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -2/+2 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -8/+8 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -4/+4 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -3/+3 |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -1/+9 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -4/+34 |
| 2012-04-23 | Fix long line in test | Marijn Haverbeke | -2/+3 |
| 2012-04-23 | Fix broken determination of external method type param count | Marijn Haverbeke | -0/+9 |