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
/
into_iter.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-05
update cfgs
Boxy
-4
/
+0
2024-08-10
Stabilize `min_exhaustive_patterns`
Nadrieril
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-1
/
+1
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-5
/
+5
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-27
fix advance_by impl for vec_deque and add tests
The 8472
-7
/
+7
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-6
/
+9
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-6
/
+6
2022-12-29
Implement more methods for `vec_deque::IntoIter`
Markus Everling
-1
/
+184
2022-12-08
Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter`
Scott McMurray
-0
/
+4
2021-09-25
Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se
Manish Goregaokar
-1
/
+2
2021-09-17
refactor: VecDeques IntoIter fields to private
DeveloperC286
-1
/
+7
2021-09-16
Add IntoIterator intra doc link to various collections
est31
-1
/
+2
2021-07-23
Add unstable attribute for `A` in `Drain` and `IntoIter`
Benoît du Garreau
-1
/
+4
2021-07-23
Add support for custom allocator in `VecDeque`
Benoît du Garreau
-8
/
+10
2021-07-21
Remove unsound TrustedRandomAccess implementations
Frank Steffahn
-29
/
+1
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-03-21
implement TrustedLen and TrustedRandomAccess for VecDeque iterators
The8472
-1
/
+31
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-0
/
+57