about summary refs log tree commit diff
path: root/src/test/bench/shootout-pfib.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-11/+11
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-3/+3
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-6/+7
2011-10-20Remove temporary fn# syntaxBrian Anderson-2/+2
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-4/+4
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-6/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-7/+6
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-2/+1
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-4/+3
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-4/+3
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-2/+4
2011-08-27Convert std::getopts to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-1/+2
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-14/+13
2011-08-20ReformatBrian Anderson-6/+6
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-2/+2
2011-08-16Rename std::ivec to std::vecBrian Anderson-3/+3
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-5/+4
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-4/+4
2011-08-15Converted over benchmarks.Eric Holk-15/+18
2011-08-12Convert most working tests to ivecsBrian Anderson-2/+2
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-2/+1
2011-08-12Remove vecs from std::getoptsBrian Anderson-1/+1
2011-08-12Convert benchmarks to ivecsBrian Anderson-8/+8
2011-08-12Rename std::ioivec to std::ioBrian Anderson-2/+2
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-2/+2
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-1/+3
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-1/+0
2011-08-02Include benchmarks in pretty-print testsBrian Anderson-0/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-57/+46
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+123