about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/unreachable_prop.rs
AgeCommit message (Expand)AuthorLines
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-6/+2
2022-08-23Fix typo in UnreachablePropnils-1/+1
2022-08-21Enable UnreachablePropagation under mir-opt-level >= 2Nilstrieb-3/+2
2022-08-21UnreachableProp: Preserve unreachable branches for multiple targetsNilstrieb-23/+48
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-11/+2
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-1/+1
2021-12-02Update passes with new interfaceDylan MacKenzie-6/+6
2021-11-06use matches!() macro in more placesMatthias Krüger-3/+2
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+112