| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -2/+2 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -1/+9 |
| 2024-04-29 | Remove `extern crate rustc_session` from `rustc_lint`. | Nicholas Nethercote | -0/+1 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -12/+22 |
| 2023-09-27 | Fix ICE by introducing an expr_or_init variant for outside bodies | Urgau | -2/+2 |
| 2023-09-21 | Improve invalid UTF-8 lint by finding the expression initializer | Urgau | -11/+14 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -8/+41 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+85 |
