| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -1/+2 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+4 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -1/+2 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -0/+1 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+4 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -0/+1 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -0/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -0/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -1/+1 |
| 2024-12-12 | Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35 | Matthias Krüger | -2/+0 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -0/+1 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -2/+0 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -8/+0 |
| 2024-11-27 | update cfgs | Boxy | -2/+1 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -0/+1 |
| 2024-11-19 | Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -1/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+2 |
| 2024-10-16 | Partially stabilize const_pin | George Bateman | -1/+0 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -2/+0 |
| 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 |