| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Copy WTF-8 code into core/alloc (for better diffs) | ltdk | -0/+1834 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+1 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+1 |
| 2025-08-15 | Rollup merge of #143717 - Jules-Bertholet:pin-default, r=dtolnay | Jacob Pratt | -4/+44 |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -1/+2 |
| 2025-08-12 | Handle the `capacity == 0` case | SabrinaJewson | -27/+34 |
| 2025-08-11 | Respond to review comments | SabrinaJewson | -5/+5 |
| 2025-08-11 | Make explicit guarantees about `Vec`’s allocator | SabrinaJewson | -4/+47 |
| 2025-08-09 | `{BTree,Hash}Map`: add "`Entry` API" section heading | Ada Alakbarova | -0/+2 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -8/+8 |
| 2025-08-06 | replace version placeholder | Boxy | -8/+8 |
| 2025-08-04 | Correct the use of `must_use` on btree::IterMut | Jonathan Brouwer | -1/+1 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -7/+7 |
| 2025-07-31 | Rollup merge of #135975 - balt-dev:master, r=tgross35 | Stuart Cook | -29/+243 |
| 2025-07-30 | Implement push_mut | Balt | -29/+243 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -17/+12 |
| 2025-07-25 | Avoid placing `// FIXME` comments inside doc code blocks | Josh Triplett | -6/+6 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -1/+1 |
| 2025-07-25 | Remove `compiler-builtins-mangled-names` | Trevor Gross | -1/+0 |
| 2025-07-25 | Remove `compiler-builtins-no-asm` | Trevor Gross | -1/+0 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-18 | Rollup merge of #143909 - nik-rev:patch-1, r=jhpratt | Matthias Krüger | -2/+2 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -3/+4 |
| 2025-07-15 | Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc` | Jules Bertholet | -4/+44 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -3/+4 |
| 2025-07-15 | Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin | bors | -3/+18 |
| 2025-07-13 | docs(alloc::fmt): Make `type` optional, instead of matching the empty string | Nik Revenco | -2/+2 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -2/+2 |
| 2025-07-13 | std::vec: Add UB check in `from_parts_in` | xizheyin | -0/+5 |
| 2025-07-13 | std::vec: Add UB check in `from_raw_parts_in` | xizheyin | -0/+5 |
| 2025-07-13 | `std::vec`: Upgrade `debug_assert` to UB check in `set_len` | xizheyin | -2/+7 |
| 2025-07-13 | Fix typo in `std::vec` | xizheyin | -1/+1 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -2/+6 |
| 2025-07-08 | Rollup merge of #143608 - codexarafat:fix-string-doc, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-07-08 | Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu | Matthias Krüger | -2/+4 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -2/+6 |
| 2025-07-08 | Fix in String docs: remove 'else' from 'something else similar' | Md. Yeasin Arafat | -1/+1 |
| 2025-07-06 | Renamed retain_mut to retain on LinkedList as mentioned in the ACP | Joshua Gentry | -37/+2 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -5/+1 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -2/+2 |
| 2025-07-03 | Implement `int_format_into` feature | Guillaume Gomez | -2/+4 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -316/+321 |
| 2025-07-02 | Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcm | Matthias Krüger | -0/+55 |
| 2025-07-01 | make Box::into_raw compatible with Stacked Borrows again | Ralf Jung | -2/+5 |
| 2025-07-01 | Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global` | Amanieu d'Antras | -314/+316 |
| 2025-06-27 | BTreeSet: remove duplicated code by reusing `from_sorted_iter` | Cheng Xu | -3/+1 |
| 2025-06-26 | Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdev | Michael Goulet | -2/+0 |
| 2025-06-24 | Rollup merge of #137268 - bjoernager:c-string-eq-c-str, r=Amanieu | Guillaume Gomez | -0/+109 |
| 2025-06-22 | Auto merge of #142728 - kornelski:string-track, r=tgross35 | bors | -0/+23 |