| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-10-20 | Remove temporary fn# syntax | Brian Anderson | -2/+2 | |
| 2011-10-20 | Drop the 2 from the spawn*2 functions | Brian Anderson | -2/+2 | |
| Issue #1022 | ||||
| 2011-10-20 | Convert tests to use bare-fn spawn | Brian Anderson | -5/+4 | |
| Issue #1022 | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -2/+4 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-31 | Convert benchmarks to istrs. Issue #855 | Brian Anderson | -4/+3 | |
| 2011-08-20 | Rewrite reap_dead_tasks to never grab the sched lock before a task lock | Brian Anderson | -4/+0 | |
| Doing so contradicts the locking order used everywhere else and causes deadlocks. Un-XFAIL task-perf-spawnalot Closes #854 | ||||
| 2011-08-20 | Convert task-perf-spawnalot to spawn_joinable. XFAIL | Brian Anderson | -1/+7 | |
| 2011-08-20 | Reformat | Brian Anderson | -15/+7 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-17 | Using move-mode for spawn thunks to avoid race conditions. | Eric Holk | -2/+3 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -2/+2 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -4/+3 | |
| Converting rustc will still take a snapshot | ||||
| 2011-08-15 | Reducing the chances for race conditions in join. | Eric Holk | -1/+1 | |
| 2011-08-15 | Converted over benchmarks. | Eric Holk | -2/+2 | |
| 2011-08-12 | Convert uint::parse_buf to ivecs | Brian Anderson | -1/+1 | |
| 2011-08-12 | Convert benchmarks to ivecs | Brian Anderson | -3/+3 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -1/+2 | |
| 2011-07-29 | Add a task spawning benchmark | Brian Anderson | -0/+29 | |
| This is the kind of workload that the test runner generates - lots of tiny little tasks - and currently it leaves the CPU underutilized. | ||||
