| Age | Commit message (Expand) | Author | Lines |
| 2021-12-31 | Remove pronunciation guide from Vec<T> | Thom Chiovoloni | -1/+1 |
| 2021-12-29 | fix typo in btree/vec doc: Self -> self | Veeupup | -2/+2 |
| 2021-12-24 | Remove `maybe_uninit_extra` feature from Vec docs | Shadlock0133 | -2/+2 |
| 2021-12-23 | Bless a few tests | Deadbeef | -3/+0 |
| 2021-12-19 | Implement split_at_spare_mut directly | Ben Kimock | -2/+5 |
| 2021-12-19 | paniced -> panicked | r00ster | -1/+1 |
| 2021-12-18 | Update example code for Vec::splice to change the length | ajtribick | -5/+5 |
| 2021-12-16 | Auto merge of #91527 - the8472:retain-opt, r=dtolnay | bors | -32/+29 |
| 2021-12-11 | Fix zero-sized reference to deallocated memory | The 8472 | -4/+6 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-10 | Rollup merge of #91686 - dalcde:patch-1, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91524 - rukai:fix_extend_from_slice_docs, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-09 | Auto merge of #85157 - the8472:drain-drop-in-place, r=Mark-Simulacrum | bors | -14/+39 |
| 2021-12-08 | Fix `Vec::reserve_exact` documentation | Dexter Chua | -1/+1 |
| 2021-12-09 | Use `*mut [T]` instead of `[MaybeUninit<T>]` | The 8472 | -7/+5 |
| 2021-12-05 | doc: suggest try_reserve in try_reserve_exact | TennyZhuang | -2/+2 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -4/+5 |
| 2021-12-04 | Optimize vec::retain performance | The 8472 | -32/+29 |
| 2021-12-05 | Fix Vec::extend_from_slice docs | Lucas Kent | -1/+1 |
| 2021-11-30 | Introduce `RawVec::reserve_for_push`. | Nicholas Nethercote | -1/+1 |
| 2021-11-20 | document why we're not directly passing drop_ptr to drop_in_place | The8472 | -0/+4 |
| 2021-11-20 | replace vec::Drain drop loops with drop_in_place | The8472 | -14/+37 |
| 2021-11-19 | Rollup merge of #90480 - r00ster91:remove, r=kennytm | Yuki Okushi | -1/+4 |
| 2021-11-12 | Add Vec::retain_mut | Guillaume Gomez | -1/+29 |
| 2021-11-01 | mention `remove` in `swap_remove` | r00ster91 | -1/+4 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-20 | Prevent invalid values from existing in Vec::swap_remove | Giacomo Stevanato | -3/+4 |
| 2021-10-15 | Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-se | bors | -3/+5 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+1 |
| 2021-10-12 | Remove potentially unsound note on reconstructing a leaked Vec. | Mara Bos | -3/+0 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-12 | Mention Rust version in Vec::leak docs. | Mara Bos | -4/+5 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+2 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -16/+13 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -4/+2 |
| 2021-10-04 | Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett | Jubilee | -0/+46 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -4/+2 |
| 2021-10-03 | Rollup merge of #89401 - owengage:master, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-03 | Rollup merge of #88370 - Seppel3210:master, r=dtolnay | Manish Goregaokar | -1/+6 |
| 2021-10-03 | Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnay | bors | -3/+24 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -16/+13 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -10/+11 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+45 |
| 2021-09-30 | Add truncate note to Vec::resize | Owen Gage | -0/+1 |
| 2021-09-28 | Additional docs about Vec::leak behavior | Matt Brubeck | -2/+5 |
| 2021-09-28 | Avoid allocations and copying in Vec::leak | Matt Brubeck | -1/+2 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+2 |