summary refs log tree commit diff
path: root/src/test/mir-opt/nll/region-liveness-basic.rs
AgeCommit message (Expand)AuthorLines
2017-12-15more concise debug output when dumping the value of a regionNiko Matsakis-2/+2
2017-12-15thread through an implicit region body of the fn bodyNiko Matsakis-4/+4
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-7/+7
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-11/+11
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-3/+3
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-6/+6
2017-10-31change region display to `'_#Nr`, update the `newtype_index!` macroNiko Matsakis-2/+2
2017-10-31update the format of liveness debug dumps to be more readableNiko Matsakis-10/+5
2017-10-31add subregion between borrow region and resulting referenceNiko Matsakis-0/+1
2017-10-31extend liveness to distinguish "drop" and "non-drop" usesNiko Matsakis-5/+10
2017-10-31introduce liveness constraints into NLL codeNiko Matsakis-0/+55