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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
thread
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-10
Rollup merge of #79849 - Digital-Chaos:sleep-zero, r=m-ou-se
Yuki Okushi
-0
/
+9
2021-01-15
Update library/std/src/thread/mod.rs
James Wright
-0
/
+1
2021-01-15
Clarify difference between unix/windows behaviour
James Wright
-0
/
+8
2020-12-18
Recommend panic::resume_unwind instead of panicking.
Corey Farwell
-7
/
+12
2020-11-10
Merge set_panic and set_print into set_output_capture.
Mara Bos
-3
/
+3
2020-11-07
Convert a bunch of intra-doc links
Camelid
-1
/
+0
2020-10-22
Capture output from threads spawned in tests
Tyler Mandry
-0
/
+5
2020-10-16
Add std::thread::available_concurrency
Yoshua Wuyts
-0
/
+6
2020-10-02
Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay
Yuki Okushi
-3
/
+2
2020-09-27
Move thread parker to sys_common.
Mara Bos
-3
/
+1
2020-09-27
Mark unpark() as #[inline].
Mara Bos
-0
/
+1
2020-09-27
Move thread parker to a separate module.
Mara Bos
-112
/
+17
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-3
/
+2
2020-09-21
Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...
Alexis Bourget
-8
/
+20
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-270
/
+3
2020-08-20
Move to intra doc links for std::thread documentation
Alexis Bourget
-82
/
+37
2020-07-27
mv std libs to library/
mark
-0
/
+1787