about summary refs log tree commit diff
path: root/src/test/mir-opt/match_false_edges.rs
AgeCommit message (Expand)AuthorLines
2019-03-31Fixes for shallow borrowsMatthew Jasper-2/+2
2019-03-21Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwcobors-3/+3
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-3/+3
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-3/+3
2019-02-21Move the exit block of the match to the endMatthew Jasper-60/+60
2019-02-21Use normal mutable borrows in MIR match loweringMatthew Jasper-64/+60
2019-02-21Clean up MIR match loweringMatthew Jasper-173/+163
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-24Update mir opt testsMatthew Jasper-65/+78
2018-09-18Update mir-opt test suiteRémy Rakic-10/+10
2018-07-23Update mir-opt to promoted changesOliver Schneider-4/+2
2018-05-29Test update: Fallout from ReadForMatch statements + changes to codegen under ...Felix S. Klock II-112/+125
2018-05-16rustc_mir: allow promotion of promotable temps indexed at runtime.Eduard-Mihai Burtescu-1/+2
2018-05-04Update mir-opt test to reflect change to MIR code-generation.Felix S. Klock II-53/+61
2018-03-08Rebase falloutOliver Schneider-1/+1
2018-03-08Produce instead of pointersOliver Schneider-5/+5
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-52/+55
2017-12-03fix tests in wasmAriel Ben-Yehuda-6/+6
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-101/+110
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-12/+12
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-1/+1
2017-11-14always add an unreachable branch on matches to give more info to llvm about w...Djzin-26/+32
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-6/+6
2017-11-07Fix some rebasing fallout.Michael Woerister-2/+6
2017-11-02replace Add by tupleMikhail Modin-18/+18
2017-11-02change mir stage in testMikhail Modin-7/+7
2017-11-02add one more sampleMikhail Modin-6/+68
2017-11-02fix pre binding false edgesMikhail Modin-79/+83
2017-11-02fix opt-mir test and remove false edge if no guardMikhail Modin-70/+74
2017-11-02add TerminatorKind::FalseEdges and use it in matchesMikhail Modin-0/+166