| Age | Commit message (Expand) | Author | Lines |
| 2024-05-18 | use `Result::into_ok` on infallible result. | Joshua Wong | -0/+1 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -3/+1 |
| 2024-04-28 | Stabilize `non_null_convenience` | Trevor Gross | -1/+0 |
| 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-09 | Rollup merge of #123254 - stepancheg:thin-box-0-const-alloc, r=oli-obk | Guillaume Gomez | -0/+2 |
| 2024-04-06 | remove miri-test-libstd hacks that are no longer needed | Ralf Jung | -6/+0 |
| 2024-04-05 | Do not allocate for ZST ThinBox attempt 2 (using const_allocate) | Stepan Koltsov | -0/+2 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+0 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -1/+0 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+1 |
| 2024-03-27 | Rollup merge of #123107 - avandesa:vec_pop_if, r=joboet | Matthias Krüger | -0/+1 |
| 2024-03-26 | Implement `Vec::pop_if` | Alex van de Sandt | -0/+1 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -0/+1 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -1/+0 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -0/+1 |
| 2024-02-27 | have `String` use `SliceIndex` impls from `str` | Peter Jaszkowiak | -0/+1 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -0/+1 |
| 2024-02-06 | Harmonize blanket implementations for AsyncFn* traits | Michael Goulet | -0/+1 |
| 2024-02-05 | Rollup merge of #118960 - tvallotton:local_waker, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-01-20 | fix: make LocalWake available in targets that don't support atomics by removi... | Tomás Vallotton | -1/+1 |
| 2024-01-20 | feat: add LocalWaker type, ContextBuilder type, and LocalWake trait. | Tomás Vallotton | -0/+1 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -0/+2 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -1/+1 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -0/+1 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -1/+0 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -1/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -1/+0 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -0/+1 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -1/+0 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -1/+0 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-02 | Use `addr_eq` in `{Arc,Rc}::ptr_eq` | Scott McMurray | -0/+1 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -0/+1 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+0 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -0/+1 |