| Age | Commit message (Expand) | Author | Lines |
| 2025-09-28 | Auto merge of #147042 - Noratrieb:untrack-caller-vec, r=tgross35 | bors | -57/+0 |
| 2025-09-25 | Remove most `#[track_caller]` from allocating Vec methods | Noratrieb | -57/+0 |
| 2025-09-25 | Rollup merge of #146293 - BenjaminBrienen:try_remove, r=joboet | Matthias Krüger | -2/+30 |
| 2025-09-25 | Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboet | Matthias Krüger | -25/+39 |
| 2025-09-24 | feature: Implement vec_try_remove | BenjaminBrienen | -2/+30 |
| 2025-09-22 | avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` | Petros Angelatos | -25/+39 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -4/+4 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -4/+4 |
| 2025-09-20 | docs: improve doc of some methods w/ ranges | tk | -4/+4 |
| 2025-09-18 | Plumb Allocator generic into `std::vec::PeekMut` | Sidney Cammeresi | -35/+41 |
| 2025-09-14 | Switch `std::vec::PeekMut::pop` from self to this parameter. | Sidney Cammeresi | -2/+2 |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -1/+1 |
| 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-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -5/+5 |
| 2025-07-30 | Implement push_mut | Balt | -14/+108 |
| 2025-07-25 | Avoid placing `// FIXME` comments inside doc code blocks | Josh Triplett | -4/+4 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -1/+1 |
| 2025-07-15 | Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin | bors | -3/+17 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -1/+1 |
| 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/+6 |
| 2025-07-13 | Fix typo in `std::vec` | xizheyin | -1/+1 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -1/+2 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -82/+82 |
| 2025-07-02 | Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcm | Matthias Krüger | -0/+55 |
| 2025-07-01 | Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global` | Amanieu d'Antras | -82/+82 |
| 2025-06-11 | update docs, test | Jeremy Smart | -5/+1 |
| 2025-06-07 | fix wording in assert | Amogh Shivaram | -1/+1 |
| 2025-06-07 | cfg for no no_global_oom_handling | Amogh Shivaram | -0/+1 |
| 2025-06-06 | put feature attribute in example | Amogh Shivaram | -0/+2 |
| 2025-06-06 | Add `into_chunks` | Amogh Shivaram | -0/+52 |
| 2025-06-06 | fix tests | Jeremy Smart | -0/+1 |
| 2025-06-04 | add Vec::peek_mut | Jeremy Smart | -0/+90 |
| 2025-05-17 | Docs(lib/extract_if): Unify example description | Paul Mabileau | -1/+1 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about elements mutation | Paul Mabileau | -2/+2 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -3/+3 |
| 2025-05-17 | Docs(lib/alloc/vec): Add the missing `an` to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 2025-05-15 | Rollup merge of #140685 - viliml:patch-1, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -0/+5 |
| 2025-05-06 | Rollup merge of #139764 - dtolnay:extractif, r=Amanieu | Stuart Cook | -2/+13 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -2/+13 |
| 2025-05-05 | Simplify `Vec::as_non_null` implementation and make it `const` | Vilim Lendvaj | -3/+3 |
| 2025-05-05 | Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35 | Trevor Gross | -6/+12 |
| 2025-05-04 | extract_if's sample equivalent now really equivalent. | Nick Kocharhook | -6/+12 |
| 2025-05-03 | Suggest `retain_mut` over `retain` as `Vec::extract_if` alternative | Paolo Barbolini | -2/+2 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -0/+5 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -2/+2 |