| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+38 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -14/+306 |
| 2024-09-15 | Add tracking issue number for `box_vec_non_null` | Tim (Theemathas) Chirananthavat | -4/+4 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-07 | Add `NonNull` convenience methods to `Vec` | Tim (Theemathas) Chirananthavat | -14/+306 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -0/+4 |
| 2024-08-19 | docs: Mention `spare_capacity_mut()` in `Vec::set_len` | Jan Ferdinand Sauer | -1/+6 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -0/+4 |
| 2024-08-14 | add Box::as_ptr and Box::as_mut_ptr methods | Ralf Jung | -2/+1 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -0/+2 |
| 2024-07-30 | Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35 | bors | -0/+6 |
| 2024-07-29 | Optimize empty case in Vec::retain | John Spray | -0/+6 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+2 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -12/+14 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -2/+2 |
| 2024-07-26 | Fix doc nits | John Arundel | -12/+14 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+6 |
| 2024-07-10 | Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types. | Zachary S | -0/+2 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -0/+20 |
| 2024-07-06 | Mitigate focused memory leaks in `alloc` doctests for Miri. | Zachary S | -0/+6 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -0/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -1/+1 |
| 2024-06-06 | less garbage, more examples | Ralf Jung | -2/+2 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -3/+1 |