| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -143/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -6/+6 | |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -4/+2 | |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -41/+136 | |
| This also affects the `non_exhaustive_omitted_patterns` and `must_not_suspend` lints as they are not stable. This also changes the diagnostic level to pull from `unknown_lints` instead of always being allow or deny. | ||||
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+50 | |
| This change causes unstable lints to be ignored if the `unknown_lints` lint is allowed. To achieve this, it also changes lints to apply as soon as they are processed. Previously, lints in the same set were processed as a batch and then all simultaneously applied. Implementation of https://github.com/rust-lang/compiler-team/issues/469 | ||||
