about summary refs log tree commit diff
path: root/src/test/bench/task-perf-word-count-generic.rs
AgeCommit message (Expand)AuthorLines
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-4/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-14/+14
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-19/+19
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-19/+19
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-19/+23
2011-10-20XFAIL task-perf-word-count-genericBrian Anderson-0/+2
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-5/+5
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-6/+6
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-12/+12
2011-09-02Reformat. Issue #855Brian Anderson-30/+28
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-5/+5
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-11/+10
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-2/+2
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-1/+3
2011-08-26Polymorphic MapReduce!Eric Holk-0/+328