| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -14/+0 | |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -2/+0 | |
| - Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics. | ||||
| 2021-02-02 | introduce future-compatibility warning for forbidden lint groups | Niko Matsakis | -0/+16 | |
| We used to ignore `forbid(group)` scenarios completely. This changed in #78864, but that led to a number of regressions (#80988, #81218). This PR introduces a future compatibility warning for the case where a group is forbidden but then an individual lint within that group is allowed. We now issue a FCW when we see the "allow", but permit it to take effect. | ||||
