about summary refs log tree commit diff
path: root/src/libstd/sys/windows/thread_local_key.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-252/+0
2020-07-23avoid implicitly returning ()Ralf Jung-1/+2
2020-07-23on Windows, use miri_static_root for TLS dtorsRalf Jung-1/+16
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-0/+236