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
/
sys
/
pal
/
wasi
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
thread name in stack overflow message
joboet
-2
/
+2
2025-07-06
sleep_until: use clock_nanosleep where possible
dvdsk
-1
/
+9
2025-03-20
wasm: increase default thread stack size to 1 MB
Sebastian Urban
-1
/
+1
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-4
/
+3
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-1
/
+1
2024-11-27
Implement code review
Sebastian Urban
-2
/
+1
2024-11-26
thread::available_parallelism for wasm32-wasip1-threads
Sebastian Urban
-3
/
+14
2024-08-29
wasi: Fix sleeping for `Duration::MAX`
Alex Crichton
-30
/
+31
2024-08-05
WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}
Georgii Rylov
-8
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-6
/
+4
2024-06-05
Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB
Jubilee Young
-1
/
+1
2024-04-05
Revert #121666
Chris Denton
-5
/
+1
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-10
/
+0
2024-03-01
Add `get_name` placeholder to other targets
Chris Denton
-1
/
+5
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+201