about summary refs log tree commit diff
path: root/src/test/mir-opt/match_test.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-67/+1
2020-02-01Update existing tests for or-patternsMatthew Jasper-14/+14
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-1/+1
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+1
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-27/+21
2019-05-21Give match arms a drop/region scopeMatthew Jasper-16/+17
2019-04-22update tests for migrate mode by defaultMatthew Jasper-4/+6
2019-02-21Move the exit block of the match to the endMatthew Jasper-20/+20
2019-02-21Clean up MIR match loweringMatthew Jasper-29/+30
2018-12-17tidyShotaro Yamada-1/+1
2018-12-17Add MIR testShotaro Yamada-0/+85