| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Rollup merge of #131287 - RalfJung:const_result, r=tgross35 | Trevor Gross | -1/+0 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -1/+0 |
| 2024-10-11 | stabilize const_result | Ralf Jung | -1/+0 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -2/+0 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -1/+0 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -1/+0 |
| 2024-10-01 | Stabilize `debug_more_non_exhaustive` | Trevor Gross | -1/+0 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -1/+0 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -1/+0 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+1 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -0/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-09-02 | Stabilize waker_getters | Kevin Mehall | -1/+0 |
| 2024-08-25 | Remove cfg(test) from library/core | Ben Kimock | -1/+0 |
| 2024-08-21 | Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb | Matthias Krüger | -0/+1 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -1/+0 |
| 2024-08-09 | core: optimise Debug impl for ascii::Char | Michal Nazarewicz | -0/+1 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -54/+56 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+1 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -1/+0 |
| 2024-07-25 | CStr: derive PartialEq, Eq; add test for Ord | Pavel Grigorenko | -0/+1 |
| 2024-07-23 | add `is_multiple_of` for unsigned integer types | Folkert | -0/+1 |
| 2024-07-21 | Implement `debug_more_non_exhaustive` | Trevor Gross | -0/+1 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -1/+0 |
| 2024-06-29 | Stabilize `duration_abs_diff` | Ole Bertram | -1/+0 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+0 |
| 2024-06-22 | Auto merge of #116113 - kpreid:arcmut, r=dtolnay | bors | -0/+2 |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+2 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -1/+0 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-06-04 | Add function `core::iter::chain` | Ross MacArthur | -0/+1 |
| 2024-05-26 | Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -1/+0 |
| 2024-05-25 | Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhpratt | Matthias Krüger | -1/+0 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -1/+0 |
| 2024-05-03 | Stabilize `div_duration` | Артём Павлов [Artyom Pavlov] | -1/+0 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -2/+1 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -1/+0 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -1/+0 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -2/+0 |
| 2024-04-04 | Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=Amanieu | Jacob Pratt | -0/+1 |