about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-9/+3
2014-02-14extern mod => extern crateAlex Crichton-11/+11
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+2
2014-02-12Reenable some ignored test casesFlorian Hahn-0/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-34/+34
2014-02-08auto merge of #12090 : bjz/rust/unimplemented, r=cmrbors-0/+24
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+50
2014-02-08Add missing test for unreachable! macroBrendan Zabarauskas-0/+12
2014-02-08Add unimplemented! macroBrendan Zabarauskas-0/+12
2014-02-07Removed @self and @Trait.Eduard Burtescu-31/+0
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-29Remove do keyword from test/Scott Lawrence-22/+22
2014-01-25Uppercase numeric constantsChris Wong-7/+7
2014-01-13xfail another native test on android (#11419)Brian Anderson-0/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-28/+0
2014-01-05Don't abort the process in native::startAlex Crichton-0/+22
2014-01-03test: De-`@mut` the test suitePatrick Walton-1/+1
2014-01-03test: Remove all borrow check write guard testsPatrick Walton-252/+0
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-11/+10
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+49
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-12-06Made Results API more composableMarvin Löbel-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-4/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-10/+17
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-01auto merge of #10204 : alexcrichton/rust/better-names, r=brsonbors-0/+33
2013-11-01Give test and main tasks better namesAlex Crichton-0/+33
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-2/+2
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-15/+0
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-0/+45
2013-10-26auto merge of #10072 : brson/rust/modelines, r=thestingerbors-6/+0
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-6/+0
2013-10-25auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestingerbors-0/+15
2013-10-25Allow taking address of bottomSeo Sanghyeon-0/+15
2013-10-24Remove even more of std::ioAlex Crichton-24/+0
2013-10-23register snapshotsDaniel Micay-0/+34
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-116/+116
2013-10-20testsuite: test for fixed issue. Closes #7580.Huon Wilson-0/+22
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-5/+5
2013-10-15fix overflow on bounds checksDaniel Micay-0/+19
2013-10-15fix bounds checking failure messageDaniel Micay-40/+0
2013-10-05Implemented `IntoSendStr` on `SendStr` to allow naming aMarvin Löbel-0/+19
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-0/+55
2013-10-01remove the `float` typeDaniel Micay-4/+4
2013-09-30rfail: Remove usage of fmt!Alex Crichton-114/+114