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
/
tests
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-22
Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`
Pavel Grigorenko
-0
/
+39
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+3
2024-08-28
Re-enable android tests/benches in alloc
Ben Kimock
-3
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-03-01
try_with_capacity for Vec, VecDeque, String
Kornel
-0
/
+11
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-06-13
ignore core, alloc and test tests that require unwinding on panic=abort
Pietro Albini
-0
/
+3
2023-03-27
fix advance_by impl for vec_deque and add tests
The 8472
-0
/
+23
2023-02-25
Add test for VecDeque::append ZST capacity overflow
pommicket
-0
/
+14
2022-12-08
Apply review feedback; Fix no_global_oom_handling build
Scott McMurray
-3
/
+13
2022-12-08
Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter`
Scott McMurray
-0
/
+26
2022-11-20
Update VecDeque implementation
Markus Everling
-6
/
+7
2022-11-15
`VecDeque::resize` should re-use the buffer in the passed-in element
Scott McMurray
-0
/
+8
2022-03-25
Adjust tests for isize::MAX allocation always being checked
CAD97
-109
/
+52
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-6
/
+6
2021-08-07
Use assert_matches! instead of if let {} else
Kornel
-99
/
+92
2021-07-24
Hide allocator details from TryReserveError
Kornel
-31
/
+69
2021-04-15
VecDeque: Add partition_point() #78021
Vojtech Kral
-0
/
+18
2020-12-13
replace assert! with assert_eq!
Justus K
-1
/
+1
2020-12-13
fix panic if converting ZST Vec to VecDeque
Justus K
-0
/
+7
2020-10-17
Rebase conflicts
Alexis Bourget
-0
/
+30
2020-10-09
liballoc: VecDeque: Add binary search functions
Vojtech Kral
-0
/
+39
2020-09-04
Add tests for overflow in String / VecDeque operations using ranges
Tomasz Miąsko
-0
/
+15
2020-07-27
mv std libs to library/
mark
-0
/
+1646