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_mut.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
/
+107
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
/
+107
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-12
/
+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
-6
/
+4
2022-11-20
Update VecDeque implementation
Markus Everling
-69
/
+82
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2021-12-12
doc: fix typo in comments
japm48
-4
/
+4
2021-10-05
refactor: VecDeques IterMut fields to private
DeveloperC
-4
/
+15
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-03-21
implement TrustedLen and TrustedRandomAccess for VecDeque iterators
The8472
-1
/
+23
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-0
/
+128