| Age | Commit message (Expand) | Author | Lines |
| 2023-10-16 | Add invariant to Vec::pop that len < cap if pop successful | Arthur Carcano | -0/+1 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2023-09-28 | Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay | bors | -0/+30 |
| 2023-09-16 | edit `std::vec::Vec::truncate` docs | mxnkarou | -2/+2 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-08-29 | Auto merge of #113859 - Manishearth:vec-as-mut-ptr-stacked-borrow, r=dtolnay | bors | -0/+51 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+2 |
| 2023-08-15 | other elements | Manish Goregaokar | -3/+3 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-12 | aliasing guarantee | Manish Goregaokar | -25/+40 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-29 | Documentation: Fix Stilted Language in Vec->Indexing | Ryan O'Neill | -1/+1 |
| 2023-07-25 | Add note that Vec::as_mut_ptr() does not materialize a reference to the inter... | Manish Goregaokar | -0/+35 |
| 2023-07-22 | Auto merge of #113224 - zachs18:vec_extend_remove_allocator_lifetime, r=cuviper | bors | -1/+1 |
| 2023-07-16 | Implement `From<{&,&mut} [T; N]>` for `Vec<T>` | EFanZh | -0/+30 |
| 2023-07-01 | Remove lifetime bound for A for `impl Extend<&'a T> for Vec<T, A>`. | Zachary S | -1/+1 |
| 2023-06-29 | Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in | Li Zhanhui | -14/+15 |
| 2023-06-26 | Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitor | Takayuki Maeda | -1/+1 |
| 2023-06-21 | Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay | Nilstrieb | -2/+7 |
| 2023-06-18 | alloc: Implement PartialOrd for `Vec`s over different allocators | Igor Gutorov | -2/+7 |
| 2023-06-15 | remove unused field | The 8472 | -1/+1 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -11/+11 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -0/+6 |
| 2023-06-04 | Remove ExtendWith and ExtendElement | Grisha Vartanyan | -23/+7 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -1/+0 |
| 2023-05-15 | Change Vec examples to not assert exact capacity except where it is guaranteed | Wim Looman | -6/+6 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -2/+2 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -5/+2 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+2 |
| 2023-02-27 | Remove or justify use of #[rustc_box] | Ben Kimock | -4/+1 |
| 2023-02-23 | docs: use intra-doc links for `Vec::get(_mut)` | Michael Howell | -2/+2 |
| 2023-02-19 | Remove the assume(!is_null) from Vec::as_ptr | Ben Kimock | -11/+2 |
| 2023-01-28 | vec: Use SpecCloneIntoVec::clone_into to implement Vec::clone_from | Neil Roberts | -30/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-07 | Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor... | Kevin Reid | -0/+5 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-27 | Update the documentation of `Vec` to use `extend(array)` instead of `extend(a... | Chayim Refael Friedman | -1/+1 |
| 2022-11-28 | improve doc | Fabian Hintringer | -1/+10 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -5/+4 |
| 2022-11-24 | Stop peeling the last iteration of the loop in `Vec::repeat_with` | Scott McMurray | -11/+1 |
| 2022-11-24 | Extract the logic for `TrustedLen` to a named method that can be called directly | Scott McMurray | -0/+35 |
| 2022-11-06 | Vec: IntoIterator signature consistency | ripytide | -3/+3 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |
| 2022-10-24 | Clairify Vec::capacity docs | Nixon Enraght-Moony | -2/+3 |
| 2022-10-22 | Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm | Matthias Krüger | -3/+1 |
| 2022-10-21 | Remove incorrect comment in `Vec::drain` | Maybe Waffle | -3/+1 |