| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 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/+44 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+1 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -2/+15 |
| 2024-01-21 | Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay | Nadrieril | -1/+11 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -3/+2 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -3/+2 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 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-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -38/+14 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -2/+1 |