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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
iter
/
adapters
Age
Commit message (
Expand
)
Author
Lines
2022-07-18
Fix `Skip::next` for non-fused inner iterators
Tim Vermeulen
-1
/
+1
2022-06-22
Refactor iter adapters with less macros
Cameron Steffen
-117
/
+56
2022-06-18
Expose iter::ByRefSized as unstable feature and use it
Paolo Barbolini
-2
/
+7
2022-05-14
Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472
bors
-0
/
+40
2022-05-13
Slap #[inline] on all the ByRefSized methods, per the8472's suggestion
Scott McMurray
-0
/
+11
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-6
/
+0
2022-05-02
This aligns the inline attributes of existing `__iterator_get_unchecked` with...
The 8472
-0
/
+4
2022-04-02
Fix `array::IntoIter::fold` to use the optimized `Range::fold`
Scott McMurray
-0
/
+29
2022-03-21
add module-level documentation for vec's in-place iteration
The8472
-0
/
+5
2022-03-18
Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc
Matthias Krüger
-0
/
+45
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-03-10
Let `try_collect` take advantage of `try_fold` overrides
Scott McMurray
-0
/
+45
2022-03-03
Doc: Fix use of quote instead of backstick in Adapter::map.
Axel Viala
-1
/
+1
2022-02-07
Change `ResultShunt` to be generic over `Try`
Scott McMurray
-40
/
+38
2022-01-11
Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...
bors
-3
/
+3
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-0
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-3
/
+3
2021-12-15
Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay
Matthias Krüger
-1
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-3
/
+2
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-11-19
Fix Iterator::advance_by contract inconsistency
The8472
-16
/
+17
2021-10-20
Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor
Yuki Okushi
-6
/
+2
2021-10-07
Revert "Stabilize `Iterator::intersperse()`"
Jane Lusby
-7
/
+7
2021-10-04
Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis
Jubilee
-67
/
+58
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-67
/
+58
2021-09-30
fix issues pointed out in review
The8472
-8
/
+30
2021-09-30
from review: code style
the8472
-3
/
+3
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-0
/
+177
2021-09-17
Stabilize `Iterator::map_while`
Maybe Waffle
-4
/
+4
2021-09-09
remove unnecessary bound on Zip specialization impl
The8472
-6
/
+2
2021-08-31
Stabilize `Iterator::intersperse()`
inquisitivecrystal
-7
/
+7
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
-65
/
+99
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-17
/
+66
2021-07-28
Improve documentation of TrustedRandomAccess
Frank Steffahn
-14
/
+30
2021-07-19
replace Option combinators with try block
The8472
-6
/
+2
2021-07-16
implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]
The8472
-3
/
+52
2021-07-16
rename specializing trait to ConstSizeIntoIterator
The8472
-4
/
+4
2021-07-15
implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]
The8472
-1
/
+48
2021-06-30
Make the specialized Fuse still deal with None
Josh Stone
-188
/
+66
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-23
/
+0
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
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
/
+6
2021-06-09
Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm
bors
-22
/
+1
2021-06-03
Revert "implement TrustedRandomAccess for Take iterator adapter"
The8472
-22
/
+1
[next]