index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_transform
/
src
/
lint.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Lint overlapping assignments in MIR.
Camille Gillot
-10
/
+34
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-11-26
Move `always_storage_live_locals`.
Nicholas Nethercote
-2
/
+1
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-4
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2024-01-04
Migrate memory overlap check from validator to lint
Tomasz Miąsko
-3
/
+40
2024-01-04
Visit only reachable blocks in MIR lint
Tomasz Miąsko
-15
/
+12
2023-12-21
Stricter check for a use of locals without storage
Tomasz Miąsko
-10
/
+18
2023-12-21
Lint missing StorageDead when returning from functions
Tomasz Miąsko
-1
/
+35
2023-12-21
Add pass to identify undefined or erroneous behaviour
Tomasz Miąsko
-0
/
+77