about summary refs log tree commit diff
path: root/src/libstd/sync/task_pool.rs
AgeCommit message (Expand)AuthorLines
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