about summary refs log tree commit diff
path: root/library/std/src/sys_common/once
AgeCommit message (Expand)AuthorLines
2024-03-12std: move `Once` implementations to `sys`joboet-475/+0
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-5/+5
2024-01-13std: once: use queue implementation on XousSean Cross-0/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-1/+2
2023-01-26std: optimize `LazyLock` sizejoboet-0/+22
2022-12-14std: use a more efficient `Once` on platforms without threadsjoboet-18/+9
2022-10-18mark sys_common::once::generic::Once::new const-stableKrasimir Georgiev-0/+1
2022-10-07std: use futex in `Once`joboet-0/+459