| Age | Commit message (Expand) | Author | Lines |
| 2022-08-28 | add examples to `vec::Drain{,Filter}::keep_rest` docs | Maybe Waffle | -0/+37 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -10/+7 |
| 2022-08-22 | Rollup merge of #100872 - JanBeh:PR_vec_default_alloc_doc, r=fee1-dead | Dylan DPC | -0/+2 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -1/+1 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -1/+2 |
| 2022-08-22 | Add guarantee that Vec::default() does not alloc | Jan Behrens | -0/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -8/+8 |
| 2022-08-21 | Make some docs nicer wrt pointer offsets | Maybe Waffle | -4/+4 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -8/+8 |
| 2022-08-21 | Remove useless pointer cast | Maybe Waffle | -1/+1 |
| 2022-08-13 | address review comments, add tracking issue | The 8472 | -7/+8 |
| 2022-08-13 | add Vec::push_within_capacity - fallible, does not allocate | The8472 | -0/+44 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -1/+2 |
| 2022-07-27 | Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrum | bors | -2/+39 |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -2/+39 |
| 2022-07-24 | Support vec zero-alloc optimization for tuples and byte arrays | AngelicosPhosphoros | -17/+46 |
| 2022-07-14 | add code examples | Duarte Nunes | -1/+50 |
| 2022-07-13 | rustdoc | Duarte Nunes | -1/+1 |
| 2022-07-13 | typo | Duarte Nunes | -2/+2 |
| 2022-07-13 | changes to wording | Duarte Nunes | -9/+15 |
| 2022-07-13 | docs: be less harsh in wording for Vec::from_raw_parts | Duarte Nunes | -5/+15 |
| 2022-07-03 | Auto merge of #98755 - nnethercote:faster-vec-insert, r=cuviper | bors | -6/+9 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+1 |
| 2022-07-01 | Optimize `Vec::insert` for the case where `index == len`. | Nicholas Nethercote | -6/+9 |
| 2022-06-29 | alloc: fix `no_global_oom_handling` warnings | Miguel Ojeda | -0/+2 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -28/+57 |
| 2022-06-05 | Add vec::Drain{,Filter}::keep_rest | Maybe Waffle | -3/+93 |
| 2022-06-02 | Auto merge of #97293 - est31:remove_box, r=oli-obk | bors | -2/+5 |
| 2022-06-01 | Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrum | bors | -0/+2 |
| 2022-06-01 | Use #[rustc_box] in alloc instead of box syntax | est31 | -2/+5 |
| 2022-05-31 | Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-05-31 | Auto merge of #97521 - SkiFire13:clarify-vec-as-ptr, r=Dylan-DPC | bors | -2/+4 |
| 2022-05-31 | alloc: remove repeated word in comment | Miguel Ojeda | -1/+1 |
| 2022-05-30 | Add `#[inline]` to `Vec`'s `Deref/DerefMut` | Gary Guo | -0/+2 |
| 2022-05-29 | Clarify the guarantees of Vec::as_ptr and Vec::as_mut_ptr when there's no all... | Giacomo Stevanato | -2/+4 |
| 2022-05-28 | Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-05-23 | Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnay | Dylan DPC | -4/+7 |
| 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 |