about summary refs log tree commit diff
path: root/src/test/mir-opt/match-arm-scopes.rs
AgeCommit message (Expand)AuthorLines
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-07-24Add a system for creating diffs across multiple mir optimizations.Oliver Scherer-2/+1
2020-04-08Add ignore-wasm32-bare to mir-opt tests that need it.Ana-Maria Mihalache-0/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-196/+2
2020-02-01Update existing tests for or-patternsMatthew Jasper-56/+54
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-0/+6
2019-09-08Update tests wrt. bind_by_by_move_pattern_guards stabilization.Mazdak Farrokhzad-2/+0
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-8/+8
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-84/+66
2019-05-21Add a test for match scopesMatthew Jasper-0/+245