about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/key
AgeCommit message (Expand)AuthorLines
2024-12-10Rollup merge of #133472 - rust-wasi-web:master, r=joboetLeón Orell Valerian Liehr-0/+20
2024-12-05Add libc funcitons only for wasm32-wasip1-threads.Sebastian Urban-1/+1
2024-12-03Use UNIX thread_local implementation for WASI.Sebastian Urban-0/+20
2024-11-27update cfgsBoxy-1/+0
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-0/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+6
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-15Remove DWORDChris Denton-2/+2
2024-06-25std: separate TLS key creation from TLS accessjoboet-92/+62
2024-06-17std: update TLS module documentationjoboet-10/+6
2024-06-15std: refactor the TLS implementationjoboet-0/+651