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
/
cleanup_post_borrowck.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
mir-opt: Eliminate dead ref statements
dianqk
-1
/
+3
2025-04-13
Visit place in BackwardIncompatibleDropHint statement
Michael Goulet
-1
/
+2
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-3
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-19
Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR
Scott McMurray
-1
/
+18
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+1
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-5
/
+4
2024-03-22
coverage: Clean up marker statements that aren't needed later
Zalathar
-1
/
+12
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-2
/
+2
2023-11-08
generator layout: ignore fake borrows
lcnr
-1
/
+1
2023-04-21
Actually keep `PlaceMention` if requested.
Camille GILLOT
-1
/
+0
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2022-12-17
Remove false edges in CleanupPostBorrowck
Tomasz Miąsko
-13
/
+15
2022-12-17
Rename CleanupNonCodegenStatements to CleanupPostBorrowck
Tomasz Miąsko
-2
/
+2
2022-12-17
Replace visitor with a loop over blocks and statements
Tomasz Miąsko
-26
/
+13
2022-08-09
Add option to `mir::MutVisitor` to not invalidate CFG.
Jakob Degen
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+59