about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/lint.rs
AgeCommit message (Expand)AuthorLines
2023-12-21Stricter check for a use of locals without storageTomasz Miąsko-10/+18
2023-12-21Lint missing StorageDead when returning from functionsTomasz Miąsko-1/+35
2023-12-21Add pass to identify undefined or erroneous behaviourTomasz Miąsko-0/+77