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
/
src
/
libcore
/
iter
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-16
Improve documentation on iterators
LeSeulArtichaut
-1
/
+2
2020-02-04
Stabilize `core::iter::once_with()`
Yuki Okushi
-1
/
+1
2020-01-28
Fill tracking issue for `iter_map_while` feature
Waffle
-1
/
+1
2020-01-28
Add `Iterator::map_while` method and corresponding `MapWhile` adapter
Waffle
-0
/
+2
2019-12-23
docs: Iterator adapters have unspecified results after a panic
Mark Rousskov
-0
/
+5
2019-12-22
Format the world
Mark Rousskov
-30
/
+36
2019-10-30
doc: reword iter module example and mention other methods
Lzu Tao
-21
/
+14
2019-07-29
Use internal iteration in the Sum and Product impls of Result and Option
Tim Vermeulen
-1
/
+1
2019-07-27
Refactoring use commun code between option, result and accum
Stargateur
-1
/
+1
2019-05-27
Updated the Iterator docs with information about overriding methods.
Christian
-0
/
+5
2019-04-27
Stabilize Iterator::copied in 1.36.0.
Mazdak Farrokhzad
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-03-18
Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...
Vincent Esche
-1
/
+1
2019-02-19
Stabilize iter::from_fn
Simon Sapin
-1
/
+1
2019-02-19
Stabilize iter::successors
Simon Sapin
-1
/
+3
2019-02-01
Rename iter::unfold to iter::from_fn and remove explicit state
Simon Sapin
-1
/
+1
2019-01-22
Don't expose ZipImpl to Iterator
Clar Fon
-1
/
+0
2019-01-22
Don't expose FlattenCompat to Iterator
Clar Fon
-1
/
+1
2019-01-22
Don't expose ChainState to Iterator
Clar Fon
-1
/
+1
2019-01-22
Move TrustedRandomAccess into Zip module
Clar Fon
-0
/
+1
2019-01-22
Move core::iter iterator.rs to traits module
Clar Fon
-2
/
+1
2019-01-22
Move core::iter adapters to adapters.rs
Clar Fon
-2769
/
+18
2019-01-15
Rollup merge of #57579 - stjepang:once-with, r=SimonSapin
Mazdak Farrokhzad
-0
/
+2
2019-01-13
Fix intradoc link and update issue number
Stjepan Glavina
-1
/
+1
2019-01-13
Add core::iter::once_with
Stjepan Glavina
-0
/
+2
2019-01-13
Change #[must_use] message of Iterator in documentation
Taiki Endo
-1
/
+1
2019-01-13
Change #[must_use] message of Iterator
Taiki Endo
-21
/
+21
2018-12-26
Auto merge of #56534 - xfix:copied, r=@SimonSapin
bors
-0
/
+100
2018-12-26
Add a tracking issue for Iterator::copied
Konrad Borowski
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Merge branch 'master' into copied
Konrad Borowski
-23
/
+26
2018-12-20
Add DoubleEndedIterator::nth_back
Clar Fon
-0
/
+6
2018-12-17
Remove `<Cycle as Iterator>::try_fold` override
Shotaro Yamada
-13
/
+0
2018-12-09
Don't call size_hint of underlying iterator needlessly
Shotaro Yamada
-2
/
+10
2018-12-09
Resolve FIXME and cleanup
Shotaro Yamada
-20
/
+7
2018-12-09
Override Cycle::try_fold
Shotaro Yamada
-0
/
+13
2018-12-05
Avoid calling clone in DoubleEndedIterator implementation of Copied
Konrad Borowski
-2
/
+2
2018-12-05
Use inner iterator may_have_side_effect for Cloned
Konrad Borowski
-1
/
+3
2018-12-05
Copy may_have_side_effect from I for Copied<I>
Konrad Borowski
-1
/
+3
2018-12-05
Use copied method instead of cloned in Copied::next_back()
Konrad Borowski
-1
/
+1
2018-12-05
Add unstable Iterator::copied()
Konrad Borowski
-0
/
+98
2018-11-20
Capitalize
Simon Sapin
-2
/
+2
2018-11-20
Add tracking issue for unfold and successors
Simon Sapin
-1
/
+1
2018-11-20
Add std::iter::successors
Simon Sapin
-1
/
+1
2018-11-20
Add std::iter::unfold
Simon Sapin
-0
/
+2
2018-11-18
revert
Артём Павлов [Artyom Pavlov]
-75
/
+7
2018-10-14
Unused result warning: "X which must" ↦ "X that must"
varkor
-1
/
+1
2018-08-15
Fix since of Iterator::flatten to be a proper semver
Aleksey Kladov
-6
/
+6
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-4
/
+4
2018-07-13
Upgrade implementation of StepBy<RangeInclusive<_>>.
kennytm
-3
/
+5
[next]