| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-11 | Rollup merge of #106276 - Sp00ph:unify_slice_ranges, r=the8472 | Matthias Krüger | -9/+18 |
| 2023-03-01 | Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=Amanieu | Dylan DPC | -1/+1 |
| 2023-02-26 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-02-26 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+62 |
| 2023-02-25 | Use checked_add in VecDeque::append for ZSTs to avoid overflow | pommicket | -1/+1 |
| 2023-02-20 | Changes according to review | Markus Everling | -5/+4 |
| 2023-02-05 | Add `slice_ranges` safety comment | Markus Everling | -0/+8 |
| 2023-01-31 | Fix `vec_deque::Drain` FIXME | Markus Everling | -8/+10 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -1/+1 |
| 2023-01-08 | Rollup merge of #106562 - clubby789:vec-deque-example, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2023-01-07 | Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-01-07 | Clarify examples for `VecDeque::get/get_mut` | clubby789 | -1/+3 |
| 2022-12-20 | Auto merge of #105127 - Sp00ph:const_new, r=dtolnay | bors | -3/+4 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-08 | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | -0/+3 |
| 2022-12-08 | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | -11/+34 |
| 2022-12-05 | Add O(1) `Vec -> VecDeque` conversion guarantee | Markus Everling | -3/+3 |
| 2022-12-05 | Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrum | bors | -5/+12 |
| 2022-12-01 | Fix typo in comment | Markus Everling | -1/+1 |
| 2022-12-01 | Make `VecDeque::new` const | Markus Everling | -3/+4 |
| 2022-12-01 | Make `VecDeque::new_in` unstably const | Markus Everling | -2/+1 |
| 2022-11-29 | Send `VecDeque::from_iter` via `Vec::from_iter` | Scott McMurray | -5/+12 |
| 2022-11-26 | Improve slow path in `make_contiguous` | Markus Everling | -27/+67 |
| 2022-11-25 | Changes according to code review | Markus Everling | -78/+104 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -741/+401 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -2/+7 |
| 2022-09-23 | Put back one of the `use`s for intra-doc mentions | Scott McMurray | -0/+6 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -4/+4 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -2/+1 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -1/+2 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -2/+2 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -1/+2 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -8/+8 |
| 2022-06-18 | Add VecDeque::extend from TrustedLen specialization | Paolo Barbolini | -0/+19 |
| 2022-05-30 | Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk | Michael Goulet | -13/+8 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -1/+1 |
| 2022-04-28 | Add VecDeque::extend from vec::IntoIter and slice::Iter specializations | Paolo Barbolini | -19/+6 |
| 2022-04-26 | Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC | Dylan DPC | -3/+15 |
| 2022-04-06 | add necessary closure for partition_point | Jane Lusby | -2/+2 |
| 2022-04-06 | Update binary_search example to instead redirect to partition_point | Jane Lusby | -2/+16 |
| 2022-03-30 | Stabilize feature vec_retain_mut on Vec and VecDeque | Linus Färnstrand | -3/+1 |
| 2022-03-14 | refactor: VecDeques Iter fields to private | DeveloperC | -13/+8 |
| 2022-03-11 | Auto merge of #94472 - JmPotato:use_maybeuninit_for_vecdeque, r=m-ou-se | bors | -11/+45 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -2/+2 |
| 2022-03-10 | Use MaybeUninit in VecDeque to remove the undefined behavior of slice | JmPotato | -11/+45 |
| 2022-02-19 | Fix some confusing wording and improve slice-search-related docs | r00ster91 | -3/+15 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -8/+12 |