| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+1 |
| 2024-03-31 | Require Pointee::Metadata to be Freeze | Stepan Koltsov | -0/+1 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+1 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+1 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -2/+0 |
| 2024-03-16 | Add as_(mut_)ptr and as_(mut_)slice to raw array pointers | Yotam Ofek | -0/+2 |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -0/+1 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -0/+1 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -2/+2 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -0/+1 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+1 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+1 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -0/+1 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -1/+0 |
| 2024-01-05 | Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJung | Michael Goulet | -1/+0 |
| 2024-01-04 | Make `intrinsics::assume` const stable | AngelicosPhosphoros | -1/+0 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -1/+0 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -0/+4 |
| 2023-12-22 | Add IntoAsyncIterator | Eric Holk | -0/+4 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-21 | Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc | bors | -0/+1 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+2 |