| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -31/+0 | |
| 2022-10-19 | Add test for #[unstable] impl for fn() -> !. | Mara Bos | -1/+9 | |
| 2022-10-19 | Add test. | Mara Bos | -3/+3 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 | |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -3/+15 | |
| 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-01-15 | Don't mark `ineffective_unstable_trait_impl` as an internal lint | Joshua Nelson | -1/+1 | |
| It's not an internal lint: - It's not in the rustc::internal lint group - It's on unconditionally, because it actually lints `staged_api`, not the compiler This fixes a bug where `#[deny(rustc::internal)]` would warn that `rustc::internal` was an unknown lint. | ||||
| 2020-09-11 | Improve `ineffective_unstable_trait_impl` error message. | Mara Bos | -1/+2 | |
| 2020-09-11 | Add test for unstable trait impl lint. | Mara Bos | -0/+10 | |
