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-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