about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/invalid_from_utf8.rs
AgeCommit message (Expand)AuthorLines
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