| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -3/+3 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -7/+9 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -7/+9 |
| 2021-09-24 | consistent big O notation | r00ster91 | -3/+3 |
| 2021-09-22 | PR fixup | Aman Arora | -2/+2 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+2 |
| 2021-09-17 | Fix missing `no_global_oom_handling` cfg-gating | Gary Guo | -0/+1 |
| 2021-09-17 | Optimize unnecessary check in Vec::retain | TennyZhuang | -3/+24 |
| 2021-08-26 | Add missing # Panics section to `Vec` method | Sebastian Widua | -1/+6 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-12 | Add missing cfg attribute | Benoît du Garreau | -0/+3 |
| 2021-08-10 | Specialize `Vec::clone_from` for `Copy` types | Benoît du Garreau | -10/+27 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -2/+1 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -1/+1 |
| 2021-08-05 | alloc: Use intra doc links for the reserve function | est31 | -2/+6 |
| 2021-08-02 | Rollup merge of #87644 - Flying-Toast:vec-remove-note, r=the8472 | Yuki Okushi | -0/+6 |
| 2021-07-31 | Auto merge of #87488 - kornelski:track-remove, r=dtolnay | bors | -0/+2 |
| 2021-07-30 | Recommend `swap_remove` in `Vec::remove` docs | Flying-Toast | -0/+6 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-28 | Documentation improvements | Frank Steffahn | -2/+17 |
| 2021-07-28 | Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce` | Frank Steffahn | -2/+4 |
| 2021-07-28 | Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmt | Frank Steffahn | -1/+3 |
| 2021-07-28 | Add back TrustedRandomAccess-specialization for Vec, but only without coercions | Frank Steffahn | -1/+33 |
| 2021-07-28 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -30/+1 |
| 2021-07-26 | Track caller of Vec::remove() | Kornel | -0/+2 |