summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/fast_local.rs
AgeCommit message (Expand)AuthorLines
2024-03-16Use `UnsafeCell` for fast constant thread localsJohn Kåre Alsaker-8/+7
2024-02-28std: move thread local implementation to `sys`joboet-0/+247