index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
collections
/
vec_deque
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-04
Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis
bors
-0
/
+1
2021-08-16
Optimize unnecessary check in VecDeque::retain
Xuanwo
-8
/
+24
2021-08-08
Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay
bors
-2
/
+1
2021-08-08
Bump shrink_to stabilization to Rust 1.56
David Tolnay
-1
/
+1
2021-08-07
Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc
bors
-1
/
+2
2021-08-05
alloc: Use intra doc links for the reserve function
est31
-1
/
+3
2021-07-28
Update the examples in `String` and `VecDeque::retain`
Josh Stone
-3
/
+4
2021-07-25
Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu
bors
-51
/
+101
2021-07-24
Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett
bors
-0
/
+22
2021-07-24
Hide allocator details from TryReserveError
Kornel
-1
/
+2
2021-07-24
Update std_collections_from_array stability version
bstrie
-1
/
+1
2021-07-23
Add `#[unstable]` on new functions
Benoît du Garreau
-2
/
+2
2021-07-23
Add support for custom allocator in `VecDeque`
Benoît du Garreau
-51
/
+101
2021-07-06
Stabilize Vec<T>::shrink_to
Yoh Deadfall
-2
/
+1
2021-06-30
impl From<[(K, V); N]> for std::collections
bstrie
-0
/
+22
2021-06-30
Remove "length" doc aliases
Amanieu d'Antras
-1
/
+0
2021-06-02
Stabilize VecDeque::partition_point.
Mara Bos
-2
/
+1
2021-06-02
Bump vecdeque_binary_search stabilization to 1.54.
Mara Bos
-3
/
+3
2021-06-02
Bumped `vecdeque_binary_search` stabilization version to 1.53.0
SOFe
-3
/
+3
2021-06-02
Stabilize `vecdeque_binary_search`
SOFe
-7
/
+3
2021-04-15
VecDeque: Improve doc comments in binary search fns
Vojtech Kral
-5
/
+23
2021-04-15
VecDeque: Add partition_point() #78021
Vojtech Kral
-0
/
+45
2021-04-15
VecDeque: binary_search_by(): return right away if hit found at back.first() ...
Vojtech Kral
-1
/
+4
2021-03-21
use BITS constant
The8472
-1
/
+1
2021-03-17
Fix overflowing length in Vec<ZST> to VecDeque
Josh Stone
-19
/
+18
2021-02-12
Rename `Range::ensure_subset_of` to `slice::range`
dylni
-1
/
+1
2021-02-12
Fix possible soundness issue in `ensure_subset_of`
dylni
-1
/
+1
2021-02-12
Improve design of `assert_len`
dylni
-1
/
+1
2021-01-26
shrink_to shouldn't panic on len greater than capacity
Thom Wiggers
-6
/
+4
2021-01-18
Avoid hash_slice in VecDeque's Hash implementation
Konrad Borowski
-3
/
+7
2021-01-14
Remove unreachable panics from VecDeque
Dániel Buga
-5
/
+4
2020-12-28
Rollup merge of #80448 - m-ou-se:deque-range-version, r=m-ou-se
Mara Bos
-2
/
+2
2020-12-28
Fix stabilization version of deque_range feature.
Mara Bos
-2
/
+2
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-26
Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se
bors
-6
/
+2
2020-12-13
fix typo
Justus K
-1
/
+1
2020-12-13
fix panic if converting ZST Vec to VecDeque
Justus K
-2
/
+6
2020-12-08
fix unsoundness in `make_contiguous`
Bastian Kauschke
-5
/
+13
2020-11-21
More consistently use spaces after commas in lists in docs
Carol (Nichols || Goulding)
-5
/
+5
2020-11-15
stabilize deque_range
Spyros Roum
-6
/
+2
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-0
/
+2848