about summary refs log tree commit diff
path: root/src/test/bench/task-perf-linked-failure.rs
AgeCommit message (Expand)AuthorLines
2014-02-25test: Clean out the test suite a bitAlex Crichton-103/+0
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-29Remove do keyword from test/Scott Lawrence-8/+8
2013-11-24Remove linked failure from the runtimeAlex Crichton-2/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-3/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-09-30bench: Remove usage of fmt!Alex Crichton-6/+6
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+95
2013-08-28src/test/bench: restructureCorey Richardson-95/+0
2013-08-07test: Fix deadlock in task-perf-linked-failureBrian Anderson-1/+4
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-1/+4
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
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-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-5/+10
2012-12-14Rename core::comm to core::oldcommBrian Anderson-5/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-1/+1
2012-10-12Make moves explicit in bench testsTim Chevalier-2/+2
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-5/+5
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-3/+3
2012-08-27Convert core::result to camel caseBrian Anderson-1/+1
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-1/+1