about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-nested-fns-2.rs
AgeCommit message (Expand)AuthorLines
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-11-07Update parser with `for` syntaxNiko Matsakis-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-3/+4
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-3/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-0/+11