about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/single_use_consts.rs
AgeCommit message (Expand)AuthorLines
2025-02-18Inline and replace `Statement::replace_nop`.Nicholas Nethercote-3/+5
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+4
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-5/+5
2024-09-29cleanup: don't clone types that are CopyMatthias Krüger-3/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
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-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-10Try keeping a bitset for which locals need debuginfo updatesScott McMurray-7/+11
2024-06-10Add `SingleUseConsts` mir-opt passScott McMurray-0/+195