| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -1/+0 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -4/+5 |
| 2023-05-15 | Mark internal functions and traits unsafe | LegionMammal978 | -4/+5 |
| 2023-05-15 | Change Vec examples to not assert exact capacity except where it is guaranteed | Wim Looman | -6/+6 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -5/+5 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -5/+5 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -7/+3 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -7/+3 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -1/+1 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -7/+3 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -4/+5 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -10/+4 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+18 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+2 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -2/+5 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+8 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+7 |
| 2023-02-27 | Remove or justify use of #[rustc_box] | Ben Kimock | -4/+1 |
| 2023-02-23 | docs: use intra-doc links for `Vec::get(_mut)` | Michael Howell | -2/+2 |
| 2023-02-19 | Remove the assume(!is_null) from Vec::as_ptr | Ben Kimock | -11/+2 |
| 2023-01-28 | vec: Use SpecCloneIntoVec::clone_into to implement Vec::clone_from | Neil Roberts | -30/+1 |
| 2023-01-19 | Auto merge of #106989 - clubby789:is-zero-num, r=scottmcm | bors | -1/+19 |
| 2023-01-18 | Update `IsZero` documentation | clubby789 | -1/+2 |
| 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 |