summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/match_branches.rs
AgeCommit message (Expand)AuthorLines
2020-11-16add optimization fuel checks to some mir passescjkenn-0/+5
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-21Introduce a temporary for discriminant value in MatchBranchSimplificationTomasz Miąsko-8/+22
2020-10-20Disable MatchBranchSimplificationTomasz Miąsko-0/+7
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-3/+6
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-3/+3
2020-08-30mv compiler to compiler/mark-0/+135