about summary refs log tree commit diff
path: root/library/std/src/sys/windows/thread_local_key.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-341/+0
2023-10-09std: explain unconventional choice of let-else binding over while-let loopjoboet-0/+3
2023-10-07std: fix registering of Windows TLS destructorsjoboet-1/+4
2023-10-04std: abort instead of panicking if the global allocator uses TLSjoboet-1/+5
2023-10-03std: panic when the global allocator tries to register a TLS destructorjoboet-4/+5
2023-07-20Minor improvements to Windows TLS dtorsChris Denton-2/+44
2022-10-08std: optimize TLS on Windowsjoboet-73/+123
2021-11-01Run destructors from existing tls callbackChris Denton-0/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2020-12-10Windows TLS: ManuallyDrop instead of mem::forgetRalf Jung-7/+4
2020-11-28Remove now-unnecessary `miri_static_root` invocationoli-13/+0
2020-07-27mv std libs to library/mark-0/+252