| Age | Commit message (Expand) | Author | Lines |
| 2023-01-18 | Implement `alloc::vec::IsZero` for `Option<$NUM>` types | clubby789 | -0/+17 |
| 2023-01-17 | Don't do pointer arithmetic on pointers to deallocated memory | The 8472 | -3/+9 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -6/+6 |
| 2023-01-07 | Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor... | Kevin Reid | -0/+5 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-27 | Update the documentation of `Vec` to use `extend(array)` instead of `extend(a... | Chayim Refael Friedman | -1/+1 |
| 2022-12-23 | fix one more unaligned self.ptr, and add tests | Ralf Jung | -1/+1 |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -10/+11 |
| 2022-12-08 | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | -0/+2 |
| 2022-12-08 | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | -0/+27 |
| 2022-11-28 | improve doc | Fabian Hintringer | -1/+10 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -5/+9 |
| 2022-11-24 | Stop peeling the last iteration of the loop in `Vec::repeat_with` | Scott McMurray | -11/+1 |
| 2022-11-24 | Extract the logic for `TrustedLen` to a named method that can be called directly | Scott McMurray | -32/+37 |
| 2022-11-06 | Vec: IntoIterator signature consistency | ripytide | -3/+3 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |
| 2022-10-24 | Clairify Vec::capacity docs | Nixon Enraght-Moony | -2/+3 |
| 2022-10-22 | Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm | Matthias Krüger | -3/+1 |
| 2022-10-21 | Remove incorrect comment in `Vec::drain` | Maybe Waffle | -3/+1 |
| 2022-10-19 | Rollup merge of #103153 - ChrisDenton:leak-oom, r=m-ou-se | Dylan DPC | -1/+0 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -2/+2 |
| 2022-10-17 | Allow `Vec::leak` with `no_global_oom_handling` | Chris Denton | -1/+0 |
| 2022-10-10 | Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrum | bors | -0/+22 |
| 2022-10-09 | Auto merge of #89123 - the8472:push_in_capacity, r=amanieu | bors | -0/+45 |
| 2022-10-04 | Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472 | Dylan DPC | -6/+32 |
| 2022-10-03 | Rollup merge of #99216 - duarten:master, r=joshtriplett | Matthias Krüger | -8/+73 |
| 2022-10-03 | Clarify documentation | Giacomo Stevanato | -4/+3 |
| 2022-10-02 | Do the `calloc` optimization for `Option<bool>` | Scott McMurray | -0/+22 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -15/+15 |
| 2022-09-10 | Update documentation | Giacomo Stevanato | -3/+11 |
| 2022-09-10 | Fix leaking in inplace collection when destructor panics | Giacomo Stevanato | -3/+22 |
| 2022-09-02 | implement IsZero for Saturating and Wrapping | asquared31415 | -0/+16 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | fix into_iter on ZST | Ralf Jung | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay | Dylan DPC | -3/+130 |
| 2022-08-28 | fill-in tracking issue for `feature(drain_keep_rest)` | Maybe Waffle | -2/+2 |
| 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 |