about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/prettify.rs
AgeCommit message (Expand)AuthorLines
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+8
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-4/+6
2024-09-10Improve comment formatting.Nicholas Nethercote-2/+2
2024-09-09Reduce visibilities, and add `warn(unreachable_pub)`.Nicholas Nethercote-4/+4
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2023-12-10remove redundant importssurechen-1/+0
2023-06-14make reorder BB pass use cached RPORémy Rakic-1/+1
2023-05-21PR feedback: better comments and debug assertsScott McMurray-3/+19
2023-05-21MIR: opt-in normalization of `BasicBlock` and `Local` numberingScott McMurray-0/+134