| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -5/+0 | |
| 2024-10-18 | Expand test coverage for deny-inside-forbid interactions | 许杰友 Jieyou Xu (Joe) | -0/+21 | |
| 2024-10-18 | Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning | Noratrieb | -0/+7 | |
| Forbid cannot be overriden. When someome tries to do this anyways, it results in a hard error. That makes sense. Except it doesn't, because macros. Macros may reasonably use `#[deny]` in their expansion to assert that their expanded code follows the lint. This is doesn't work when the output gets expanded into a `forbid()` context. This is pretty silly, since both the macros and the code agree on the lint! Therefore, we allow `#[deny(..)]`ing a lint that's already forbidden, keeping the level at forbid. | ||||
| 2024-04-09 | Split `non_local_definitions` lint tests in separate test files | Urgau | -26/+0 | |
| 2024-02-17 | Add cargo update suggestion for non local defs | Urgau | -0/+26 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2023-06-06 | Add regression test for #112308 | Guillaume Gomez | -0/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+408 | |
