| Age | Commit message (Expand) | Author | Lines |
| 2021-03-13 | Add `reverse` search alias for Iterator::rev() | Sebastian Widua | -0/+1 |
| 2021-03-05 | Prevent Zip specialization from calling __iterator_get_unchecked twice with t... | Giacomo Stevanato | -4/+9 |
| 2021-03-05 | Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se | Mara | -1/+2 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -0/+1 |
| 2021-03-03 | Remove useless comparison since now self.index <= self.len is an invariant | Giacomo Stevanato | -1/+1 |
| 2021-03-03 | Increment self.len in specialized ZipImpl to avoid underflow in size_hint | Giacomo Stevanato | -0/+1 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -32/+15 |
| 2021-02-27 | Add `as_str` method for split whitespace str iterators | Waffle | -2/+4 |
| 2021-02-25 | Auto merge of #82162 - cuviper:flat-fold, r=Mark-Simulacrum | bors | -20/+35 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -0/+1 |
| 2021-02-22 | Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrum | bors | -38/+65 |
| 2021-02-17 | Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfackler | Guillaume Gomez | -9/+16 |
| 2021-02-16 | Optimize Iterator::is_sorted_by by using Iterator::all for internal iteration | Giacomo Stevanato | -9/+16 |
| 2021-02-15 | Expand FlattenCompat folds | Josh Stone | -20/+35 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -32/+15 |
| 2021-02-14 | Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc. | Mara Bos | -38/+65 |
| 2021-02-13 | Add basic usage example | Camelid | -0/+15 |
| 2021-02-12 | Rollup merge of #81741 - sdroege:zip-trusted-random-access-specialization-pan... | Dylan DPC | -3/+4 |
| 2021-02-09 | Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-02-08 | Rollup merge of #81840 - ibraheemdev:patch-1, r=dtolnay | Mara Bos | -0/+1 |
| 2021-02-07 | Better line grouping | Camelid | -2/+2 |
| 2021-02-07 | fix formatting of std::iter::Map | Ibraheem Ahmed | -0/+1 |
| 2021-02-07 | Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytm | Guillaume Gomez | -0/+6 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -5/+2 |
| 2021-02-05 | Bump peekable_next_if to rust 1.51.0 | David Tolnay | -2/+2 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -3/+1 |
| 2021-02-04 | Improve documentation of Iterator::{fold, reduce}. | Mara Bos | -5/+16 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -4/+4 |
| 2021-02-04 | Add a note about the correctness and the effect on unsafe code to the `ExactS... | Sebastian Dröge | -0/+6 |
| 2021-02-04 | Increment `self.index` before calling `Iterator::self.a.__iterator_get_unchec... | Sebastian Dröge | -3/+4 |
| 2021-02-03 | Add "every" as a doc alias for "all". | Konrad Borowski | -0/+1 |
| 2021-02-03 | Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-02-02 | Rollup merge of #81599 - sdroege:fuse-trusted-len, r=m-ou-se | Jonas Schievink | -1/+14 |
| 2021-02-01 | Implement SourceIterator and InPlaceIterable for ResultShunt | Giacomo Stevanato | -0/+23 |
| 2021-02-01 | Implement `TrustedLen` for `iter::Fuse<I: TrustedLen>` | Sebastian Dröge | -1/+9 |
| 2021-02-01 | Add SAFETY comment for the `TrustedRandomAccess` impl of `iter::Fuse` | Sebastian Dröge | -0/+5 |
| 2021-01-30 | Clarify that guarantees extend to other advancing iterator methods. | The8472 | -3/+5 |
| 2021-01-29 | Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviper | Yuki Okushi | -2/+14 |
| 2021-01-23 | Manually fuse the inner iterator in FlattenCompat | Giacomo Stevanato | -2/+14 |
| 2021-01-23 | Allow libcore to be built with MIR inlining | oli | -0/+2 |
| 2021-01-23 | Auto merge of #80715 - JulianKnodt:skip_opt, r=nagisa | bors | -6/+4 |
| 2021-01-22 | Rollup merge of #81173 - lukaslueg:intersperse_docs, r=m-ou-se | Mara Bos | -9/+52 |
| 2021-01-21 | Auto merge of #81152 - lzutao:intersperse_fold, r=m-ou-se | bors | -3/+4 |
| 2021-01-21 | Fix typo | Lukas Lueg | -1/+1 |
| 2021-01-21 | Expand docs on Iterator::intersperse | Lukas Lueg | -9/+52 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -7/+1 |
| 2021-01-19 | Stop `fold` at first None when iterator yield | Mara Bos | -0/+2 |
| 2021-01-19 | Fix intersperse_fold | Lzu Tao | -3/+2 |
| 2021-01-17 | fixed formatting typo in map_while | Nathan Nguyen | -1/+1 |
| 2021-01-16 | Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r... | Mara Bos | -0/+1 |