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
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
2024-05-25
std: make TLS accessors closures that return pointers
joboet
-172
/
+103
2024-05-24
std: clean up the TLS implementation
joboet
-3
/
+4
2024-05-24
std: simplify key-based thread locals
joboet
-185
/
+60
2024-05-24
Auto merge of #123724 - joboet:static_tls, r=m-ou-se
bors
-70
/
+76
2024-05-23
std: rewrite native thread-local storage
joboet
-248
/
+330
2024-04-30
std: rewrite TLS on platforms without threads
joboet
-70
/
+76
2024-04-26
thread_local: refine LazyKeyInner::take safety doc
Jubilee
-1
/
+1
2024-04-25
thread_local: split refs to fields of Key
Jubilee Young
-3
/
+4
2024-04-25
thread_local: use less &mut T in LazyKeyInner::take
Jubilee Young
-6
/
+8
2024-04-15
static_mut_refs: use raw pointers to remove the remaining FIXME
Ralf Jung
-3
/
+2
2024-03-20
step cfgs
Mark Rousskov
-2
/
+1
2024-03-16
Use `UnsafeCell` for fast constant thread locals
John Kåre Alsaker
-8
/
+7
2024-02-28
std: move thread local implementation to `sys`
joboet
-0
/
+664