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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
collections
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-3291
/
+0
2020-10-18
Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus
bors
-1
/
+1
2020-10-16
liballoc: VecDeque: Simplify binary_search_by()
Vojtech Kral
-15
/
+4
2020-10-16
liballoc: VecDeque: Add tracking issue for binary search fns
Vojtech Kral
-3
/
+3
2020-10-09
liballoc: VecDeque: Add binary search functions
Vojtech Kral
-1
/
+149
2020-10-06
avoid unnecessary intermediate reference and improve safety comments
Ralf Jung
-6
/
+11
2020-10-05
make IterMut Send/Sync again
Ralf Jung
-0
/
+7
2020-10-05
VecDeque: avoid more aliasing issues by working with raw pointers instead of ...
Ralf Jung
-12
/
+31
2020-10-05
VecDeque: fix incorrect &mut aliasing in IterMut::next/next_back
Ralf Jung
-7
/
+24
2020-10-03
Replace some once(x).chain(once(y)) with [x, y] IntoIter
Scott McMurray
-2
/
+3
2020-09-18
Rename method to `assert_len`
dylni
-1
/
+1
2020-09-18
Move `slice::check_range` to `RangeBounds`
dylni
-1
/
+1
2020-09-18
Move to intra-doc links
Denis Vasilik
-21
/
+27
2020-09-15
fix slice::check_range aliasing problems
Ralf Jung
-5
/
+1
2020-09-09
Rollup merge of #76504 - Flying-Toast:master, r=lcnr
Tyler Mandry
-1
/
+1
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-09-08
Update library/alloc/src/collections/vec_deque.rs
Braden Nelson
-1
/
+1
2020-09-08
Convert MAXIMUM_ZST_CAPACITY to be calculated in a
moonheart08
-6
/
+2
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-26
/
+13
2020-09-02
Same typos in vec_deque
Anton
-2
/
+2
2020-09-01
Will land in 1.48, not 1.47
Jon Gjengset
-1
/
+1
2020-08-24
Add more information to safety comment
dylni
-1
/
+3
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-26
/
+11
2020-07-28
Stabilize deque_make_contiguous
Jon Gjengset
-5
/
+8
2020-07-27
mv std libs to library/
mark
-0
/
+3117