about summary refs log tree commit diff
path: root/library/core/src/cell/lazy.rs
AgeCommit message (Expand)AuthorLines
2025-08-03add poisoning documentation to `LazyCell`Connor Tsui-2/+59
2025-07-01Update version placeholdersJosh Stone-1/+1
2025-05-10Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=AmanieuMatthias Krüger-1/+9
2024-12-18fix(LazyCell): documentation of get[_mut] was wrongJalil David Salamé Messina-2/+2
2024-11-16Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu...Chayim Refael Friedman-1/+9
2024-10-25Re-do recursive const stability checksRalf Jung-0/+1
2024-10-14Mark LazyCell::into_inner unstably constTrevor Gross-2/+2
2024-09-18library: Call it really_init_mut to avoid name collisionsJubilee Young-2/+2
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-14/+3
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-6/+131
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-11Rename `lazy_cell_consume` to `lazy_cell_into_inner`Trevor Gross-2/+2
2024-06-11replace version placeholderPietro Albini-7/+7
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-1/+1
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-13/+7
2023-04-14Add Lazy{Cell,Lock}::into_innerAlex Saveau-0/+28
2023-03-30fix typo and adjust commentjoboet-2/+2
2023-03-30core: use `pointer::write` to cleanup `LazyCell` initializationjoboet-8/+7
2023-03-30core: improve code documentation for `LazyCell`joboet-5/+24
2023-03-30core: optimize `LazyCell` sizejoboet-11/+59
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-9/+9
2022-12-30Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-sebors-0/+4
2022-12-27Rollup merge of #103718 - matklad:infer-lazy, r=dtolnayMichael Goulet-3/+1
2022-12-13Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLockTrevor Gross-0/+4
2022-11-17Properly link `{Once,Lazy}{Cell,Lock}` in docsMaybe Waffle-0/+4
2022-10-29More inference-friendly API for lazyAleksey Kladov-3/+1
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-0/+104