about summary refs log tree commit diff
path: root/library/core/src/cell/once.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Documentation updates to better share the purpose of OnceCell/OnceLockTrevor Gross-2/+4
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-27/+19
2023-01-19Add `OnceCell<T>: !Sync` impl for diagnosticsNilstrieb-0/+4
2022-12-13Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLockTrevor Gross-1/+12
2022-11-17Properly link `{Once,Lazy}{Cell,Lock}` in docsMaybe Waffle-2/+8
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-0/+283