summary refs log tree commit diff
path: root/src/test/mir-opt/nll/named-lifetimes-basic.rs
AgeCommit message (Expand)AuthorLines
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-24/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-06Fix testsWesley Wiser-1/+1
2018-08-27merge `PointIndexMap` and `RegionValueElements`Niko Matsakis-9/+9
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