about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs
AgeCommit message (Expand)AuthorLines
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
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
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-07improve borrowck error messages to explain regions betterNiko Matsakis-1/+1
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-6/+13
2012-07-14infer the scope of borrowsNiko Matsakis-0/+11