about summary refs log tree commit diff
path: root/src/test/compile-fail/liveness-init-in-called-fn-expr.rs
AgeCommit message (Expand)AuthorLines
2014-03-09borrowck: classify expressions as assignees, uses or bothEdward Wang-17/+0
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-24new liveness pass to supercede last_use / initednessNiko Matsakis-0/+7