about summary refs log tree commit diff
path: root/src/test/mir-opt/nll/region-subtyping-basic.rs
AgeCommit message (Expand)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-25/+0
2022-06-03Fully stabilize NLLJack Huey-2/+2
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-16reserve variable for empty root regionNiko Matsakis-1/+3
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-0/+1
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-20/+1
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-0/+4
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-3/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+3
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-3/+3
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-18Update mir-opt test suiteRémy Rakic-3/+3
2018-07-26patch up mir-opt testsNiko Matsakis-3/+3
2018-06-27Update MIR opt testsMatthew Jasper-6/+4
2018-05-30rustc: use syntactic (instead of visibility) source info where appropriate.Eduard-Mihai Burtescu-2/+2
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-2/+2
2017-12-15more concise debug output when dumping the value of a regionNiko Matsakis-3/+3
2017-12-15thread through an implicit region body of the fn bodyNiko Matsakis-6/+6
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-3/+3
2017-12-04constraint_generation: create liveness constraints more thoroughlyNiko Matsakis-1/+1
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-3/+3
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-1/+1
2017-11-16fix mir-opt NLL tests -- variable `'_#0r` is now `'static`Niko Matsakis-5/+5
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-4/+4
2017-10-31change region display to `'_#Nr`, update the `newtype_index!` macroNiko Matsakis-3/+3
2017-10-31add basic region subtyping inferenceSantiago Pastorino-0/+49