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
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-18
vec_deque tests: remove static mut
Marijn Schouten
-26
/
+12
2025-02-08
Rustfmt
bjorn3
-3
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+3
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+3
2024-01-02
Adjust library tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
2023-07-13
Fix VecDeque's rotate_left and rotate_right panic tests
Pedro Lobo
-2
/
+2
2023-02-26
Fix `VecDeque::shrink_to` and add tests.
Markus Everling
-0
/
+42
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
-9
/
+9
2022-11-25
Changes according to code review
Markus Everling
-6
/
+7
2022-11-20
Update VecDeque implementation
Markus Everling
-84
/
+62
2022-11-07
fmt
Ralf Jung
-5
/
+5
2022-11-07
run alloc benchmarks in Miri and fix UB
Ralf Jung
-15
/
+19
2022-06-18
Add VecDeque::extend from TrustedLen specialization
Paolo Barbolini
-0
/
+97
2022-04-24
test: add test cases for VecDeque
Keita Nonaka
-0
/
+294
2021-08-28
VecDeque: improve performance for From<[T; N]>
Cheng XU
-0
/
+30
2021-08-16
Remove extra empty lines
Xuanwo
-2
/
+0
2021-08-16
Optimize unnecessary check in VecDeque::retain
Xuanwo
-0
/
+35
2021-03-17
Fix overflowing length in Vec<ZST> to VecDeque
Josh Stone
-0
/
+15
2021-01-18
Avoid hash_slice in VecDeque's Hash implementation
Konrad Borowski
-0
/
+40
2021-01-11
Add another test case for #79808
Yuki Okushi
-0
/
+15
2020-12-08
fix unsoundness in `make_contiguous`
Bastian Kauschke
-0
/
+14
2020-07-31
make some vec_deque tests less exhaustive in Miri
Ralf Jung
-6
/
+11
2020-07-27
mv std libs to library/
mark
-0
/
+567