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
/
hermit
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
thread name in stack overflow message
joboet
-1
/
+5
2025-07-06
sleep_until: use clock_nanosleep where possible
dvdsk
-1
/
+9
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-1
/
+1
2024-12-17
Use field init shorthand where possible
Josh Triplett
-1
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-1
/
+1
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-0
/
+1
2024-08-26
pal/hermit: saturate `usleep` microseconds at `u64::MAX`
Martin Kröning
-1
/
+2
2024-08-25
pal/hermit: correctly round up microseconds in `Thread::sleep`
Martin Kröning
-1
/
+3
2024-08-01
fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`
Martin Kröning
-9
/
+15
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-4
/
+2
2024-06-24
Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum
bors
-2
/
+1
2024-06-15
std: refactor the TLS implementation
joboet
-2
/
+1
2024-06-07
add HermitOS support of vectored read/write operations
Stefan Lankes
-1
/
+1
2024-04-23
increase the readability by using the unique name for the hermit-abi
Stefan Lankes
-8
/
+8
2024-04-05
Revert #121666
Chris Denton
-5
/
+1
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-04-02
Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu
Jacob Pratt
-1
/
+1
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-10
/
+0
2024-03-23
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
Ralf Jung
-1
/
+1
2024-03-01
Add `get_name` placeholder to other targets
Chris Denton
-1
/
+5
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2024-01-11
std: fix module references on hermit
joboet
-2
/
+2
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+112