summary refs log tree commit diff
path: root/src/test/bench/task-perf-linked-failure.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-07Change task().future_result's argument modeBen Blum-1/+1
2012-08-03Add task-perf-linked-failure.rsBen Blum-0/+67