| Age | Commit message (Expand) | Author | Lines |
| 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-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 `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 |
| 2021-01-14 | Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se | Mara Bos | -27/+172 |
| 2021-01-13 | Improve Iterator::intersperse_ docs | Lukas Lueg | -8/+16 |
| 2021-01-13 | Add doc intralinks | Lukas Lueg | -0/+6 |
| 2021-01-08 | Clean up branching in skip | kadmin | -6/+4 |
| 2021-01-07 | Fix typo in Step trait | Christopher Durham | -1/+1 |
| 2021-01-07 | Remove FIXME-notes | Lukas Lueg | -6/+0 |
| 2021-01-04 | doc -- list edit for consistency | oliver | -1/+1 |
| 2021-01-04 | TrustedRandomAaccess spec composes incorrectly for nested iter::Zips | The8472 | -0/+1 |
| 2020-12-31 | Add Iterator::intersperse_with | Lukas Lueg | -25/+162 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -2/+0 |
| 2020-12-30 | Add tracking issue | Camelid | -5/+5 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+105 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-13 | bump rust version for peekable_next_if feature | Justus K | -2/+2 |
| 2020-12-13 | stabilize `peekable_next_if` | Justus K | -5/+2 |
| 2020-12-13 | Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se | Yuki Okushi | -0/+45 |
| 2020-12-10 | Improve wording of `flatten()` docs | Camelid | -2/+2 |
| 2020-11-30 | Intra doc links for iterator adapters | Alexis Bourget | -3/+2 |
| 2020-11-27 | Expand docs on Peekable::peek_mut | Lukas Lueg | -5/+9 |
| 2020-11-23 | [update patch] | William Chargin | -3/+5 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+37 |
| 2020-11-23 | std::iter: document iteration over `&T` and `&mut T` | William Chargin | -0/+43 |
| 2020-11-22 | Remove multiline `use`s | Waffle | -115/+61 |
| 2020-11-22 | Fix doc links in core::iter::sources | Waffle | -0/+5 |
| 2020-11-22 | Merge `use`s in core::iter | Waffle | -42/+31 |
| 2020-11-22 | Split iterator sources into different modules | Waffle | -614/+644 |
| 2020-11-22 | Split iterator adaptors into individual modules | Waffle | -2833/+2969 |