summary refs log tree commit diff
path: root/src/test/mir-opt/nll/named-lifetimes-basic.rs
AgeCommit message (Expand)AuthorLines
2018-07-26patch up mir-opt testsNiko Matsakis-9/+9
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-9/+9
2017-12-15impose inputs/ouputs on MIR after the factNiko Matsakis-1/+5
2017-12-15thread through an implicit region body of the fn bodyNiko Matsakis-4/+6
2017-12-13refactor region value bitmatrixNiko Matsakis-4/+4
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-4/+13
2017-12-04replace constant regions with a post-inference checkNiko Matsakis-2/+2
2017-11-16fix mir-opt NLL tests -- variable `'_#0r` is now `'static`Niko Matsakis-5/+5
2017-11-09change separator from `.` to `-`Mikhail Modin-2/+2
2017-11-02add `mir-opt/named-lifetimes-basic.rs`Niko Matsakis-0/+34