about summary refs log tree commit diff
path: root/src/test/mir-opt/issue-38669.rs
AgeCommit message (Expand)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-12/+0
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-39/+1
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-7/+7
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-3/+5
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-18Update mir-opt test suiteRémy Rakic-0/+1
2018-03-08Produce instead of pointersOliver Schneider-1/+1
2018-02-07[ci skip] Generate false edges from loop_blockbobtwinkles-6/+7
2018-02-05mir: Add and fix tests for FalseUnwindsbobtwinkles-6/+8
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-1/+1
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-2/+2
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-2/+2
2017-03-09Do not bother creating StorageLive for TyNeverSimonas Kazlauskas-1/+0
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-0/+52