about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-ret.rs
AgeCommit message (Expand)AuthorLines
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-4/+2
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-1/+1
2012-03-24test: Add a simple test for dangling pointersPatrick Walton-0/+9