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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
Rollup merge of #146281 - Jules-Bertholet:static-align-thread-local, r=Mark-S...
Matthias Krüger
-1
/
+1
2025-09-26
Support `#[rustc_align_static]` inside `thread_local!`
Jules Bertholet
-1
/
+1
2025-09-24
std: add support for armv7a-vex-v5 target
Tropical
-0
/
+2
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-24
/
+36
2025-04-05
Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=Noratrieb
Matthias Krüger
-3
/
+3
2025-04-04
Rename internal module from statik to no_threads
Thalia Archibald
-3
/
+3
2025-03-18
fix pthread-based tls on apple targets
Andrei Damian
-0
/
+1
2025-03-10
Remove custom TLS implementation for Trusty targets
Nicole LeGare
-9
/
+2
2025-03-10
Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch
Nicole LeGare
-0
/
+9
2024-12-05
Fix compilation for wasm32-wasip1 (without threads).
Sebastian Urban
-2
/
+4
2024-12-03
Use UNIX thread_local implementation for WASI.
Sebastian Urban
-4
/
+2
2024-11-25
Run TLS destructors for wasm32-wasip1-threads
Sebastian Urban
-0
/
+3
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-17
/
+31
2024-06-25
std: separate TLS key creation from TLS access
joboet
-8
/
+13
2024-06-24
std: fix wasm builds
joboet
-2
/
+16
2024-06-17
std: rename module for clarity
joboet
-2
/
+2
2024-06-17
std: update TLS module documentation
joboet
-3
/
+13
2024-06-17
std: simplify `#[cfg]`s for TLS
joboet
-15
/
+10
2024-06-15
std: refactor the TLS implementation
joboet
-19
/
+127
2024-05-24
std: clean up the TLS implementation
joboet
-1
/
+3
2024-05-24
std: simplify key-based thread locals
joboet
-83
/
+0
2024-05-24
Auto merge of #123724 - joboet:static_tls, r=m-ou-se
bors
-1
/
+1
2024-05-23
std: rewrite native thread-local storage
joboet
-1
/
+4
2024-04-30
std: rewrite TLS on platforms without threads
joboet
-1
/
+1
2024-04-26
thread_local: refine LazyKeyInner::take safety doc
Jubilee
-1
/
+1
2024-04-25
thread_local: use less &mut T in LazyKeyInner::take
Jubilee Young
-6
/
+8
2024-02-28
std: move thread local implementation to `sys`
joboet
-0
/
+124