| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | Fix typo in comment | Tobias Stoeckmann | -1/+1 |
| 2025-08-26 | Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt | Guillaume Gomez | -51/+5 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -51/+5 |
| 2025-08-24 | Prevent confusion with insertion-ordered maps. | Marijn Schouten | -2/+3 |
| 2025-08-24 | focus more on ordered aspect and restore old comments | Marijn Schouten | -13/+45 |
| 2025-08-24 | Dial down detail of B-tree description | Marijn Schouten | -24/+5 |
| 2025-08-20 | Diff-massaging commit | ltdk | -41/+34 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -708/+178 |
| 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-19 | Use `ToString` specialization macro also for `Cow` and `String` | Tobias Bucher | -16/+2 |
| 2025-08-19 | Simplify macro generating `ToString` implementations for `&…&str` | Tobias Bucher | -34/+21 |
| 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-04 | remove gates | Kivooeo | -4/+2 |
| 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-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-19 | Stabilize `new_zeroed_alloc` | Thalia Archibald | -40/+6 |
| 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 |