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
/
library
/
std
/
src
/
thread
Age
Commit message (
Expand
)
Author
Lines
2021-10-08
Fix minor std::thread documentation typo
Marcelo Diop-Gonzalez
-3
/
+3
2021-10-06
Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se
Manish Goregaokar
-5
/
+7
2021-10-04
Add doc aliases to `std::thread::available_parallelism`
Yoshua Wuyts
-0
/
+2
2021-09-28
Rename `std::thread::available_onccurrency` to `std::thread::available_parall...
Yoshua Wuyts
-5
/
+5
2021-09-16
Remove an allocation from rt::init
bjorn3
-7
/
+5
2021-08-07
removed references to parent/child from std::thread documentation
Godmar Back
-31
/
+40
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-2
/
+2
2021-07-10
rename variable
Ralf Jung
-2
/
+2
2021-07-10
avoid reentrant lock acquire when ThreadIds run out
Ralf Jung
-0
/
+1
2021-07-06
rewrote documentation for thread::yield_now()
Godmar Back
-16
/
+17
2021-06-24
Use `#[non_exhaustive]` where appropriate
Jacob Pratt
-4
/
+3
2021-06-22
Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitor
bors
-162
/
+37
2021-06-21
Move `available_concurrency` implementation to `sys`
Christiaan Dirkx
-162
/
+37
2021-06-20
Squashed implementation of the pass
Alex Vlasov
-1
/
+1
2021-05-20
std: Don't inline TLS accessor on MinGW
Alex Crichton
-13
/
+13
2021-05-19
Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...
bors
-0
/
+24
2021-05-18
std: Attempt again to inline thread-local-init across crates
Alex Crichton
-0
/
+24
2021-05-07
Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogb
Dylan DPC
-0
/
+108
2021-05-06
join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...
Mohsen Zohrevandi
-8
/
+9
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-04-29
Use atomics in join_orders_after_tls_destructors test
Mohsen Zohrevandi
-34
/
+88
2021-04-21
Ensure TLS destructors run before thread joins in SGX
Mohsen Zohrevandi
-1
/
+54
2021-04-21
Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se
Mara Bos
-5
/
+5
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-5
/
+5
2021-04-18
fix aliasing violations in thread_local_const_init
Ralf Jung
-1
/
+1
2021-04-16
std: Add a variant of thread locals with const init
Alex Crichton
-48
/
+223
2021-03-27
Use DebugStruct::finish_non_exhaustive() in std.
Mara Bos
-1
/
+4
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-5
/
+5
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-22
Drop support for cloudabi targets
Lzu Tao
-1
/
+0
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
-2
/
+1
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
/
+163
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
-224
/
+1
2020-09-27
Add notes about memory ordering to futex parker implementation.
Mara Bos
-0
/
+20
2020-09-27
Move linux-specific futex code into `sys` module.
Mara Bos
-36
/
+3
2020-09-27
Fix warning.
Mara Bos
-1
/
+1
2020-09-27
Mark unpark() as #[inline].
Mara Bos
-0
/
+2
2020-09-27
Add fast futex-based thread parker for Linux.
Mara Bos
-123
/
+231
2020-09-27
Move thread parker to a separate module.
Mara Bos
-112
/
+142
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-3
/
+2
2020-09-26
Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=josh...
bors
-44
/
+127
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+2
2020-09-21
Fix missing unsafe block for target arch wasm32
Alexis Bourget
-3
/
+10
2020-09-21
Fix accordingly to review
Alexis Bourget
-22
/
+20
[next]