| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -2/+2 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -4/+4 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -4/+4 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+2 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+4 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -0/+1 |
| 2023-09-03 | Outline panicking code for `RefCell::borrow` and `RefCell::borrow_mut` | John Kåre Alsaker | -2/+24 |
| 2023-08-29 | Auto merge of #114795 - RalfJung:cell-swap, r=dtolnay | bors | -2/+15 |
| 2023-08-24 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+1 |
| 2023-08-16 | use mem::swap instead of ptr::swap_nonoverlapping | Ralf Jung | -1/+1 |
| 2023-08-14 | make Cell::swap panic if the Cells partially overlap | Ralf Jung | -2/+15 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+4 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -1/+2 |
| 2023-06-18 | Same for BorrowRef | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Use BorrowFlag instead of explicit isize | David Weikersdorfer | -1/+1 |
| 2023-06-02 | Fix typo in `std::cell` module docs | Kourosh | -1/+1 |
| 2023-05-16 | add `UnsafeCell::from_mut` | JoJoJet | -0/+21 |
| 2023-05-15 | Rollup merge of #108356 - gftea:master, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -9/+9 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -9/+9 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -8/+4 |
| 2023-04-03 | Add links to <cell.rs> | Sergey Kaunov | -1/+1 |
| 2023-03-29 | Em dashes are cooler than hyphens. | Mara Bos | -1/+1 |
| 2023-03-29 | Documentation updates to better share the purpose of OnceCell/OnceLock | Trevor Gross | -25/+68 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -2/+2 |
| 2023-03-10 | improve doc test for UnsafeCell::raw_get and fix docs error | gftea | -0/+2 |
| 2023-03-10 | Rollup merge of #106921 - madsmtm:cell-memory-layout, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-01-24 | Guarantee the memory layout of `Cell` | Mads Marquart | -0/+6 |
| 2023-01-24 | impl DispatchFromDyn for Cell and UnsafeCell | dimi | -1/+32 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-28 | Auto merge of #103881 - ChayimFriedman2:patch-2, r=compiler-errors | bors | -8/+9 |
| 2022-12-27 | Fix UnsafeCell Documentation Spelling Error | Alex Rao | -1/+1 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -6/+6 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -1/+1 |
| 2022-11-06 | Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-05 | fix a comment in UnsafeCell::new | Ralf Jung | -1/+1 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -1/+1 |
| 2022-11-02 | Clarify docs of `RefCell` | Chayim Refael Friedman | -8/+9 |
| 2022-10-27 | add "Memory layout" subsection to documentation of `UnsafeCell` for additiona... | Pointerbender | -0/+2 |
| 2022-10-24 | fix typos | Pointerbender | -2/+2 |
| 2022-10-20 | clarify documentation about the memory layout of `UnsafeCell` | Pointerbender | -25/+34 |
| 2022-10-16 | Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=Amanieu | Yuki Okushi | -0/+44 |
| 2022-10-12 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -8/+13 |
| 2022-10-09 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -13/+21 |
| 2022-10-01 | Mark Cell::replace() as #[inline] | Nikita Popov | -0/+1 |
| 2022-09-27 | Address feedback | mejrs | -1/+1 |
| 2022-09-27 | Wrapper suggestions | mejrs | -0/+1 |