| Age | Commit message (Expand) | Author | Lines |
| 2025-06-11 | update docs, test | Jeremy Smart | -5/+1 |
| 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 |
| 2025-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -1/+1 |
| 2025-04-09 | replace version placeholder | Boxy | -12/+12 |
| 2025-04-08 | document panic behavior of Vec::resize and Vec::resize_with | Jonathan Gruner | -0/+8 |
| 2025-03-30 | Delete unreacheable `#[rustc_on_unimplemented]` | mejrs | -8/+0 |
| 2025-03-16 | Rollup merge of #136293 - hkBst:patch-32, r=Amanieu | Jacob Pratt | -0/+13 |
| 2025-03-09 | document capacity for ZST as example and prose | Marijn Schouten | -0/+13 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -7/+7 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -43/+9 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -17/+17 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -9/+5 |
| 2025-02-24 | Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee | Trevor Gross | -5/+17 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -5/+5 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -5/+5 |
| 2025-02-23 | stabilize extract_if | bendn | -9/+5 |
| 2025-02-21 | Explain how Vec::with_capacity is faithful | Marijn Schouten | -5/+17 |
| 2025-02-18 | update version placeholders | Josh Stone | -1/+1 |
| 2025-02-13 | alloc: Apply missing_unsafe_on_extern | Eric Huss | -1/+1 |
| 2025-02-09 | Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt | Matthias Krüger | -3/+1 |
| 2025-01-25 | [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items | wowinter13 | -0/+1 |
| 2025-01-24 | Rollup merge of #135728 - hkBst:patch-8, r=joboet | Matthias Krüger | -3/+5 |
| 2025-01-25 | Stabilize `vec_pop_if` | Pavel Grigorenko | -3/+1 |
| 2025-01-24 | Rollup merge of #135983 - hkBst:patch-13, r=jhpratt | Matthias Krüger | -4/+3 |
| 2025-01-24 | Doc difference between extend and extend_from_slice | Marijn Schouten | -4/+3 |
| 2025-01-24 | Make `Vec::pop_if` a bit more presentable | Pavel Grigorenko | -7/+4 |
| 2025-01-19 | Fix whitespace | Marijn Schouten | -1/+1 |
| 2025-01-19 | document order of items in iterator from drain | Marijn Schouten | -3/+5 |
| 2025-01-13 | Add another `Vec::splice` example | cod10129 | -3/+13 |
| 2025-01-10 | alloc: remove unsound `IsZero` for raw pointers | joboet | -13/+2 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -2/+9 |
| 2024-12-20 | Rollup merge of #126118 - jan-ferdinand:docs_for_vec_set_len, r=the8472 | Jacob Pratt | -1/+6 |
| 2024-12-16 | remove obsolete comment and pub(super) visibility | The 8472 | -12/+6 |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -12/+5 |
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -20/+46 |