summary refs log tree commit diff
path: root/library/std/src/sys/sync/once/no_threads.rs
AgeCommit message (Expand)AuthorLines
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-1/+1
2024-11-27update cfgsBoxy-1/+0
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-1/+1
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+9
2024-07-31std: implement the `once_wait` featurejoboet-0/+6
2024-03-12std: move `Once` implementations to `sys`joboet-0/+100