about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/remove_place_mention.rs
AgeCommit message (Expand)AuthorLines
2025-10-02mir-opt: Eliminate dead ref statementsdianqk-1/+1
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-1/+1
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+4
2024-09-09Reduce visibilities, and add `warn(unreachable_pub)`.Nicholas Nethercote-1/+1
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.Nicholas Nethercote-0/+1
2023-12-10remove redundant importssurechen-1/+0
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-0/+23