summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
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
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-4/+4
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-4/+4
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-74/+0
2013-09-23test: Fix rustdoc and tests.Patrick Walton-46/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-10/+10
2013-09-13make ! support the equality/ordering operatorsDaniel Micay-0/+13
2013-08-29extra: error message should reflact that RUST_TEST_TASKS should be strictly p...Huon Wilson-1/+1
2013-08-29Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS.Huon Wilson-0/+19
2013-08-22Enabled tests.Vadim Chugunov-1/+0
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-43/+73
2013-08-16Reserve 'yield' keywordKevin Ballard-3/+3
2013-08-15rm obsolete testDaniel Micay-44/+0
2013-08-13auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc...bors-0/+22
2013-08-13Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binaryGraydon Hoare-0/+0
2013-08-13Fix freezing of @mut Objects when passing as argumentNiko Matsakis-0/+22
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-0/+21