about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/unreachable_prop.rs
AgeCommit message (Expand)AuthorLines
2021-03-05Bump all mir_opt_level 3 to 4Santiago Pastorino-2/+2
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-1/+1
2020-11-18move checks later into optimization passescjkenn-6/+6
2020-11-16add optimization fuel checks to some mir passescjkenn-0/+6
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-9/+11
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-2/+2
2020-08-30mv compiler to compiler/mark-0/+104