about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-10Add #[must_use] to alloc constructorsJohn Kugelman-0/+2
2021-10-06Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip...Manish Goregaokar-12/+6
2021-10-05refactor: VecDeques IterMut fields to privateDeveloperC-12/+6
2021-10-05refactor: VecDeques Drain fields to privateDeveloperC286-13/+11
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-4/+2
2021-10-04Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-seJubilee-1/+11
2021-10-04Stabilize try_reserveKornel-4/+2
2021-10-02Make diangostic item names consistentCameron Steffen-1/+1
2021-09-22PR fixupAman Arora-1/+1
2021-09-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+1
2021-09-17refactor: VecDeques IntoIter fields to privateDeveloperC286-1/+1
2021-08-28VecDeque: improve performance for From<[T; N]>Cheng XU-1/+11
2021-08-16Optimize unnecessary check in VecDeque::retainXuanwo-8/+24
2021-08-08Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnaybors-2/+1
2021-08-08Bump shrink_to stabilization to Rust 1.56David Tolnay-1/+1
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-1/+2
2021-08-05alloc: Use intra doc links for the reserve functionest31-1/+3
2021-07-28Update the examples in `String` and `VecDeque::retain`Josh Stone-3/+4
2021-07-25Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieubors-51/+101
2021-07-24Auto merge of #84111 - bstrie:hashfrom, r=joshtriplettbors-0/+22
2021-07-24Hide allocator details from TryReserveErrorKornel-1/+2
2021-07-24Update std_collections_from_array stability versionbstrie-1/+1
2021-07-23Add `#[unstable]` on new functionsBenoît du Garreau-2/+2
2021-07-23Add support for custom allocator in `VecDeque`Benoît du Garreau-51/+101
2021-07-06Stabilize Vec<T>::shrink_toYoh Deadfall-2/+1
2021-06-30impl From<[(K, V); N]> for std::collectionsbstrie-0/+22
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-02Stabilize VecDeque::partition_point.Mara Bos-2/+1
2021-06-02Bump vecdeque_binary_search stabilization to 1.54.Mara Bos-3/+3
2021-06-02Bumped `vecdeque_binary_search` stabilization version to 1.53.0SOFe-3/+3
2021-06-02Stabilize `vecdeque_binary_search`SOFe-7/+3
2021-04-15VecDeque: Improve doc comments in binary search fnsVojtech Kral-5/+23
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+45
2021-04-15VecDeque: binary_search_by(): return right away if hit found at back.first() ...Vojtech Kral-1/+4
2021-03-21use BITS constantThe8472-1/+1
2021-03-17Fix overflowing length in Vec<ZST> to VecDequeJosh Stone-19/+18
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-1/+1
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-1/+1
2021-02-12Improve design of `assert_len`dylni-1/+1
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-6/+4
2021-01-18Avoid hash_slice in VecDeque's Hash implementationKonrad Borowski-3/+7
2021-01-14Remove unreachable panics from VecDequeDániel Buga-5/+4
2020-12-28Rollup merge of #80448 - m-ou-se:deque-range-version, r=m-ou-seMara Bos-2/+2
2020-12-28Fix stabilization version of deque_range feature.Mara Bos-2/+2
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-26Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-sebors-6/+2
2020-12-13fix typoJustus K-1/+1
2020-12-13fix panic if converting ZST Vec to VecDequeJustus K-2/+6
2020-12-08fix unsoundness in `make_contiguous`Bastian Kauschke-5/+13
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-5/+5