about summary refs log tree commit diff
path: root/library/std/src/sync/lazy_lock
AgeCommit message (Expand)AuthorLines
2025-01-26Move std::sync unit tests to integration testsbjorn3-167/+0
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-2/+4
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+21
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+5
2022-10-29More inference-friendly API for lazyAleksey Kladov-0/+6
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-0/+143