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
/
thread_local
/
key
Age
Commit message (
Expand
)
Author
Lines
2025-05-23
std: abort the process on failure to allocate a TLS key
joboet
-11
/
+10
2025-04-27
use generic Atomic type where possible
Christopher Durham
-12
/
+12
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-7
/
+4
2025-02-13
std: Apply unsafe_attr_outside_unsafe
Eric Huss
-2
/
+2
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-2
/
+2
2024-12-10
Rollup merge of #133472 - rust-wasi-web:master, r=joboet
León Orell Valerian Liehr
-0
/
+20
2024-12-05
Add libc funcitons only for wasm32-wasip1-threads.
Sebastian Urban
-1
/
+1
2024-12-03
Use UNIX thread_local implementation for WASI.
Sebastian Urban
-0
/
+20
2024-11-27
update cfgs
Boxy
-1
/
+0
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+1
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-0
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+6
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-15
Remove DWORD
Chris Denton
-2
/
+2
2024-06-25
std: separate TLS key creation from TLS access
joboet
-92
/
+62
2024-06-17
std: update TLS module documentation
joboet
-10
/
+6
2024-06-15
std: refactor the TLS implementation
joboet
-0
/
+651