]> git.lizzy.rs Git - rust.git/history - src/test/bench/task-perf-spawnalot.rs
rewrite to use old C++-based mechanism
[rust.git] / src / test / bench / task-perf-spawnalot.rs
2012-01-07 Niko Matsakisrewrite to use old C++-based mechanism
2012-01-07 Niko Matsakisupdate to use new spawn syntax
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-10-21 Brian AndersonRemove temporary fn# syntax
2011-10-21 Brian AndersonDrop the 2 from the spawn*2 functions
2011-10-21 Brian AndersonConvert tests to use bare-fn spawn
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-08-31 Brian AndersonConvert benchmarks to istrs. Issue #855
2011-08-20 Brian AndersonRewrite reap_dead_tasks to never grab the sched lock...
2011-08-20 Brian AndersonConvert task-perf-spawnalot to spawn_joinable. XFAIL
2011-08-20 Brian AndersonReformat
2011-08-17 Eric HolkUsing move-mode for spawn thunks to avoid race conditions.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Brian AndersonConvert most main functions to the ivec signature
2011-08-15 Eric HolkReducing the chances for race conditions in join.
2011-08-15 Eric HolkConverted over benchmarks.
2011-08-12 Brian AndersonConvert uint::parse_buf to ivecs
2011-08-12 Brian AndersonConvert benchmarks to ivecs
2011-08-12 Brian AndersonRemove vec version of str::bytes, rename bytes_ivec...
2011-07-30 Brian AndersonAdd a task spawning benchmark