about summary refs log tree commit diff
path: root/library/std/src/sys_common/thread_local_key.rs
AgeCommit message (Expand)AuthorLines
2024-06-15std: refactor the TLS implementationjoboet-174/+0
2024-04-07sys_common::thread_local_key: make a note that this is not used on WindowsRalf Jung-1/+4
2024-03-19SeqCst->{Release,Acquire} in sys_common::thread_local_key.Mara Bos-3/+3
2023-04-27Remove unused std::sys_common::thread_local_key::Key.Mara Bos-61/+0
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-2/+8
2022-12-06Make sentinel value configurableFlorian Bartels-8/+17
2022-10-08std: optimize TLS on Windowsjoboet-23/+1
2022-08-22update and extend some comments, and cfg-out some unused codeRalf Jung-0/+2
2022-05-30Remove "sys isn't exported yet" phraseest31-1/+1
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-4/+4
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-2/+2
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-38/+3
2020-07-27mv std libs to library/mark-0/+271