| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -0/+8 |
| 2022-05-23 | Stabilize `cell_filter_map` | Yuki Okushi | -6/+2 |
| 2022-05-20 | Fix `Display` for `cell::{Ref,RefMut}` | Josh Stone | -2/+2 |
| 2022-05-16 | Add a comment for covariant `Ref` | Josh Stone | -1/+2 |
| 2022-05-16 | Remove outdated references to nll-rfc#40 | Josh Stone | -2/+0 |
| 2022-05-13 | Use a pointer in cell::RefMut so it's not noalias | Josh Stone | -22/+30 |
| 2022-05-13 | Use a pointer in cell::Ref so it's not noalias | Josh Stone | -10/+18 |
| 2022-03-29 | Add tracking issue for sync_unsafe_cell. | Mara Bos | -7/+7 |
| 2022-03-29 | Add SyncUnsafeCell. | Mara Bos | -3/+100 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+3 |
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -0/+1 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -10/+2 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -3/+3 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+3 |
| 2021-11-08 | Add comments regarding superfluous `!Sync` impls | bstrie | -0/+5 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -3/+6 |
| 2021-10-10 | Rollup merge of #88374 - joshlf:patch-2, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-09-28 | ref/refmut | Gus Wynn | -0/+10 |
| 2021-09-11 | Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]` | Waffle Lapkin | -1/+1 |
| 2021-09-07 | Make `UnsafeCell::get_mut` const | Waffle | -1/+2 |
| 2021-08-31 | Stabilize `UnsafeCell::raw_get()` | inquisitivecrystal | -3/+2 |
| 2021-08-26 | Fix documentation in Cell | Joshua Liebow-Feeser | -1/+1 |
| 2021-08-23 | add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells | Jack O'Connor | -0/+20 |
| 2021-07-26 | fix typo: whenver -> whenever | Chris Midgley | -1/+1 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -5/+2 |
| 2021-06-19 | Rollup merge of #86453 - akiselev:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-06-18 | Fixed typo `BorroeError` => `BorrowError` in RefCell docs | Alexander Kiselev | -1/+1 |
| 2021-06-17 | Alter std::cell::Cell::get_mut documentation | Rupert Rutledge | -0/+7 |
| 2021-05-11 | Override `clone_from` for some types | Benoît du Garreau | -0/+9 |
| 2021-04-04 | Use `#[inline(always)]` on trivial UnsafeCell methods | Josh Triplett | -5/+5 |
| 2021-03-24 | Use intra-doc link in core::cell | Deadbeef | -1/+1 |
| 2021-03-22 | Add `debug-refcell` feature to libcore | Aaron Hill | -11/+73 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -2/+2 |
| 2021-03-12 | Rollup merge of #80385 - camelid:clarify-cell-replace-docs, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-02-21 | improve UnsafeCell docs | Ralf Jung | -10/+11 |
| 2021-02-12 | Rollup merge of #79983 - petar-dambovaliev:master, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2021-01-30 | Add some links to the cell docs. | Eric Huss | -20/+24 |
| 2021-01-16 | add tracking issue to cell_filter_map | Ashley Mannix | -2/+2 |
| 2021-01-15 | Use Result and rename to filter_map | John-John Tedro | -18/+34 |
| 2021-01-15 | Introduce {Ref, RefMut}::try_map for optional projections | John-John Tedro | -0/+70 |
| 2020-12-26 | Clarify what `Cell::replace` returns | Camelid | -1/+1 |
| 2020-12-18 | Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se | bors | -4/+2 |
| 2020-12-12 | fix indefinite article in cell.rs | Petar Dambovaliev | -1/+1 |
| 2020-11-30 | Fix several broken links in doc that used the wrong qualifier or Self:: | Alexis Bourget | -3/+3 |
| 2020-11-30 | Use Self:: in links | Alexis Bourget | -3/+3 |
| 2020-11-30 | Intra doc links for cell.rs | Alexis Bourget | -3/+3 |