| Age | Commit message (Expand) | Author | Lines |
| 2025-09-01 | Constify conversion traits | ltdk | -1/+2 |
| 2025-08-03 | add poisoning documentation to `LazyCell` | Connor Tsui | -2/+59 |
| 2025-07-01 | Update version placeholders | Josh Stone | -1/+1 |
| 2025-05-10 | Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=Amanieu | Matthias Krüger | -1/+9 |
| 2025-02-03 | OnceCell & OnceLock docs: Using (un)initialized consistently | Pyrode | -25/+28 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -5/+7 |
| 2024-12-18 | fix(LazyCell): documentation of get[_mut] was wrong | Jalil David Salamé Messina | -2/+2 |
| 2024-11-16 | Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu... | Chayim Refael Friedman | -1/+9 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -0/+1 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-10-15 | replace placeholder version | Josh Stone | -1/+1 |
| 2024-10-14 | Mark LazyCell::into_inner unstably const | Trevor Gross | -2/+2 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -1/+2 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -5/+119 |
| 2024-09-18 | library: Call it really_init_mut to avoid name collisions | Jubilee Young | -2/+2 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -14/+3 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -6/+131 |
| 2024-08-21 | Add `const_cell_into_inner` to `OnceCell` | Trevor Gross | -1/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -2/+2 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -7/+7 |
| 2024-06-04 | Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -1/+1 |
| 2024-05-24 | Change pedantically incorrect OnceCell/OnceLock wording | Mahmoud Al-Qudsi | -2/+2 |
| 2024-03-27 | impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLock | tison | -9/+84 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -13/+7 |
| 2023-10-13 | Add some optimizations | daxpedda | -5/+3 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -5/+35 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -3/+5 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -16/+16 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -0/+28 |
| 2023-04-19 | std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w... | joboet | -3/+5 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+1 |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -0/+28 |
| 2023-03-30 | fix typo and adjust comment | joboet | -2/+2 |
| 2023-03-30 | core: use `pointer::write` to cleanup `LazyCell` initialization | joboet | -8/+7 |
| 2023-03-30 | core: improve code documentation for `LazyCell` | joboet | -5/+24 |
| 2023-03-30 | core: optimize `LazyCell` size | joboet | -11/+59 |
| 2023-03-29 | Documentation updates to better share the purpose of OnceCell/OnceLock | Trevor Gross | -2/+4 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -36/+28 |
| 2023-01-19 | Add `OnceCell<T>: !Sync` impl for diagnostics | Nilstrieb | -0/+4 |
| 2022-12-30 | Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se | bors | -1/+16 |
| 2022-12-27 | Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay | Michael Goulet | -3/+1 |
| 2022-12-13 | Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLock | Trevor Gross | -1/+16 |
| 2022-11-17 | Properly link `{Once,Lazy}{Cell,Lock}` in docs | Maybe Waffle | -2/+12 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -3/+1 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -0/+387 |