summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-2/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-11/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-6/+28
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-27/+27
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-26/+32
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-11/+0
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-166/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
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