about summary refs log tree commit diff
path: root/src/libstd/sync/task_pool.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-25allow(deprecated) for TaskPool (fixup #22783)Manish Goregaokar-0/+2
2015-02-25Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichtonManish Goregaokar-5/+5
2015-02-24std: Recomend threadpool on crates.io for TaskPoolAlex Crichton-2/+2
2015-02-24Fix integers in tests (fixup #22700)Manish Goregaokar-1/+1
2015-02-23int audit - std::syncNick Cameron-2/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-7/+7
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-5/+5
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-5/+5
2015-02-16Deprecate std::sync::TaskPoolAaron Turon-5/+5
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-6/+6
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-4/+5
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