| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -713/+0 | |
| 2022-10-20 | Update tests to match error message changes | b4den | -1/+1 | |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -0/+76 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -4/+4 | |
| 2022-09-26 | make invalid_value lint a bit smarter around enums | Ralf Jung | -2/+10 | |
| 2022-07-15 | Move item_span from check_item_type into each function | Michael Goulet | -2/+2 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 | |
| 2022-06-19 | Make some lints incremental. | Camille GILLOT | -6/+6 | |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+17 | |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -14/+8 | |
| 2021-11-20 | Move the issue-91050 tests to appease tidy | Josh Stone | -0/+58 | |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -2/+48 | |
| Don't abort compilation after giving a lint error The only reason to use `abort_if_errors` is when the program is so broken that either: 1. later passes get confused and ICE 2. any diagnostics from later passes would be noise This is never the case for lints, because the compiler has to be able to deal with `allow`-ed lints. So it can continue to lint and compile even if there are lint errors. Closes https://github.com/rust-lang/rust/issues/82761. This is a WIP because I have a feeling it will exit with 0 even if there were lint errors; I don't have a computer that can build rustc locally at the moment. | ||||
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -2/+48 | |
| The only reason to use `abort_if_errors` is when the program is so broken that either: 1. later passes get confused and ICE 2. any diagnostics from later passes would be noise This is never the case for lints, because the compiler has to be able to deal with `allow`-ed lints. So it can continue to lint and compile even if there are lint errors. | ||||
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+32 | |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+40 | |
| 2020-10-25 | also test non-extern uninhabited statics | Ralf Jung | -1/+26 | |
| 2020-10-24 | ensure that statics are inhabited | Ralf Jung | -0/+39 | |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -1/+1 | |
| in particular allow a few more promotions for consistency when they were already allowed in other contexts | ||||
| 2020-07-31 | Add the proper tests | Ding Xiang Fei | -1/+12 | |
| 2020-07-31 | Add comments to explain the test case and the special treatment | Ding Xiang Fei | -1/+9 | |
| 2020-07-30 | Special treatment for dereferencing a borrow to a static definition | Ding Xiang Fei | -0/+15 | |
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -41/+0 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+385 | |
