summary refs log tree commit diff
path: root/src/test/run-pass/issue-2502.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+2
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-4/+6
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-3/+3
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-06Handle regions correctly in class ctors and dtorsTim Chevalier-0/+13