about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/reference_casting.rs
AgeCommit message (Expand)AuthorLines
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-4/+16
2023-07-29Avoid linting on expression that are only UB with SB/TBUrgau-2/+15
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-29/+62
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-2/+1
2023-07-13Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-1/+2
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-0/+74