| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -144/+21 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -8/+3 | |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -11/+11 | |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -6/+6 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -3/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -113/+23 | |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -12/+12 | |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -0/+8 | |
| Only warn about unused `mut` in user-written code Fixes https://github.com/rust-lang/rust/issues/54586. r? @pnkfelix cc @blitzerr | ||||
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -1/+1 | |
| Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow. | ||||
| 2018-10-03 | Only warn about unused `mut` in user-written code | varkor | -0/+8 | |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -15/+17 | |
| Fixes #54133. | ||||
| 2018-08-19 | move tests to borrowck directory, remove feature(nll) | Niko Matsakis | -14/+8 | |
| now compare-mode can show us the differences | ||||
| 2018-08-15 | Updated the most glaring instances of weak tests w.r.t. NLL that came from ↵ | Felix S. Klock II | -2/+20 | |
| #53196. See also the bulletpoint list on #53351. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+489 | |
