summary refs log tree commit diff
path: root/src/test/run-pass/regions-self-impls.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+5
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-1/+1
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-2/+2
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-5/+2
2012-04-04wip: refactor repr of regionsNiko Matsakis-0/+3
2012-03-23rustc: Redo region inference to be a bit less brokenPatrick Walton-0/+1
2012-03-15test: Add a test case for self regions and typeclass implementationsPatrick Walton-0/+11