| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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/+1 | |
| 2020-09-11 | Add test for unstable trait impl lint. | Mara Bos | -0/+28 | |
