| Age | Commit message (Expand) | Author | Lines |
| 2017-04-15 | code format | king6cong | -5/+5 |
| 2017-04-11 | Clarify Iterator::position doc | Sebastian Hahn | -2/+6 |
| 2017-04-03 | iter: Simplification in rfind's provided implementation | Ulrik Sverdrup | -1/+1 |
| 2017-04-03 | iter: Use underlying find/rfind for the same methods in Rev | Ulrik Sverdrup | -0/+12 |
| 2017-03-23 | Rollup merge of #40715 - manuel-rhdt:patch-1, r=brson | Corey Farwell | -3/+3 |
| 2017-03-21 | Fix doc error for ExactSizeIterator | Manuel | -3/+3 |
| 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-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -128/+128 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -128/+128 |
| 2017-03-13 | Fix a typo in Rev docs | Stjepan Glavina | -1/+1 |
| 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-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -7/+11 |
| 2017-02-05 | Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichton | Corey Farwell | -1/+21 |
| 2017-02-04 | Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichton | bors | -0/+58 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -1/+0 |
| 2017-02-03 | Move rfind to DoubleEndedIterator, add tracking issue. | Clar Charr | -58/+58 |
| 2017-01-29 | Add Iterator::rfind. | Clar Charr | -0/+58 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -7/+11 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -3/+3 |
| 2017-01-24 | add explanation, fix test | Andre Bogus | -0/+11 |
| 2017-01-17 | fix style nits | Andre Bogus | -7/+6 |
| 2017-01-16 | branchless .filter(_).count() | Andre Bogus | -0/+10 |
| 2017-01-13 | Rollup merge of #38995 - petrochenkov:minmax, r=GuillaumeGomez | Guillaume Gomez | -10/+10 |
| 2017-01-13 | Rollup merge of #38636 - shahn:extend, r=steveklabnik | Guillaume Gomez | -1/+4 |
| 2017-01-11 | Fix docs for min/max algorithms | Vadim Petrochenkov | -10/+10 |
| 2017-01-10 | Implement `iter::Sum` and `iter::Product` for `Result` | Jake Goulding | -0/+81 |
| 2017-01-05 | For Extend, document collections allowing duplicate keys | Sebastian Hahn | -1/+3 |
| 2017-01-01 | Auto merge of #38713 - clarcharr:trusted_len, r=brson | bors | -1/+7 |
| 2016-12-30 | TrustedLen for Empty and Once. | Clar Charr | -1/+7 |
| 2016-12-30 | impl Step for iu128 | Simonas Kazlauskas | -0/+2 |
| 2016-12-27 | Clarify Extend behaviour wrt existing keys | Sebastian Hahn | -1/+2 |
| 2016-12-16 | Address fallout | Aaron Turon | -2/+0 |
| 2016-12-15 | Stabilize Iterator::{min_by, max_by} | Aaron Turon | -2/+2 |
| 2016-12-07 | Auto merge of #38149 - bluss:is-empty, r=alexcrichton | bors | -1/+8 |
| 2016-12-07 | Auto merge of #38134 - bluss:iter-nth, r=aturon | bors | -1/+4 |
| 2016-12-04 | iter: Forward ExactSizeIterator methods for &mut I | Ulrik Sverdrup | -1/+8 |
| 2016-12-02 | core: Remove Self: Sized from Iterator::nth | Ulrik Sverdrup | -1/+4 |
| 2016-11-26 | Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton | Seo Sanghyeon | -4/+4 |
| 2016-11-24 | Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichton | bors | -6/+57 |
| 2016-11-23 | core: Fix example for .map() | Ulrik Sverdrup | -1/+1 |
| 2016-11-23 | core: Iterator docs, collect is not an adaptor | Ulrik Sverdrup | -3/+3 |
| 2016-11-22 | core: Forward ExactSizeIterator methods for important iterator adaptors | Ulrik Sverdrup | -6/+57 |
| 2016-11-17 | core::iter: Peekable should remember peeking a None | Ulrik Sverdrup | -23/+41 |
| 2016-11-12 | Rollup merge of #37669 - GuillaumeGomez:always_urls, r=brson | Eduard-Mihai Burtescu | -7/+15 |
| 2016-11-10 | Add missing urls for FusedIterator and TrustedLen traits | Guillaume Gomez | -7/+15 |