about summary refs log tree commit diff
path: root/src/libcore/iter/iterator.rs
AgeCommit message (Expand)AuthorLines
2018-02-28Minor grammatical/style fix in docs.Alexander Ronald Altman-2/+2
2018-02-25Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichtonkennytm-2/+79
2018-02-23Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnayManish Goregaokar-6/+42
2018-02-20core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...Mazdak Farrokhzad-0/+20
2018-02-20core::iter::Iterator::flatten: tracking issue is #48213Mazdak Farrokhzad-1/+1
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-6/+20
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-2/+45
2018-02-19Fix count usize link typo in docsGil Cottle-1/+1
2018-02-12Add Iterator::try_for_eachScott McMurray-6/+42
2018-02-11Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcvkennytm-0/+4
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-2/+7
2018-01-19Adjust language as per suggestionsvarkor-4/+4
2018-01-18Make example no_runvarkor-1/+1
2018-01-18Document the behaviour of infinite iterators on potentially-computable methodsvarkor-0/+4
2017-12-15doc: a better exampleTshepang Lekhonkhobe-10/+7
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+1
2017-11-18Undo the Sized specialization from Iterator::nthScott McMurray-26/+6
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-0/+1
2017-11-04CR feedbackScott McMurray-2/+2
2017-10-29Fundamental internal iteration with try_foldScott McMurray-55/+137
2017-10-04Optimize comparison functions of IteratorMatt-72/+114
2017-09-24Backport libs stabilizations to 1.21 betaDavid Tolnay-1/+1
2017-09-21Auto merge of #44682 - bluss:iter-rfold, r=dtolnaybors-1/+1
2017-09-18core: Small fix in fold docsUlrik Sverdrup-1/+1
2017-09-16stabilized iterator_for_each (closes #42986)Michal Budzynski-5/+1
2017-08-18Minor Iterator::filter_map description rewording.Corey Farwell-1/+1
2017-08-06Preface 'cares' with 'only'Ryan Leckey-1/+1
2017-07-22doc: provide an actual equivalent to filter_mapTshepang Lekhonkhobe-6/+5
2017-06-30Track `iterator_for_each` in #42986Josh Stone-1/+1
2017-06-27Use a little more compelling example of `for_each`Josh Stone-6/+7
2017-06-21Use `fold` to implement `Iterator::for_each`Josh Stone-4/+4
2017-06-20Add `Iterator::for_each`Josh Stone-0/+46
2017-06-07Update docs to say iterator instead of rangeMatt Brubeck-1/+1
2017-05-30RangeFrom should have an infinite size_hintScott McMurray-1/+2
2017-05-19Auto merge of #41439 - ivandardi:master, r=BurntSushibors-1/+34
2017-05-15Update documentationIvan Dardi-2/+1
2017-05-12Fix commit derp and update implementations and documentationIvan Dardi-1/+35
2017-05-11Fix typo in size_hint example commentMartin Glagla-1/+1
2017-04-25Clarify "side effect" in peek's docssteveklabnik-2/+3
2017-04-15code formatking6cong-5/+5
2017-04-11Clarify Iterator::position docSebastian Hahn-2/+6
2017-03-21Fix invalid linking in iter docsGuillaume Gomez-3/+3
2017-03-20Fix up various linkssteveklabnik-2/+2
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-32/+32
2017-02-19Docs: Better explanation of return values for min, max functionsMikhail Pak-6/+22
2017-02-17code order tweakking6cong-3/+3
2017-02-10iterator docs: Move paragraph about discarding; clarify "consumed"Rob Speer-5/+5
2017-02-10Rephrase my proposed edit ("objects" -> "elements")Rob Speer-1/+1
2017-02-10Fix a misleading statement in `Iterator.nth()`Rob Speer-1/+4
2017-01-27Fix a few links in the docsOliver Middleton-3/+3