summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/mod.rs
AgeCommit message (Expand)AuthorLines
2024-05-24std: clean up the TLS implementationjoboet-1/+3
2024-05-24std: simplify key-based thread localsjoboet-83/+0
2024-05-24Auto merge of #123724 - joboet:static_tls, r=m-ou-sebors-1/+1
2024-05-23std: rewrite native thread-local storagejoboet-1/+4
2024-04-30std: rewrite TLS on platforms without threadsjoboet-1/+1
2024-04-26thread_local: refine LazyKeyInner::take safety docJubilee-1/+1
2024-04-25thread_local: use less &mut T in LazyKeyInner::takeJubilee Young-6/+8
2024-02-28std: move thread local implementation to `sys`joboet-0/+124