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
/
src
/
liballoc
/
collections
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Fix doc link errors
Tyler Ruckinger
-1
/
+1
2020-04-22
More diagnostic items for Clippy usage
Philipp Hansch
-0
/
+1
2020-04-17
Rollup merge of #71167 - RalfJung:big-o, r=shepmaster
Dylan DPC
-3
/
+3
2020-04-16
Minor fixes to doc comments of 'VecDequeue'
Youngsuk Kim
-6
/
+6
2020-04-15
big-O notation: parenthesis, multiplication and backticks
Ralf Jung
-3
/
+3
2020-04-08
add `VecDeque::make_contiguous` tracking issue
Bastian Kauschke
-1
/
+1
2020-04-04
use ManuallyDrop instead of forget inside collections
Trevor Spiteri
-6
/
+5
2020-03-31
Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu
Dylan DPC
-52
/
+153
2020-03-31
fix docs
Bastian Kauschke
-1
/
+1
2020-03-31
update `VecDeque::as_(mut)_slice` docs
Bastian Kauschke
-4
/
+4
2020-03-24
must_use on split_off
Kornel
-0
/
+1
2020-03-22
update `make_contiguous` docs
Bastian Kauschke
-1
/
+3
2020-03-22
document invariant of `VecDeque::as_(mut)_slice`
Bastian Kauschke
-0
/
+6
2020-03-22
add `fn make_contiguous` to VecDeque
Bastian Kauschke
-52
/
+145
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-01-19
Move VecDeque Drain iterator to new file
Jonas Schievink
-121
/
+5
2020-01-19
Fix leak in VecDeque::drain when drop panics
Jonas Schievink
-34
/
+48
2020-01-19
Fix `VecDeque::truncate` leak on drop panic
Jonas Schievink
-1
/
+16
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-142
/
+108
2019-12-13
Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAus
Mazdak Farrokhzad
-1
/
+13
2019-12-12
Add comment to `Dropper`
Jonas Schievink
-0
/
+2
2019-12-11
VecDeque: drop remaining items on destructor panic
Jonas Schievink
-1
/
+11
2019-11-13
Match VecDeque::extend to Vec::extend
Charles Gleason
-1
/
+16
2019-10-29
Use truncate(0) in VecDeque clear
Charles Gleason
-1
/
+1
2019-10-29
Use ptr::drop_in_place in VecDeque truncate
Charles Gleason
-2
/
+25
2019-10-29
Match docs for VecDeque truncate to Vec truncate
Charles Gleason
-1
/
+2
2019-10-22
Apply clippy::needless_return suggestions
Mateusz Mikuła
-1
/
+1
2019-10-10
Override nth for VecDeque Iter and IterMut
Charles Gleason
-0
/
+20
2019-10-10
Implement Clone::clone_from for VecDeque
Charles Gleason
-2
/
+79
2019-08-22
Fix formatting.
Tomasz Różański
-1
/
+1
2019-08-22
Fix a typo.
Tomasz Różański
-1
/
+1
2019-08-18
Auto merge of #63045 - Rosto75:master, r=jonas-schievink
bors
-43
/
+43
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-8
/
+8
2019-08-02
liballoc: Unconfigure tests during normal build
Vadim Petrochenkov
-386
/
+3
2019-07-28
Use const generics for some VecDeque impls.
Mazdak Farrokhzad
-26
/
+14
2019-07-27
Change the placement of two functions.
Tomasz Różański
-43
/
+43
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-17
/
+17
2019-07-18
Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum
Mark Rousskov
-0
/
+6
2019-07-03
Fix the links in Vec(Deque)-from-Vec(Deque)
Scott McMurray
-0
/
+6
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+10
2019-06-11
Remove the questionably-useful example
Scott McMurray
-22
/
+0
2019-06-08
Add hyperlinks to Vec and VecDeque
Scott McMurray
-2
/
+2
2019-06-08
Apply suggestions from code review
scottmcm
-1
/
+1
2019-06-08
Put the docs on the methods instead of the impls
Scott McMurray
-53
/
+53
2019-06-08
Apply suggestions from code review
scottmcm
-10
/
+10
2019-06-08
Add some Vec <-> VecDeque documentation
Scott McMurray
-0
/
+53
2019-05-19
Rollup merge of #60678 - DutchGhost:master, r=scottmcm
Mazdak Farrokhzad
-6
/
+2
2019-05-10
Add examples of ordered retain
Josh Stone
-0
/
+14
2019-05-09
supposed to be 1.36.0
Dodo
-2
/
+2
[next]