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
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
2019-05-09
make vecdeque_rotate stable
Dodo
-6
/
+2
2019-04-29
Document the order of {Vec,VecDeque,String}::retain
Josh Stone
-2
/
+2
2019-04-26
Use "capacity" as parameter name in with_capacity() methods
Matthias Geier
-4
/
+4
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-19
move variable down to where it is used
Ralf Jung
-5
/
+5
2019-04-18
make liballoc internal test suite mostly pass in Miri
Ralf Jung
-1
/
+10
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-02-22
Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm
Mazdak Farrokhzad
-5
/
+46
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-3
/
+3
2019-02-18
override `VecDeque::try_rfold`, also update iterator
Andre Bogus
-5
/
+46
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-3
/
+3
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-19
/
+13
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-8
/
+8
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-21
/
+21
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-20
/
+23
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-3
/
+3
2019-01-30
override `VecDeque`'s `Iter::try_fold`
Andre Bogus
-1
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppe
kennytm
-3
/
+1
2018-12-19
Stabilize Vec(Deque)::resize_with
Scott McMurray
-3
/
+1
2018-12-15
Add a note about why the unsafe is sound
Scott McMurray
-0
/
+10
2018-12-15
Add unstable VecDeque::rotate_{left|right}
Scott McMurray
-0
/
+102
2018-12-13
Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin
bors
-1
/
+4
2018-12-07
Drain only needs a shared reference
Ralf Jung
-7
/
+5
2018-12-07
VecDeque::drain: make sure the 'drain' raw pointer is actually still usable
Ralf Jung
-2
/
+7
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-9
/
+9
2018-12-03
Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril
kennytm
-1
/
+1
2018-12-02
Update issue number of `shrink_to` methods to point the tracking issue
Hidehito Yabuuchi
-1
/
+1
2018-11-30
Move VecDeque::resize_with out of the impl<T:Clone> block
Scott McMurray
-33
/
+27
2018-11-17
Add VecDeque::resize_with
Scott McMurray
-1
/
+39
2018-10-28
msp430: fix compilation of liballoc
Jorge Aparicio
-0
/
+2
2018-10-05
Revert "Slightly refactor VecDeque implementation"
Alex Crichton
-3
/
+3
2018-10-05
Revert "Optimize VecDeque::append"
Alex Crichton
-27
/
+2
2018-10-05
Revert "Add docs and debug asserts"
Alex Crichton
-23
/
+11
2018-10-05
Revert "Fix tidy"
Alex Crichton
-2
/
+1
2018-10-05
Revert "Add another assert"
Alex Crichton
-4
/
+0
2018-08-29
Add another assert
MaloJaffre
-0
/
+4
2018-08-28
Fix tidy
MaloJaffre
-1
/
+2
2018-08-28
Add docs and debug asserts
MaloJaffre
-11
/
+23
[next]