| Age | Commit message (Expand) | Author | Lines |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+68 |
| 2024-06-21 | Rollup merge of #126613 - tgross35:log-test-update, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -25/+1 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-06-20 | Add blank lines after module-level `//` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -0/+9 |
| 2024-06-17 | Print the tested value in int_log tests | Trevor Gross | -13/+13 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-06-04 | Add function `core::iter::chain` | Ross MacArthur | -0/+9 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -3/+26 |
| 2024-06-01 | Change f32::midpoint to upcast to f64 | RustyYato | -3/+26 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -4/+4 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+12 |
| 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-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -0/+1 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -1/+0 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -25/+2 |
| 2024-05-15 | Rename `flatten(_mut)` → `as_flattened(_mut)` | Scott McMurray | -2/+2 |
| 2024-05-15 | Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator. | Zachary S | -0/+1 |
| 2024-05-03 | Stabilize `div_duration` | Артём Павлов [Artyom Pavlov] | -1/+0 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -3/+1 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -5/+2 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -5/+2 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -0/+21 |
| 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 | -1/+3 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+28 |
| 2024-03-31 | Require Pointee::Metadata to be Freeze | Stepan Koltsov | -1/+3 |
| 2024-03-31 | Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieu | bors | -1/+9 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+11 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-29 | Require Debug for Pointee::Metadata | Stepan Koltsov | -1/+9 |
| 2024-03-24 | Address PR feedback | Scott McMurray | -12/+20 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+20 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -2/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -3/+3 |
| 2024-03-16 | Add as_(mut_)ptr and as_(mut_)slice to raw array pointers | Yotam Ofek | -0/+15 |
| 2024-03-14 | fix unsoundness in Step::forward_unchecked for signed integers | The 8472 | -0/+5 |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -6/+212 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+3 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -35/+35 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-02-17 | Auto merge of #121204 - cuviper:flatten-one-shot, r=the8472 | bors | -0/+66 |