about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/key
AgeCommit message (Expand)AuthorLines
2025-05-23std: abort the process on failure to allocate a TLS keyjoboet-11/+10
2025-04-27use generic Atomic type where possibleChristopher Durham-12/+12
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-7/+4
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-2/+2
2025-02-09Mark extern blocks as unsafeMichael Goulet-2/+2
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