| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -2/+2 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -11/+11 |
| 2024-06-02 | Move first OnceLock example to LazyLock | Jubilee Young | -22/+14 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -1/+1 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -18/+23 |
| 2024-01-14 | std: Doc blocking behavior of LazyLock methods | Behnam Esfahbod | -6/+15 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -3/+5 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -0/+9 |
| 2023-07-25 | docs(LazyLock): add example pass local LazyLock variable to struct | DragonBillow | -0/+20 |
| 2023-04-27 | std: use `LazyLock` to lazily resolve backtraces | joboet | -0/+9 |
| 2023-04-19 | std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w... | joboet | -3/+5 |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -1/+37 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -12/+12 |
| 2023-01-27 | std: add safety comment in `LazyLock::get` | joboet | -1/+8 |
| 2023-01-27 | std: fix `Debug` implementation on `LazyLock` | joboet | -8/+5 |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -16/+66 |
| 2022-12-30 | Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se | bors | -0/+5 |
| 2022-12-27 | Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay | Michael Goulet | -4/+1 |
| 2022-12-13 | Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLock | Trevor Gross | -0/+5 |
| 2022-11-17 | Properly link `{Once,Lazy}{Cell,Lock}` in docs | Maybe Waffle | -1/+3 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -4/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -0/+121 |