summary refs log tree commit diff
path: root/library/std/src/sys/common/thread_local/mod.rs
AgeCommit message (Expand)AuthorLines
2023-05-05Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi-0/+5
2023-04-28avoid duplicating TLS state between test std and realstdRalf Jung-0/+5
2023-04-27Remove all in target_thread_local cfgAyush Singh-1/+1
2023-04-26Restructure and rename thread local things in std.Mara Bos-22/+11
2023-03-10Moved thread_local implementation to sys::commonAyush Singh-0/+109