| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -0/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -1/+0 |
| 2025-07-15 | Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin | bors | -0/+1 |
| 2025-07-13 | `std::vec`: Upgrade `debug_assert` to UB check in `set_len` | xizheyin | -0/+1 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -0/+2 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -1/+0 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -1/+0 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -1/+0 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -0/+1 |
| 2025-04-09 | Speed up `String::push` and `String::insert` | lincot | -0/+1 |
| 2025-03-26 | Pass `Alignment` for `RawVecInner::new_in` | James Wainwright | -0/+1 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -37/+2 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -37/+2 |
| 2025-03-06 | Add allow(incomplete_features) to alloc | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+1 |
| 2025-03-01 | stabilize `box_uninit_write` | Slanterns | -1/+0 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -1/+0 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -0/+1 |
| 2025-02-09 | Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -1/+2 |
| 2025-01-25 | Stabilize `vec_pop_if` | Pavel Grigorenko | -1/+0 |
| 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 |