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
Age
Commit message (
Expand
)
Author
Lines
2025-07-21
Fix broken TLS destructors on 32-bit win7
roblabla
-3
/
+14
2025-06-03
Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35
Matthias Krüger
-11
/
+10
2025-05-30
Address review comments.
Orson Peters
-0
/
+7
2025-05-28
When replacing an old value we may not drop it in place
Orson Peters
-12
/
+8
2025-05-28
Add same unsafe bound on get_or_init_slow
Orson Peters
-2
/
+8
2025-05-28
Do not panic, maintain old behavior
Orson Peters
-25
/
+17
2025-05-28
Improve safety comment, double-drop is not relevant here
Orson Peters
-3
/
+4
2025-05-28
Do not move thread-locals before dropping
Orson Peters
-32
/
+52
2025-05-23
std: abort the process on failure to allocate a TLS key
joboet
-11
/
+10
2025-05-22
docs: fix typos
Dannyyy93
-2
/
+2
2025-04-27
use generic Atomic type where possible
Christopher Durham
-12
/
+12
2025-04-11
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Bastian Kersting
-3
/
+0
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
-39
/
+2
2025-03-10
Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch
Nicole LeGare
-0
/
+39
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-7
/
+4
2025-02-17
Remove obsolete MinGW ThinLTO+TLS workaround
Kornel
-3
/
+1
2025-02-13
std: Apply unsafe_attr_outside_unsafe
Eric Huss
-2
/
+2
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-4
/
+4
2025-02-09
Mark link_section attr with unsafe
Michael Goulet
-1
/
+1
2024-12-10
Rollup merge of #133472 - rust-wasi-web:master, r=joboet
León Orell Valerian Liehr
-1
/
+24
2024-12-05
Add libc funcitons only for wasm32-wasip1-threads.
Sebastian Urban
-1
/
+1
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
-75
/
+22
2024-11-27
update cfgs
Boxy
-2
/
+0
2024-11-25
Run TLS destructors for wasm32-wasip1-threads
Sebastian Urban
-0
/
+74
2024-11-02
Remove unintended link
Houtamelo
-1
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-2
/
+2
2024-10-25
Avoid use imports in thread_local_inner! in statik
Jeong YunWon
-5
/
+4
2024-10-18
Avoid shadowing user provided types or type aliases in `thread_local!`
许杰友 Jieyou Xu (Joe)
-22
/
+26
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-26
/
+175
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+12
2024-07-26
Fix doc nits
John Arundel
-5
/
+5
2024-07-20
Remove _tls_used hack
Chris Denton
-13
/
+0
2024-07-15
Remove DWORD
Chris Denton
-4
/
+4
2024-07-15
Remove LPVOID
Chris Denton
-2
/
+3
2024-06-28
std: add safety comments
joboet
-4
/
+16
2024-06-25
std: separate TLS key creation from TLS access
joboet
-125
/
+100
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
-16
/
+22
2024-06-17
std: use the `c_int` from `core::ffi` instead of `libc`
joboet
-1
/
+1
2024-06-17
std: simplify `#[cfg]`s for TLS
joboet
-15
/
+10
2024-06-15
std: refactor the TLS implementation
joboet
-26
/
+1065
2024-06-04
Auto merge of #125525 - joboet:tls_accessor, r=cuviper
bors
-172
/
+103
2024-06-02
typo: depending from -> on
Ralf Jung
-1
/
+1
[next]