about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/deduplicate_blocks.rs
AgeCommit message (Expand)AuthorLines
2025-02-09Remove the deduplicate_blocks passMichael Goulet-195/+0
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+4
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-1/+1
2024-09-10Improve comment formatting.Nicholas Nethercote-3/+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
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+3
2024-01-07Merge dead bb pruning and unreachable bb deduplication.Camille GILLOT-1/+1
2023-12-10remove redundant importssurechen-2/+0
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-3/+2
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-9/+9
2021-12-02Update passes with new interfaceDylan MacKenzie-3/+4
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+189