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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-28
Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper
bors
-0
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-0
/
+2
2023-08-11
Add Iterator::map_windows
Frank King
-0
/
+2
2023-05-04
Optimize `Iterator` implementation for `&mut impl Iterator + Sized`
Benoît du Garreau
-0
/
+6
2023-03-15
Bump to latest beta
Mark Rousskov
-1
/
+1
2023-02-23
Add lint against `Iterator::map` receiving a callable that returns `()`
Obei Sideg
-0
/
+1
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-0
/
+1
2023-02-03
Replace `ConstFnMutClosure` with const closures
Deadbeef
-4
/
+2
2022-11-15
`VecDeque::resize` should re-use the buffer in the passed-in element
Scott McMurray
-0
/
+2
2022-09-26
Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...
Scott McMurray
-0
/
+23
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
/
+2
2022-06-18
Expose iter::ByRefSized as unstable feature and use it
Paolo Barbolini
-1
/
+3
2022-05-27
libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...
Vadim Petrochenkov
-0
/
+6
2022-03-26
Remove mention of HashMap<K, V> not offering iter_mut
dlup
-4
/
+3
2022-03-18
Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc
Matthias Krüger
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-8
/
+8
2022-03-10
Let `try_collect` take advantage of `try_fold` overrides
Scott McMurray
-1
/
+1
2022-02-07
Change `ResultShunt` to be generic over `Try`
Scott McMurray
-1
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+1
2021-10-07
Revert "Stabilize `Iterator::intersperse()`"
Jane Lusby
-1
/
+1
2021-09-25
Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514
bors
-1
/
+1
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-1
/
+1
2021-09-17
Stabilize `Iterator::map_while`
Maybe Waffle
-1
/
+1
2021-08-31
Stabilize `Iterator::intersperse()`
inquisitivecrystal
-1
/
+1
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-0
/
+2
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+2
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
/
+2
2020-12-31
Add Iterator::intersperse_with
Lukas Lueg
-2
/
+2
2020-12-30
Add tracking issue
Camelid
-1
/
+1
2020-12-30
Add Iterator::intersperse
Jonas Schievink
-0
/
+2
2020-11-23
[update patch]
William Chargin
-3
/
+5
2020-11-23
std::iter: document iteration over `&T` and `&mut T`
William Chargin
-0
/
+43
2020-11-22
Merge `use`s in core::iter
Waffle
-13
/
+10
2020-09-03
pacify tidy
The8472
-2
/
+3
2020-09-03
impl TrustedRandomAccess for vec::IntoIter
The8472
-1
/
+3
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-0
/
+5
2020-09-03
Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcm
Dylan DPC
-56
/
+0
2020-09-02
Format ControlFlow changes with rustfmt
Leonora Tindall
-1
/
+0
2020-09-01
Clean up header in `iter` docs for `for` loops
Camelid
-1
/
+1
2020-09-01
Rename and expose LoopState as ControlFlow
Leonora Tindall
-55
/
+0
2020-08-30
revert Some(Item) link
Prabakaran Kumaresshan
-0
/
+1
2020-08-30
resolve comments
Prabakaran Kumaresshan
-8
/
+22
2020-08-30
Switch to intra-doc links in core/src/{convert,iter}/mod.rs
Prabakaran Kumaresshan
-26
/
+9
2020-07-27
mv std libs to library/
mark
-0
/
+425