| Age | Commit message (Expand) | Author | Lines |
| 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 |