about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-in-enums.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-30/+0
2015-01-08Update compile fail tests to use usize.Huon Wilson-4/+4
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-4/+10
2013-03-26test: Fix testsPatrick Walton-2/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-3/+3
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-2/+2
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-2/+2
2013-02-16Parse (and discard) lifetime declarations on function typesNiko Matsakis-3/+3
2013-02-16Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes inNiko Matsakis-4/+5
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-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-2/+2
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-15/+3
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-4/+4
2012-04-19update syntax to include a slashNiko Matsakis-3/+3
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-0/+25