| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -1/+19 | |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -11/+10 | |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -2/+24 | |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -48/+35 | |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -25/+157 | |
| This makes it possible for the `unsafe(...)` syntax to only be valid at the top level, and the `NestedMetaItem`s will automatically reject `unsafe(...)`. | ||||
| 2024-07-29 | Deny unsafe on more builtin attributes | carbotaniuman | -1/+194 | |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -6/+6 | |
| 2024-06-06 | Add double unsafe test | carbotaniuman | -0/+36 | |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -0/+34 | |
| 2024-06-06 | Add tests | carbotaniuman | -0/+14 | |
| 2024-06-06 | Disallow unsafe in derive | carbotaniuman | -0/+14 | |
