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
2018-03-24
Fix confusing doc for `scan`
Sean Silva
-5
/
+5
2018-03-06
Rollup merge of #48590 - tshepang:more-simple, r=frewsxcv
kennytm
-31
/
+22
2018-02-28
doc: no need for the references
Tshepang Lekhonkhobe
-31
/
+22
2018-02-28
Minor grammatical/style fix in docs.
Alexander Ronald Altman
-2
/
+2
2018-02-25
Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichton
kennytm
-2
/
+79
2018-02-23
Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnay
Manish Goregaokar
-6
/
+42
2018-02-20
core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...
Mazdak Farrokhzad
-0
/
+20
2018-02-20
core::iter::Iterator::flatten: tracking issue is #48213
Mazdak Farrokhzad
-1
/
+1
2018-02-20
core::iter::Flatten: update FlatMap & Flatten according to discussion
Mazdak Farrokhzad
-6
/
+20
2018-02-20
add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()
Mazdak Farrokhzad
-2
/
+45
2018-02-19
Fix count usize link typo in docs
Gil Cottle
-1
/
+1
2018-02-12
Add Iterator::try_for_each
Scott McMurray
-6
/
+42
2018-02-11
Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv
kennytm
-0
/
+4
2018-02-01
Add filter to detect local crates for rustc_on_unimplemented
Esteban Küber
-2
/
+7
2018-01-19
Adjust language as per suggestions
varkor
-4
/
+4
2018-01-18
Make example no_run
varkor
-1
/
+1
2018-01-18
Document the behaviour of infinite iterators on potentially-computable methods
varkor
-0
/
+4
2017-12-15
doc: a better example
Tshepang Lekhonkhobe
-10
/
+7
2017-11-21
Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...
bors
-0
/
+1
2017-11-18
Undo the Sized specialization from Iterator::nth
Scott McMurray
-26
/
+6
2017-11-17
spotlight Iterator/Read/Write impls on function return types
QuietMisdreavus
-0
/
+1
2017-11-04
CR feedback
Scott McMurray
-2
/
+2
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-55
/
+137
2017-10-04
Optimize comparison functions of Iterator
Matt
-72
/
+114
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
[next]