index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sync
/
task_pool.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-25
allow(deprecated) for TaskPool (fixup #22783)
Manish Goregaokar
-0
/
+2
2015-02-25
Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichton
Manish Goregaokar
-5
/
+5
2015-02-24
std: Recomend threadpool on crates.io for TaskPool
Alex Crichton
-2
/
+2
2015-02-24
Fix integers in tests (fixup #22700)
Manish Goregaokar
-1
/
+1
2015-02-23
int audit - std::sync
Nick Cameron
-2
/
+2
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-7
/
+7
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-5
/
+5
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-5
/
+5
2015-02-16
Deprecate std::sync::TaskPool
Aaron Turon
-5
/
+5
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-6
/
+6
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-4
/
+5
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-0
/
+5
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-9
/
+9
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+5
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-0
/
+5
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-16
/
+16
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-9
/
+9
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+5
2014-12-26
s/task/thread/g
Steve Klabnik
-16
/
+16
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-4
/
+3
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-8
/
+9
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-7
/
+9
2014-11-16
Fix doctests
Jakub Bukaj
-2
/
+2
2014-11-13
Rewrite std::sync::TaskPool to be load balancing and panic-resistant
Jonathan Reem
-63
/
+167
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-19
std::sync::TaskPool: Improve module documentation
Alexandre Gagnon
-13
/
+17
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+98