about summary refs log tree commit diff
path: root/src/test/run-pass/issue-2748-a.rs
AgeCommit message (Expand)AuthorLines
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-2/+2
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-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+1
2012-09-06Remove struct ctorsBrian Anderson-2/+5
2012-08-17Remove the class keywordBrian Anderson-1/+1
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-3/+3
2012-07-05Consider slices to be a structural type. Closes #2748.Michael Sullivan-0/+9