about summary refs log tree commit diff
path: root/src/test/run-pass/bind-by-move.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-04-14Fix xfail'd ARC testDan Luu-3/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-3/+3
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-26convert std::arc tests to use camel case ARCsBen Blum-1/+1
2012-08-22WIP: Add an xfailed test for bind-by-move (#2329)Ben Blum-0/+13