about summary refs log tree commit diff
path: root/src/test/bench/shootout-pfib.rs
AgeCommit message (Expand)AuthorLines
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+3
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-5/+7
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-5/+7
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-4/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-2/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+8
2013-05-22test: Update tests to use the new syntax.Patrick Walton-6/+6
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-5/+6
2013-04-29test: Fix tests.Patrick Walton-4/+4
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-2/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-8/+5
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-4/+4
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-1/+1
2013-01-28testsuite: De-record most bench testsTim Chevalier-4/+8
2012-12-14Rename core::comm to core::oldcommBrian Anderson-1/+1
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06test: Fix compilation of benchmarks for moves-based-on-type. rs=bustagePatrick Walton-1/+1
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-1/+1
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-1/+1
2012-10-12Make moves explicit in bench testsTim Chevalier-5/+5
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-10/+10
2012-08-28Convert core::pipes to camel caseBrian Anderson-3/+3
2012-08-27Convert core::result to camel caseBrian Anderson-3/+3
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1