about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-nested-fns.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-30/+0
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-2/+0
2016-03-18change coercion to use target region if not LUBNiko Matsakis-3/+3
2015-03-03Switched to Box::new in many places.Felix S. Klock II-5/+5
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-05fix cfail testsJorge Aparicio-2/+2
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-2/+2
2014-11-07Update parser with `for` syntaxNiko Matsakis-2/+2
2014-08-26DST coercions and DST structsNick Cameron-2/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-2/+2
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-0/+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-3/+3
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-3/+3
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+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-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-4/+4
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-31change how we print and explain region typesNiko Matsakis-3/+3
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-1/+0
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-3/+3
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-4/+4
2012-04-17repair LUB/GLB of free/scope regions, and enable testNiko Matsakis-6/+4
2012-04-05new tests for things we'll have to fix eventuallyNiko Matsakis-0/+23