| Age | Commit message (Expand) | Author | Lines |
| 2020-04-06 | add detailed panic messages for Vec functions | IgorPerikov | -6/+55 |
| 2020-04-05 | Rollup merge of #70558 - RalfJung:vec-extend-aliasing, r=Amanieu | Dylan DPC | -9/+13 |
| 2020-04-05 | tweak swap_remove | Ralf Jung | -3/+4 |
| 2020-04-04 | use ManuallyDrop instead of forget inside collections | Trevor Spiteri | -14/+13 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -1/+2 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -3/+4 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -4/+2 |
| 2020-03-30 | fix ptr invalidation in Vec::truncate | Ralf Jung | -1/+2 |
| 2020-03-30 | fix pointer invalidation when extnding a vector from an untrusted iterator | Ralf Jung | -1/+3 |
| 2020-03-30 | fix Vec::extend invalidating unrelated pointers | Ralf Jung | -1/+2 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -0/+16 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -1/+2 |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -1/+1 |
| 2020-03-20 | must_use on split_off | Kornel | -0/+1 |
| 2020-03-11 | Rollup merge of #69828 - RalfJung:vec-leak, r=kennytm | Mazdak Farrokhzad | -4/+12 |
| 2020-03-10 | Allow vec.rs to be over 3000 lines :( | Joshua Nelson | -0/+1 |
| 2020-03-10 | Bump release cutoff | Joshua Nelson | -1/+1 |
| 2020-03-10 | make the impl a little prettier | Joshua Nelson | -1/+1 |
| 2020-03-10 | fix test failure | Joshua Nelson | -2/+7 |
| 2020-03-10 | limit From impl to LengthAtMost32 | Joshua Nelson | -1/+4 |
| 2020-03-10 | fix error compiling stage2 | Joshua Nelson | -1/+1 |
| 2020-03-10 | impl From<[T; N]> for Vec<T> | Joshua Nelson | -0/+7 |
| 2020-03-09 | Vec::new is const tstable in 1.39 not 1.32 | Christopher Durham | -1/+1 |
| 2020-03-08 | fix memory leak when vec::IntoIter panics during drop | Ralf Jung | -4/+12 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-01 | Rollup merge of #69568 - JOE1994:patch-2, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-02-29 | clarify alignment requirements in Vec::from_raw_parts | Ralf Jung | -1/+5 |
| 2020-02-29 | Remove trailing whitespace | Youngsuk Kim | -1/+1 |
| 2020-02-29 | Update src/liballoc/vec.rs
| Youngsuk Kim | -1/+1 |
| 2020-02-28 | Clarify explanation of 'fn resize' | Youngsuk Kim | -2/+3 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -14/+35 |
| 2020-01-31 | Fixed issue 68593 | hman523 | -0/+2 |
| 2020-01-28 | fix: typo in vec.rs | Pedro de Brito | -1/+1 |
| 2020-01-19 | Update comments in `Drain`s `Drop` impl | Jonas Schievink | -3/+5 |
| 2020-01-19 | Fix leak in vec::IntoIter when a destructor panics | Jonas Schievink | -1/+3 |
| 2020-01-19 | Avoid leak in `vec::Drain` when item drop panics | Jonas Schievink | -13/+30 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -1/+2 |
| 2020-01-07 | Rollup merge of #67929 - mgrachev:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-06 | stabilise it | dylan_DPC | -1/+1 |
| 2020-01-06 | stabilise remove_item | dylan_DPC | -1/+0 |
| 2020-01-06 | Formatting an example for method Vec.retain | Grachev Mikhail | -1/+1 |
| 2020-01-05 | removed blank line | dylan_DPC | -1/+0 |
| 2020-01-04 | ef em ti ... :P | dylan_DPC | -4/+3 |
| 2020-01-04 | add partial eq bound to remove_item | dylan_DPC | -1/+8 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -123/+125 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -4/+1 |
| 2019-12-15 | Rollup merge of #67300 - aloucks:issue-65970, r=rkruppe | Mazdak Farrokhzad | -1/+16 |