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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Update CURRENT_RUSTC_VERSION post-bump
Mark Rousskov
-1
/
+1
2025-08-05
Stabilize `core::iter::chain`
Ross MacArthur
-1
/
+1
2024-10-23
"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
Josh Triplett
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-25
/
+12
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-06-04
Add function `core::iter::chain`
Ross MacArthur
-0
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-3
/
+8
2023-08-11
Add Iterator::map_windows
Frank King
-0
/
+4
2022-09-26
Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...
Scott McMurray
-9
/
+2
2022-09-23
Constifed Try trait
onestacked
-2
/
+3
2022-08-12
fill-in tracking issue for `feature(iter_array_chunks)`
Maybe Waffle
-1
/
+1
2022-08-01
Add `Iterator::array_chunks()`
Ross MacArthur
-0
/
+4
2022-06-18
Expose iter::ByRefSized as unstable feature and use it
Paolo Barbolini
-1
/
+2
2022-03-21
add module-level documentation for vec's in-place iteration
The8472
-0
/
+5
2022-03-10
Let `try_collect` take advantage of `try_fold` overrides
Scott McMurray
-0
/
+3
2022-02-07
Change `ResultShunt` to be generic over `Try`
Scott McMurray
-40
/
+38
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-0
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+1
2021-10-07
Revert "Stabilize `Iterator::intersperse()`"
Jane Lusby
-1
/
+1
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-5
/
+6
2021-09-17
Stabilize `Iterator::map_while`
Maybe Waffle
-1
/
+1
2021-08-31
Stabilize `Iterator::intersperse()`
inquisitivecrystal
-1
/
+1
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-0
/
+3
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-1
/
+1
2021-05-16
mark internal inplace_iteration traits as hidden
The8472
-0
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-2
/
+2
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-2
/
+2
2021-04-04
Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472
Dylan DPC
-0
/
+23
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
-0
/
+3
2021-02-01
Implement SourceIterator and InPlaceIterable for ResultShunt
Giacomo Stevanato
-0
/
+23
2020-12-31
Add Iterator::intersperse_with
Lukas Lueg
-1
/
+1
2020-12-30
Add tracking issue
Camelid
-1
/
+1
2020-12-30
Add Iterator::intersperse
Jonas Schievink
-0
/
+4
2020-11-30
Intra doc links for iterator adapters
Alexis Bourget
-1
/
+1
2020-11-22
Remove multiline `use`s
Waffle
-4
/
+2
2020-11-22
Merge `use`s in core::iter
Waffle
-17
/
+3
2020-11-22
Split iterator adaptors into individual modules
Waffle
-2818
/
+55
2020-11-07
Convert a bunch of intra-doc links
Camelid
-19
/
+19
2020-10-22
change the order of type arguments on ControlFlow
Leonora Tindall
-5
/
+5
2020-10-13
Bump the version of rustfmt used in tidy
Scott McMurray
-5
/
+1
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-18
/
+18
2020-10-01
Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu
Dylan DPC
-0
/
+10
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-8
/
+8
2020-09-20
Add advance_by and advance_back_by
Tim Vermeulen
-0
/
+10
2020-09-08
Capitalize safety comments
Flying-Toast
-12
/
+12
[next]