about summary refs log tree commit diff
path: root/src/test/run-pass/bind-by-move.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-11/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-3/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
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