| Age | Commit message (Expand) | Author | Lines |
| 2022-05-19 | Reverse condition in Vec::retain_mut doctest | ajtribick | -3/+3 |
| 2022-05-16 | Clarify slice and Vec iteration order | Nilstrieb | -4/+7 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -4/+4 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -4/+4 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -1/+0 |
| 2022-05-02 | Auto merge of #96596 - scottmcm:limited-calloc, r=Mark-Simulacrum | bors | -1/+8 |
| 2022-05-01 | Tweak the calloc optimization to only apply to shortish-arrays | Scott McMurray | -1/+8 |
| 2022-05-02 | Rollup merge of #96222 - jmaargh:john-mark/clarify-from-raw-parts-docs, r=Joh... | Yuki Okushi | -2/+4 |
| 2022-05-01 | Auto merge of #95362 - scottmcm:calloc-arrays, r=Mark-Simulacrum | bors | -1/+8 |
| 2022-04-29 | Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahc | bors | -42/+0 |
| 2022-04-28 | Add VecDeque::extend from vec::IntoIter and slice::Iter specializations | Paolo Barbolini | -1/+6 |
| 2022-04-27 | Revert "impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>" | Jake Goulding | -42/+0 |
| 2022-04-19 | Clarify docs for from_raw_parts | jmaargh | -2/+4 |
| 2022-04-13 | Speed up Vec::clear(). | Nicholas Nethercote | -1/+12 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+45 |
| 2022-03-31 | Rollup merge of #95491 - faern:stabilize-vec_retain_mut, r=yaahc | Dylan DPC | -3/+1 |
| 2022-03-31 | Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-... | Dylan DPC | -7/+10 |
| 2022-03-30 | Stabilize feature vec_retain_mut on Vec and VecDeque | Linus Färnstrand | -3/+1 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 |
| 2022-03-28 | Rollup merge of #95098 - shepmaster:vec-from-array-ref, r=dtolnay | Dylan DPC | -0/+42 |
| 2022-03-28 | Rollup merge of #95016 - janpaul123:patch-1, r=dtolnay | Dylan DPC | -3/+7 |
| 2022-03-28 | Rollup merge of #93755 - ChayimFriedman2:allow-comparing-vecs-with-different-... | Dylan DPC | -1/+1 |
| 2022-03-27 | Support arrays of zeros in Vec's __rust_alloc_zeroed optimization | Scott McMurray | -1/+8 |
| 2022-03-25 | Use ManuallyDrop::take instead of into_inner | Jörn Horstmann | -1/+1 |
| 2022-03-25 | Fix double drop of allocator in IntoIter impl of Vec | Jörn Horstmann | -7/+10 |
| 2022-03-23 | fix some links, clarify documentation based on review feedback | The 8472 | -12/+19 |
| 2022-03-22 | Remove impossible panic note from `Vec::append` | Tobias Bucher | -1/+1 |
| 2022-03-22 | rename internal helper trait AsIntoIter to AsVecIntoIter | The 8472 | -8/+8 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -20/+157 |
| 2022-03-21 | move AsIntoIter helper trait and mark it as unsafe | The8472 | -10/+13 |
| 2022-03-21 | rename module to better reflect its purpose | The8472 | -1/+1 |
| 2022-03-18 | impl From<&[T; N]> and From<&mut [T; N]> for Vec<T> | Jake Goulding | -0/+42 |
| 2022-03-16 | Docs: make Vec::from_raw_parts documentation less strict | JP Posma | -3/+7 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -1/+1 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -7/+12 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -4/+5 |
| 2022-02-08 | Allow comparing `Vec`s with different allocators using `==` | Chayim Refael Friedman | -1/+1 |
| 2022-01-19 | Improve estimation of capacity in Vec::from_iter | AngelicosPhosphoros | -2/+8 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -3/+1 |
| 2022-01-16 | Docs: recommend VecDeque instead of Vec::remove(0) | Kornel | -1/+9 |
| 2022-01-13 | Add Sync bound to allocator parameter in vec::IntoIter | Michael Goulet | -1/+1 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -3/+0 |
| 2022-01-06 | remove unused ExtendDefault struct | Frank Steffahn | -10/+0 |
| 2022-01-01 | Rollup merge of #92463 - thomcc:thats-not-how-its-pronounced, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #92097 - saethlin:split-without-deref, r=the8472 | Matthias Krüger | -2/+7 |
| 2021-12-31 | Clarify safety comment | Ben Kimock | -0/+2 |