summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow.rs
AgeCommit message (Expand)AuthorLines
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30cfail: Remove usage of fmt!Alex Crichton-3/+3
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-8/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-76/+17
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-5/+20
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