about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/os.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Remove obsolete MinGW ThinLTO+TLS workaroundKornel-3/+1
2024-11-27update cfgsBoxy-1/+0
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-18Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-6/+11
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-2/+32
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-06-28std: add safety commentsjoboet-4/+16
2024-06-25std: separate TLS key creation from TLS accessjoboet-22/+22
2024-06-15std: refactor the TLS implementationjoboet-0/+130