| Age | Commit message (Expand) | Author | Lines |
| 2021-04-26 | fix double-drop in in-place collect specialization | The8472 | -11/+20 |
| 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 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -1/+1 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -1/+1 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -1/+1 |
| 2021-02-11 | Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se | bors | -11/+64 |
| 2021-02-10 | update tracking issue for vec_split_at_spare | Ashley Mannix | -1/+1 |
| 2021-02-06 | Fix doc test for Vec::retain(), now passes clippy::eval_order_dependence | Steve Heindel | -3/+4 |
| 2021-02-03 | Add note to `Vec::split_at_spare_mut` docs that the method is low-level | Waffle | -0/+15 |
| 2021-02-03 | fix typo in library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-02-03 | Make Vec::split_at_spare_mut public | Waffle | -1/+38 |
| 2021-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -4/+109 |
| 2021-02-02 | update tracking issue for vec_extend_from_within | Ashley Mannix | -1/+1 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -4/+109 |
| 2021-01-29 | Updated Vec::splice documentation | Chan Kwan Yin | -1/+1 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -6/+6 |
| 2021-01-24 | Fix and simplify | oxalica | -22/+22 |
| 2021-01-22 | Add doc aliases for memory allocations | Yoshua Wuyts | -0/+7 |
| 2021-01-21 | Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-21 | Remove link to current section | Ivan Tham | -2/+1 |
| 2021-01-20 | Add more details explaning the Vec visualization | Ivan Tham | -20/+22 |
| 2021-01-20 | Add Vec visualization to understand capacity | Ivan Tham | -0/+21 |
| 2021-01-19 | Add SpecFromIter ref in the comments directly | CPerezz | -3/+1 |
| 2021-01-18 | Fix internal rustdoc broken links | CPerezz | -0/+2 |
| 2021-01-18 | Format code | oxalica | -6/+2 |
| 2021-01-18 | Optimize Vec::retain | oxalica | -11/+68 |
| 2021-01-14 | Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisa | Mara Bos | -21/+0 |
| 2021-01-13 | remove unstable deprecated Vec::remove_item | Ashley Mannix | -21/+0 |
| 2021-01-09 | Add comment to `Vec::truncate` explaining `>` vs `>=` | Camelid | -0/+3 |
| 2020-12-30 | Fix rustdoc link in vec/into_iter.rs. | Mara Bos | -2/+2 |
| 2020-12-29 | docs: fixing references | C | -1/+1 |