| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -11/+3 | |
| I also added `// skip-codegen` to each one, to address potential concerns that this change would otherwise slow down our test suite spending time generating code for files that are really just meant to be checks of compiler diagnostics. (However, I will say: My preference is to not use `// skip-codegen` if one can avoid it. We can use all the testing of how we drive LLVM that we can get...) (Updated post rebase.) | ||||
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -2/+2 | |
| 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-08-24 | updates tests to use new error code | Matthew Russo | -6/+5 | |
| 2018-08-20 | Fix diagnostic regression | varkor | -4/+4 | |
| 2018-08-20 | Update new ui tests | varkor | -10/+10 | |
| 2018-08-19 | Fix some remaining tests | varkor | -4/+4 | |
| 2018-08-15 | Updated the most glaring instances of weak tests w.r.t. NLL that came from ↵ | Felix S. Klock II | -3/+33 | |
| #53196. See also the bulletpoint list on #53351. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+1442 | |
