about summary refs log tree commit diff
path: root/library/core/src/cell/once.rs
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-1/+2
2025-02-03OnceCell & OnceLock docs: Using (un)initialized consistentlyPyrode-25/+28
2024-12-21Less unwrap() in documentationKornel-5/+7
2024-10-15replace placeholder versionJosh Stone-1/+1
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+2
2024-08-21Add `const_cell_into_inner` to `OnceCell`Trevor Gross-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-24Change pedantically incorrect OnceCell/OnceLock wordingMahmoud Al-Qudsi-2/+2
2024-03-27impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLocktison-9/+84
2023-10-13Add some optimizationsdaxpedda-5/+3
2023-10-13Implement `OnceCell/Lock::try_insert()`daxpedda-5/+35
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-3/+5
2023-04-28replace version placeholdersPietro Albini-16/+16
2023-04-19std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w...joboet-3/+5
2023-04-16rm const traits in libcoreDeadbeef-2/+1
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