summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-01-06rewrite to use old C++-based mechanismNiko Matsakis-7/+6
2012-01-06update to use new spawn syntaxNiko Matsakis-15/+15
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-19/+19
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-30/+30
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-18/+18
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-59/+71
2011-12-20Revert "wip"Brian Anderson-60/+0
2011-12-20wipBrian Anderson-0/+60
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-2/+5
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-8/+0
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-1/+1
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-67/+67
2011-12-07Disallow binding by-mut-ref and by-move argumentsMarijn Haverbeke-9/+9
2011-11-20Added a little sudoku solver to test/bench for everone's puzzle solving needsStefan Plantikow-0/+170
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-19/+19
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+3
2011-11-11Give task-perf-word-count default behavior. Closes #1172Brian Anderson-18/+172
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-1/+1
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-1/+2
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-24switch over sqrt from llvm to c-stack-cdecl, exposing a bug inNiko Matsakis-2/+2
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