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
/
core
/
src
/
iter
/
adapters
/
zip.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-05
fix Zip unsoundness (again)
The 8472
-41
/
+33
2025-02-18
Fix typo in hidden internal docs of `TrustedRandomAccess`
Frank Steffahn
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-11-28
Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper
bors
-2
/
+14
2023-10-06
optimize zipping over array iterators
The 8472
-0
/
+90
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+14
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-1
/
+8
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2022-05-02
This aligns the inline attributes of existing `__iterator_get_unchecked` with...
The 8472
-0
/
+2
2021-12-15
Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay
Matthias Krüger
-1
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-2
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-12-09
Improve std::iter::zip example.
Andrew Banchich
-6
/
+14
2021-10-20
Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor
Yuki Okushi
-6
/
+2
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-6
/
+4
2021-09-09
remove unnecessary bound on Zip specialization impl
The8472
-6
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-07-28
Documentation improvements
Frank Steffahn
-1
/
+6
2021-07-28
Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce`
Frank Steffahn
-0
/
+3
2021-07-28
Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce
Frank Steffahn
-60
/
+94
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-3
/
+20
2021-07-28
Improve documentation of TrustedRandomAccess
Frank Steffahn
-14
/
+30
2021-06-22
Add comments around code where ordering is important due for panic-safety
The8472
-0
/
+9
2021-06-19
fix panic-safety in specialized Zip::next_back
The8472
-1
/
+2
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-06-01
Fix typo in internal documentation for `TrustedRandomAccess`
Frank Steffahn
-1
/
+1
2021-05-27
Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum"
The8472
-4
/
+0
2021-04-08
add TrustedRandomAccess specialization to vec::extend
The8472
-0
/
+4
2021-03-27
Add the tracking issue for `#![feature(iter_zip)]`
Josh Stone
-1
/
+1
2021-03-26
Add function core::iter::zip
Josh Stone
-2
/
+33
2021-03-05
Prevent Zip specialization from calling __iterator_get_unchecked twice with t...
Giacomo Stevanato
-4
/
+9
2021-03-03
Remove useless comparison since now self.index <= self.len is an invariant
Giacomo Stevanato
-1
/
+1
2021-03-03
Increment self.len in specialized ZipImpl to avoid underflow in size_hint
Giacomo Stevanato
-0
/
+1
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-14
/
+10
2021-02-04
Increment `self.index` before calling `Iterator::self.a.__iterator_get_unchec...
Sebastian Dröge
-3
/
+4
2021-01-16
Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r...
Mara Bos
-0
/
+1
2021-01-04
doc -- list edit for consistency
oliver
-1
/
+1
2021-01-04
TrustedRandomAaccess spec composes incorrectly for nested iter::Zips
The8472
-0
/
+1
2020-11-22
Remove multiline `use`s
Waffle
-8
/
+4
2020-11-22
Split iterator adaptors into individual modules
Waffle
-7
/
+8
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-19
/
+23
2020-09-12
Simplify iter zip struct doc
Ivan Tham
-5
/
+2
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-09-03
please tidy
The8472
-4
/
+4
2020-09-03
pacify tidy
The8472
-2
/
+2
2020-09-03
mark as_inner as unsafe and update comments
The8472
-3
/
+9
2020-09-03
add in-place iteration for Zip
The8472
-1
/
+24
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-30
/
+151
[next]