summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/static_local.rs
AgeCommit message (Expand)AuthorLines
2024-05-25std: make TLS accessors closures that return pointersjoboet-35/+18
2024-04-30std: rewrite TLS on platforms without threadsjoboet-69/+75
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-3/+2
2024-03-20step cfgsMark Rousskov-2/+1
2024-02-28std: move thread local implementation to `sys`joboet-0/+108