summary refs log tree commit diff
path: root/src/test/run-pass/issue-2502.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+3
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-2/+2
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+2
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-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-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