about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-creating-enums4.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-21/+0
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23Infer variance of types with respect to the region parameter.Niko Matsakis-1/+0
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-2/+4
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-04-23Various regions fixes.Niko Matsakis-0/+11