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
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-19
Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu
Matthias Krüger
-0
/
+34
2024-09-08
Remove needless returns detected by clippy in libraries
Eduardo Sánchez Muñoz
-2
/
+2
2024-09-03
replace placeholder version
Boxy
-1
/
+1
2024-07-27
Okay, I guess I have to give these a different feature name
ltdk
-1
/
+1
2024-07-27
impl Default for collection iterators that don't already have it
ltdk
-0
/
+14
2024-04-15
Add vec_deque::Iter::as_slices and friends
chloekek
-0
/
+34
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-11
/
+15
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-13
/
+12
2022-11-25
Changes according to code review
Markus Everling
-16
/
+14
2022-11-20
Update VecDeque implementation
Markus Everling
-106
/
+70
2022-05-30
Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk
Michael Goulet
-3
/
+9
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2022-03-14
refactor: VecDeques Iter fields to private
DeveloperC
-3
/
+9
2022-03-10
Use MaybeUninit in VecDeque to remove the undefined behavior of slice
JmPotato
-19
/
+50
2021-07-28
Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmt
Frank Steffahn
-5
/
+2
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-2
/
+6
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-3
/
+3
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-3
/
+3
2021-03-21
implement TrustedLen and TrustedRandomAccess for VecDeque iterators
The8472
-1
/
+23
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-0
/
+159