| Age | Commit message (Expand) | Author | Lines |
| 2024-10-16 | Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdev | bors | -0/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+0 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -1/+0 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -1/+0 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -1/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-10 | allocate before calling T::default in <Arc<T>>::default() | Joshua Wong | -0/+1 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -0/+1 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -0/+1 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -0/+1 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -0/+1 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -1/+0 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -0/+1 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -0/+1 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -0/+1 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -0/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -1/+0 |
| 2024-06-22 | Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgr | bors | -1/+0 |
| 2024-06-22 | Replace `WriteCloneIntoRaw` with `CloneToUninit`. | Kevin Reid | -0/+1 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -1/+0 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 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-15 | Add vec_deque::Iter::as_slices and friends | chloekek | -0/+1 |
| 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 |