| Age | Commit message (Expand) | Author | Lines |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -1/+10 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -1/+0 |
| 2024-11-27 | update cfgs | Boxy | -5/+4 |
| 2024-11-27 | replace placeholder version | Boxy | -2/+2 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+5 |
| 2024-11-19 | Correct comments concerning updated dangling pointer lint | gavincrawford | -1/+1 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -0/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+4 |
| 2024-11-11 | Update grammar in std::cell docs. | Ryan Roden-Corrent | -2/+2 |
| 2024-11-05 | Rollup merge of #131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -0/+1 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -0/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -0/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -1/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -4/+4 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -7/+7 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -3/+3 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -3/+3 |
| 2024-10-05 | make Cell unstably const | Ralf Jung | -6/+12 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -1/+2 |
| 2024-10-04 | Stabilize UnsafeCell::from_mut | ltdk | -2/+3 |
| 2024-10-02 | library: Stabilize `const_unsafecell_get_mut` | Jubilee Young | -1/+2 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -45/+6 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -4/+6 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -45/+6 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -8/+9 |
| 2024-09-05 | update cfgs | Boxy | -3/+3 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+3 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+19 |
| 2024-07-26 | Fix doc nits | John Arundel | -5/+7 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -1/+1 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-06-02 | Explain LazyCell in core::cell overview | Jubilee Young | -0/+15 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -3/+3 |
| 2024-04-17 | Address comments | Noa | -1/+1 |
| 2024-04-05 | Stabilize const Atomic*::into_inner | David Tolnay | -0/+42 |
| 2024-04-05 | Impl `DerefPure` for more std types | Nadrieril | -1/+7 |
| 2024-03-09 | Explain why we don't use intrinsics::is_nonoverlapping | Ben Kimock | -0/+2 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -2/+4 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+2 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+1 |
| 2024-02-11 | Cleanup around the new assert_unsafe_precondition | Ben Kimock | -3/+7 |
| 2023-11-29 | Use OnceCell in cell module documentation | Marcin Serwin | -4/+4 |
| 2023-11-16 | remove unnecessary drop | zhiqiangxu | -2/+1 |
| 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 |