about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/invalid_from_utf8.rs
AgeCommit message (Expand)AuthorLines
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-2/+2
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-1/+9
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
2024-01-19Pack the u128 in LitKind::IntJosh Stone-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-12/+22
2023-09-27Fix ICE by introducing an expr_or_init variant for outside bodiesUrgau-2/+2
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-11/+14
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-8/+41
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+85