| 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/+35 |
| 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-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-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -1/+1 |
| 2025-04-09 | replace version placeholder | Boxy | -9/+9 |
| 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 | -38/+9 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -5/+5 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -4/+2 |
| 2025-02-24 | Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee | Trevor Gross | -5/+17 |
| 2025-02-23 | stabilize extract_if | bendn | -4/+2 |
| 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 |
| 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 | Add a range argument to vec.extract_if | The 8472 | -15/+28 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -2/+9 |
| 2024-12-14 | Replace i32 by char to add clarity | tkirishima | -14/+14 |
| 2024-12-05 | Improve documentation | Xelph | -11/+14 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -2/+2 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -4/+4 |
| 2024-11-27 | update cfgs | Boxy | -2/+2 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-10-14 | Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboet | bors | -0/+38 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -11/+44 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -11/+44 |
| 2024-09-20 | Add `Vec::as_non_null` | Tim (Theemathas) Chirananthavat | -2/+69 |