summary refs log tree commit diff
path: root/src/test/mir-opt/nll/reborrow-basic.rs
AgeCommit message (Expand)AuthorLines
2018-07-26patch up mir-opt testsNiko Matsakis-2/+2
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
2018-03-23Updated MIR with UserAssertTy in mir-opt tests.David Wood-2/+2
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-4/+3
2017-11-16fix mir-opt NLL tests -- variable `'_#0r` is now `'static`Niko Matsakis-4/+4
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-2/+2
2017-10-31add reborrow constraintsSantiago Pastorino-0/+39