| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-02-17 | Allow newly added non_local_definitions in std | Urgau | -0/+3 |
| 2024-02-17 | Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se | bors | -12/+4 |
| 2024-02-16 | Specialize flattening iterators with only one inner item | Josh Stone | -0/+66 |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -8/+8 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -82/+57 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -184/+199 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+44 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -2/+2 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -12/+4 |
| 2024-02-07 | Update tests | r0cky | -0/+1 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -0/+1 |