about summary refs log tree commit diff
path: root/src/libstd/sync/task_pool.rs
AgeCommit message (Expand)AuthorLines
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-0/+5
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-9/+9
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+5
2015-01-01std: Second pass stabilization of syncAlex Crichton-0/+5
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-16/+16
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-9/+9
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+5
2014-12-26s/task/thread/gSteve Klabnik-16/+16
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-4/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-8/+9
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-7/+9
2014-11-16Fix doctestsJakub Bukaj-2/+2
2014-11-13Rewrite std::sync::TaskPool to be load balancing and panic-resistantJonathan Reem-63/+167
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-19std::sync::TaskPool: Improve module documentationAlexandre Gagnon-13/+17
2014-06-11sync: Move underneath libstdAlex Crichton-0/+98