summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow.rs
AgeCommit message (Expand)AuthorLines
2012-07-09change borrowck error msg: 'declared in outer block' -> 'captured in a closur...Ben Blum-2/+2
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-14/+14
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-14/+14
2012-06-15Issue #2591: Change "upvar" to "variable declared in an outer block" in testsPatrick Walton-2/+2
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+3
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-1/+10
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-18/+0
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-0/+96