| Age | Commit message (Expand) | Author | Lines |
| 2024-01-25 | fix: Drop guard was deallocating with the incorrect size | The 8472 | -13/+25 |
| 2024-01-25 | remove alignment-changing in-place collect | The 8472 | -5/+8 |
| 2024-01-25 | update internal ASCII art comment for vec specializations | The 8472 | -7/+7 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -7/+27 |
| 2023-12-05 | Auto merge of #118273 - AngelicosPhosphoros:dedup_2_loops_version_77772_2, r=... | bors | -12/+45 |
| 2023-12-05 | Split `Vec::dedup_by` into 2 cycles | AngelicosPhosphoros | -12/+45 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -7/+27 |
| 2023-11-29 | Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -27/+118 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+5 |
| 2023-11-20 | docs(GH-118094): make docs a bit more explicit | Petr Portnov | -3/+3 |
| 2023-11-20 | chore(GH-118094): explicitly mark `_elem` as unused | Petr Portnov | -1/+1 |
| 2023-11-20 | feat: specialize `SpecFromElem` for `()` | Petr Portnov | -4/+19 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -4/+7 |
| 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-09-03 | unchecked layout calculations when shrinking during in-place collect | The 8472 | -2/+12 |
| 2023-09-03 | relax size and alignment requirements for in-place iteration | The 8472 | -8/+11 |
| 2023-09-03 | update in-place-iteration module docs | The 8472 | -8/+25 |
| 2023-09-03 | don't leak items if alloc::shrink panics | The 8472 | -2/+6 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -19/+76 |
| 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 | -3/+3 |
| 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 | -3/+3 |
| 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 | -9/+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 | -9/+1 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -22/+22 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -91/+21 |
| 2023-06-04 | Remove ExtendWith and ExtendElement | Grisha Vartanyan | -26/+10 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -1/+0 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -4/+5 |