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
/
common
/
thread_local
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-661
/
+0
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-0
/
+4
2023-09-22
Add Minimal Std implementation for UEFI
Ayush Singh
-1
/
+1
2023-07-24
remove additional [allow(unused_unsafe)]
James Dietz
-9
/
+0
2023-07-24
delete [allow(...)] from issue #74838
James Dietz
-4
/
+0
2023-06-04
Avoid unwind across `extern "C"` in `thread_local::fast_local.rs`
Thom Chiovoloni
-11
/
+32
2023-05-05
Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-se
Yuki Okushi
-1
/
+6
2023-05-02
Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc
Dylan DPC
-1
/
+1
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-3
/
+3
2023-04-28
avoid duplicating TLS state between test std and realstd
Ralf Jung
-1
/
+6
2023-04-27
Remove all in target_thread_local cfg
Ayush Singh
-1
/
+1
2023-04-26
Restructure and rename thread local things in std.
Mara Bos
-305
/
+274
2023-03-31
Workaround #109797 on windows-gnu
John Kåre Alsaker
-1
/
+3
2023-03-29
Use #[inline] on Windows for thread local access
John Kåre Alsaker
-48
/
+4
2023-03-10
Moved thread_local implementation to sys::common
Ayush Singh
-0
/
+717