about summary refs log tree commit diff
path: root/src/test/codegen/match.rs
AgeCommit message (Expand)AuthorLines
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-3/+5
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-2/+2
2019-02-21Fix codegen testMatthew Jasper-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-3/+3
2017-11-14always add an unreachable branch on matches to give more info to llvm about w...Djzin-3/+6
2017-02-10Rebase fixupsSimonas Kazlauskas-1/+1
2017-02-10Fix codegen testSimonas Kazlauskas-3/+7
2015-09-25Tell LLVM when a match is exhaustiveBjörn Steinbrink-0/+30