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
/
src
/
libcore
/
iter
/
iterator.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-24
Backport libs stabilizations to 1.21 beta
David Tolnay
-1
/
+1
2017-09-21
Auto merge of #44682 - bluss:iter-rfold, r=dtolnay
bors
-1
/
+1
2017-09-18
core: Small fix in fold docs
Ulrik Sverdrup
-1
/
+1
2017-09-16
stabilized iterator_for_each (closes #42986)
Michal Budzynski
-5
/
+1
2017-08-18
Minor Iterator::filter_map description rewording.
Corey Farwell
-1
/
+1
2017-08-06
Preface 'cares' with 'only'
Ryan Leckey
-1
/
+1
2017-07-22
doc: provide an actual equivalent to filter_map
Tshepang Lekhonkhobe
-6
/
+5
2017-06-30
Track `iterator_for_each` in #42986
Josh Stone
-1
/
+1
2017-06-27
Use a little more compelling example of `for_each`
Josh Stone
-6
/
+7
2017-06-21
Use `fold` to implement `Iterator::for_each`
Josh Stone
-4
/
+4
2017-06-20
Add `Iterator::for_each`
Josh Stone
-0
/
+46
2017-06-07
Update docs to say iterator instead of range
Matt Brubeck
-1
/
+1
2017-05-30
RangeFrom should have an infinite size_hint
Scott McMurray
-1
/
+2
2017-05-19
Auto merge of #41439 - ivandardi:master, r=BurntSushi
bors
-1
/
+34
2017-05-15
Update documentation
Ivan Dardi
-2
/
+1
2017-05-12
Fix commit derp and update implementations and documentation
Ivan Dardi
-1
/
+35
2017-05-11
Fix typo in size_hint example comment
Martin Glagla
-1
/
+1
2017-04-25
Clarify "side effect" in peek's docs
steveklabnik
-2
/
+3
2017-04-15
code format
king6cong
-5
/
+5
2017-04-11
Clarify Iterator::position doc
Sebastian Hahn
-2
/
+6
2017-03-21
Fix invalid linking in iter docs
Guillaume Gomez
-3
/
+3
2017-03-20
Fix up various links
steveklabnik
-2
/
+2
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-32
/
+32
2017-02-19
Docs: Better explanation of return values for min, max functions
Mikhail Pak
-6
/
+22
2017-02-17
code order tweak
king6cong
-3
/
+3
2017-02-10
iterator docs: Move paragraph about discarding; clarify "consumed"
Rob Speer
-5
/
+5
2017-02-10
Rephrase my proposed edit ("objects" -> "elements")
Rob Speer
-1
/
+1
2017-02-10
Fix a misleading statement in `Iterator.nth()`
Rob Speer
-1
/
+4
2017-01-27
Fix a few links in the docs
Oliver Middleton
-3
/
+3
2017-01-11
Fix docs for min/max algorithms
Vadim Petrochenkov
-10
/
+10
2016-12-16
Address fallout
Aaron Turon
-2
/
+0
2016-12-15
Stabilize Iterator::{min_by, max_by}
Aaron Turon
-2
/
+2
2016-12-02
core: Remove Self: Sized from Iterator::nth
Ulrik Sverdrup
-1
/
+4
2016-11-08
Add missing urls and few local rewrites
Guillaume Gomez
-54
/
+92
2016-10-21
doc: a more simple description of Iterator::nth
Tshepang Lekhonkhobe
-6
/
+2
2016-09-10
Inherit overflow checks for sum and product
Steven Fackler
-2
/
+4
2016-09-02
Auto merge of #35856 - phimuemue:master, r=brson
bors
-0
/
+53
2016-08-29
Changed issue number to 36105
philipp
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-9
/
+2
2016-08-21
Added #![feature] declarations
philipp
-0
/
+2
2016-08-20
Introduce max_by/min_by on iterators
philipp
-0
/
+51
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-24
/
+26
2016-06-21
Auto merge of #34155 - ollie27:unzip, r=alexcrichton
bors
-15
/
+0
2016-06-14
specialize zip: Specialize .zip() for TrustedRandomAccess iterators
Ulrik Sverdrup
-1
/
+2
2016-06-07
Remove unzip() SizeHint hack
Oliver Middleton
-15
/
+0
2016-06-05
core: mark relevant functions with #[rustc_inherit_overflow_checks].
Eduard Burtescu
-0
/
+1
2016-05-04
Update iterator.rs
Kaiyin Zhong
-1
/
+1
2016-05-04
errors in the doc
Kaiyin Zhong
-2
/
+2
2016-04-22
Make the `Iterator::enumerate` doc example more clear
Nick Fitzgerald
-5
/
+4
2016-04-18
core::iter: break long lines
Ulrik Sverdrup
-2
/
+5
[next]