| Age | Commit message (Expand) | Author | Lines |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -5/+5 |
| 2021-06-04 | Rollup merge of #85717 - fee1-dead:document-cow, r=yaahc | Yuki Okushi | -0/+18 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -5/+5 |
| 2021-05-31 | Update documentation of SpecFromIter to reflect the removed impls | Frank Steffahn | -3/+1 |
| 2021-05-31 | Remove unnecessary SpecFromIter impls | Frank Steffahn | -31/+0 |
| 2021-05-30 | Rollup merge of #85817 - r00ster91:patch-9, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2021-05-30 | Fix a typo | r00ster | -1/+1 |
| 2021-05-27 | Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum" | The8472 | -59/+25 |
| 2021-05-27 | Auto merge of #85737 - scottmcm:vec-calloc-option-nonzero, r=m-ou-se | bors | -0/+33 |
| 2021-05-26 | Enable Vec's calloc optimization for Option<NonZero> | Scott McMurray | -0/+33 |
| 2021-05-26 | Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum | bors | -25/+59 |
| 2021-05-26 | Document `From` impls for cow.rs | Deadbeef | -0/+18 |
| 2021-05-24 | Avoid a double drop in Vec::dedup if a destructor panics | Giacomo Stevanato | -2/+3 |
| 2021-05-16 | mark internal inplace_iteration traits as hidden | The8472 | -0/+2 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -2/+60 |
| 2021-04-28 | Stabilize vec_extend_from_within | Amanieu d'Antras | -3/+1 |
| 2021-04-21 | Remove duplicated fn(Box<[T]>) -> Vec<T> | Caleb Sander | -2/+1 |
| 2021-04-18 | Slightly change wording and fix typo in vec/mod.rs | Waffle Lapkin | -2/+2 |
| 2021-04-15 | Merge same condition branch in vec spec_extend | Ivan Tham | -4/+2 |
| 2021-04-12 | Improve code example for length comparison | Guillaume Gomez | -1/+1 |
| 2021-04-08 | add TrustedRandomAccess specialization to vec::extend | The8472 | -25/+59 |
| 2021-04-02 | Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-se | Dylan DPC | -11/+20 |
| 2021-03-31 | panic early when TrustedLen indicates a length > usize::MAX | The8472 | -4/+20 |
| 2021-03-29 | fix double-drop in in-place collect specialization | The8472 | -11/+20 |
| 2021-03-28 | Auto merge of #83582 - jyn514:might-not, r=joshtriplett | bors | -3/+3 |
| 2021-03-27 | may not -> might not | Joshua Nelson | -3/+3 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -6/+3 |
| 2021-03-25 | Change wording | Michael Howell | -2/+2 |
| 2021-03-24 | Add docs for Vec::from functions | Michael Howell | -0/+61 |
| 2021-03-21 | specialize in-place collection further via TrustedRandomAccess | The8472 | -16/+53 |
| 2021-03-18 | Rollup merge of #82191 - Soveu:dedup, r=nagisa | Dylan DPC | -6/+89 |
| 2021-03-16 | Rollup merge of #83072 - henryboisdequin:patch-1, r=Dylan-DPC | Yuki Okushi | -3/+3 |
| 2021-03-15 | Merge branch 'master' into dedup | Soveu | -40/+54 |
| 2021-03-15 | Vec::dedup optimization - finishing polishes | Soveu | -11/+7 |
| 2021-03-13 | Update `Vec` docs | Henry Boisdequin | -3/+3 |
| 2021-03-04 | Add regression test for `Vec::extend_from_within` leak | Waffle | -3/+5 |
| 2021-03-04 | Fix leak in Vec::extend_from_within | Waffle | -16/+27 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -10/+14 |
| 2021-03-03 | Update library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-03-03 | Make Vec::split_at_spare_mut impl safer & simplier | Waffle | -9/+5 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -3/+1 |
| 2021-02-27 | Revert `Vec::spare_capacity_mut` impl to prevent pointers invalidation | Waffle | -1/+9 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -4/+2 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -8/+9 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -3/+3 |
| 2021-02-17 | Vec::dedup optimization - panic gracefully | Soveu | -16/+65 |
| 2021-02-16 | Vec::dedup optimization | Soveu | -6/+44 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -3/+1 |
| 2021-02-13 | Rollup merge of #81811 - schteve:fix_vec_retain_doc_test, r=m-ou-se | Yuki Okushi | -3/+4 |
| 2021-02-12 | Update new usage of `assert_len` | dylni | -2/+2 |