about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/key/xous.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-5/+5
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-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-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-06-25std: separate TLS key creation from TLS accessjoboet-1/+1
2024-06-15std: refactor the TLS implementationjoboet-0/+216