summary refs log tree commit diff
path: root/src/test/mir-opt/nll/reborrow-basic.rs
AgeCommit message (Collapse)AuthorLines
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
The overall format is now easier to read. Also, There is now graphviz output, as well as a `#[rustc_regions]` annotation that dumps internal state.
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
The macro now takes a format string. It no longer defaults to using the type name. Didn't seem worth going through contortions to maintain. I also changed most of the debug formats to be `foo[N]` instead of `fooN`.
2017-10-31add reborrow constraintsSantiago Pastorino-0/+39