about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/once.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-100/+0
2023-01-26std: optimize `LazyLock` sizejoboet-0/+11
2022-12-14std: use a more efficient `Once` on platforms without threadsjoboet-0/+89