about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-9/+9
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-24/+22
2011-10-20Remove temporary fn# syntaxBrian Anderson-7/+7
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-2/+2
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-9/+9
2011-10-20XFAIL task-perf-word-count-genericBrian Anderson-0/+2
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-17/+19
2011-10-12all tests passNiko Matsakis-2/+2
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-09-19Un-xfail various testsBrian Anderson-1/+0
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-10/+8
2011-09-12Merge branch 'unwind'Brian Anderson-0/+1
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-8/+8
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-37/+37
2011-09-11XFAIL bench/shootout-nbodyBrian Anderson-0/+1
2011-09-02Reformat. Issue #855Brian Anderson-136/+126
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-10/+10
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-29/+29
2011-09-01Remove std::str. Issue #855Brian Anderson-2/+0
2011-09-01Add a benchmark for cross-task kernel memory region synchronizationBrian Anderson-0/+28
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-4/+3
2011-09-01Remove various istr conversions. Issue #855Brian Anderson-10/+12
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-103/+97
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-13/+12
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-8/+9
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-6/+11
2011-08-27Convert std::getopts to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-3/+6
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-6/+10
2011-08-26Polymorphic MapReduce!Eric Holk-0/+328
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-42/+43
2011-08-20Rewrite reap_dead_tasks to never grab the sched lock before a task lockBrian Anderson-4/+0
2011-08-20Convert task-perf-spawnalot to spawn_joinable. XFAILBrian Anderson-1/+7
2011-08-20ReformatBrian Anderson-98/+79
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-4/+5
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-4/+4
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-19/+19
2011-08-16Rename std::ivec to std::vecBrian Anderson-15/+15
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-16/+13
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-13/+13
2011-08-15Reducing the chances for race conditions in join.Eric Holk-1/+1
2011-08-15Syntax updates.Eric Holk-2/+3
2011-08-15Converted over benchmarks.Eric Holk-82/+59
2011-08-12Convert most working tests to ivecsBrian Anderson-9/+9
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-3/+2
2011-08-12Remove vecs from std::getoptsBrian Anderson-1/+1
2011-08-12Convert benchmarks to ivecsBrian Anderson-39/+41
2011-08-12Rename std::ioivec to std::ioBrian Anderson-7/+7
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-7/+7
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-1/+1