summary refs log tree commit diff
path: root/src/test/run-pass/regions-self-in-enums.rs
AgeCommit message (Expand)AuthorLines
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-1/+1
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-3/+1
2012-04-16rewrite region resolution so it takes place in typeckNiko Matsakis-0/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-14test: Remove unsafe from the region testsPatrick Walton-8/+6
2012-03-14test: Add a test case for the "self" region in enumsPatrick Walton-0/+16