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
Age
Commit message (
Expand
)
Author
Lines
2022-12-05
Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrum
bors
-5
/
+12
2022-12-01
Fix typo in comment
Markus Everling
-1
/
+1
2022-12-01
Make `VecDeque::new_in` unstably const
Markus Everling
-2
/
+1
2022-11-29
Send `VecDeque::from_iter` via `Vec::from_iter`
Scott McMurray
-5
/
+12
2022-11-26
Add second test case in `make_contiguous_head_to_end`
Markus Everling
-10
/
+49
2022-11-26
Improve slow path in `make_contiguous`
Markus Everling
-36
/
+76
2022-11-26
Don't use `Take` in `SpecExtend` impl
Markus Everling
-21
/
+23
2022-11-25
Changes according to code review
Markus Everling
-144
/
+181
2022-11-20
Update VecDeque implementation
Markus Everling
-1230
/
+760
2022-11-15
`VecDeque::resize` should re-use the buffer in the passed-in element
Scott McMurray
-2
/
+7
2022-11-07
fmt
Ralf Jung
-5
/
+5
2022-11-07
run alloc benchmarks in Miri and fix UB
Ralf Jung
-15
/
+19
2022-09-23
Put back one of the `use`s for intra-doc mentions
Scott McMurray
-0
/
+6
2022-09-22
Make ZST checks in core/alloc more readable
Scott McMurray
-4
/
+4
2022-09-10
Alternate approach; just modify Drain
Ben Kimock
-52
/
+59
2022-09-10
Remove &[T] from vec_deque::Drain
Ben Kimock
-23
/
+41
2022-08-22
Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc
Dylan DPC
-1
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-2
/
+2
2022-08-10
Guarantee `try_reserve` preserves the contents on error
YOSHIOKA Takuma
-1
/
+2
2022-06-19
Fix documentation for with_capacity and reserve families of methods
jmaargh
-8
/
+8
2022-06-18
Expose iter::ByRefSized as unstable feature and use it
Paolo Barbolini
-1
/
+1
2022-06-18
Add VecDeque::extend from TrustedLen specialization
Paolo Barbolini
-0
/
+175
2022-05-30
Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk
Michael Goulet
-16
/
+17
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-2
/
+0
2022-05-06
Add a dedicated length-prefixing method to `Hasher`
Scott McMurray
-1
/
+1
2022-04-28
Add VecDeque::extend from vec::IntoIter and slice::Iter specializations
Paolo Barbolini
-19
/
+79
2022-04-26
Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC
Dylan DPC
-3
/
+15
2022-04-24
test: add test cases for VecDeque
Keita Nonaka
-0
/
+294
2022-04-06
add necessary closure for partition_point
Jane Lusby
-2
/
+2
2022-04-06
Update binary_search example to instead redirect to partition_point
Jane Lusby
-2
/
+16
2022-03-30
Stabilize feature vec_retain_mut on Vec and VecDeque
Linus Färnstrand
-3
/
+1
2022-03-14
refactor: VecDeques Iter fields to private
DeveloperC
-16
/
+17
2022-03-11
Auto merge of #94472 - JmPotato:use_maybeuninit_for_vecdeque, r=m-ou-se
bors
-30
/
+95
2022-03-11
Improve doc wording for retain on some collections
Maik Allgöwer
-2
/
+2
2022-03-10
Use MaybeUninit in VecDeque to remove the undefined behavior of slice
JmPotato
-30
/
+95
2022-02-19
Fix some confusing wording and improve slice-search-related docs
r00ster91
-3
/
+15
2022-02-19
Collections: improve the documentation of drain members
Stein Somers
-8
/
+12
2022-02-17
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
Matthias Krüger
-0
/
+2
2022-02-14
Describe VecDeque with more consistent names
Stein Somers
-110
/
+110
2022-01-18
Replace iterator-based construction of collections by `Into<T>`
Júnior Bassani
-15
/
+15
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-8
/
+8
2021-12-12
doc: fix typo in comments
japm48
-6
/
+6
2021-12-05
doc: suggest try_reserve in try_reserve_exact
TennyZhuang
-2
/
+2
2021-12-05
Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-se
Matthias Krüger
-3
/
+34
2021-12-04
Add documentation to more `From::from` implementations.
Kevin Reid
-0
/
+2
2021-11-29
Remove unnecessary check in VecDeque::grow
Cédric Barreteau
-9
/
+11
2021-11-25
Implement VecDeque::retain_mut
Guillaume Gomez
-3
/
+34
2021-10-18
Avoid overflow in `VecDeque::with_capacity_in()`.
Hans Kratz
-1
/
+1
2021-10-15
Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se
bors
-2
/
+30
2021-10-10
Add #[must_use] to alloc constructors
John Kugelman
-0
/
+2
[next]