about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-bounds.rs
AgeCommit message (Expand)AuthorLines
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-2/+0
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-2/+2
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-4/+0
2013-07-01Correct merge errors, broken testsNiko Matsakis-2/+2
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-2/+4
2013-06-22Fix-up PP Code to reflect new lifetime param syntaxJames Miller-2/+2
2013-05-06refinement to technique used to not run regionckNiko Matsakis-4/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-5/+5
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-2/+2
2013-03-13test: Fix tests. rs=testsPatrick Walton-7/+0
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-5/+5
2013-02-16Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes inNiko Matsakis-2/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+1
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-2/+2
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-3/+3
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-3/+3
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-5/+5
2012-06-06Fix tests to avoid empty classesTim Chevalier-1/+1
2012-06-01Port more resource tests to classesTim Chevalier-6/+1
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-0/+32