about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/native
AgeCommit message (Expand)AuthorLines
2024-10-18Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-16/+15
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-0/+31
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-06-15std: refactor the TLS implementationjoboet-0/+284