| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -24/+0 |
| 2017-07-18 | Support generic lifetime arguments in method calls | Vadim Petrochenkov | -3/+2 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -2/+0 |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -0/+2 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -1/+0 |
| 2015-11-09 | librustc_typeck: give more information when supplied wrong number of type-par... | Kevin Butler | -1/+2 |
| 2015-10-02 | fix fallout | Ariel Ben-Yehuda | -0/+1 |
| 2015-08-12 | Fallout in tests --- misc error message changes, WF fixes | Niko Matsakis | -2/+4 |
| 2015-02-23 | Remove awful hack concerning `Trait impl Trait` in method resolution code tha... | Niko Matsakis | -0/+1 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -5/+5 |
| 2015-01-08 | Update compile-fail tests to use is/us, not i/u. | Huon Wilson | -3/+3 |
| 2015-01-08 | Update compile fail tests to use usize. | Huon Wilson | -1/+1 |
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -3/+3 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2014-10-30 | changes to tests | Nick Cameron | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -3/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -3/+3 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -3/+3 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -1/+1 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+2 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -1/+1 |
| 2013-01-30 | test: fix compile-fail tests somehow missed from local 'make check', r=burnin... | Graydon Hoare | -2/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-07 | Comments, minor refactoring, clean up wording of error messages | Lindsey Kuper | -1/+1 |
| 2012-08-02 | test: "iface" -> "trait" in filenames. | Lindsey Kuper | -0/+9 |