| 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-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-23 | Manually fuse the inner iterator in FlattenCompat | Giacomo Stevanato | -2/+14 |
| 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 | -6/+4 |
| 2021-01-21 | Auto merge of #81152 - lzutao:intersperse_fold, r=m-ou-se | bors | -3/+4 |
| 2021-01-21 | Expand docs on Iterator::intersperse | Lukas Lueg | -6/+4 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+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-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 | -22/+134 |
| 2021-01-13 | Improve Iterator::intersperse_ docs | Lukas Lueg | -2/+2 |
| 2021-01-13 | Add doc intralinks | Lukas Lueg | -0/+6 |
| 2021-01-08 | Clean up branching in skip | kadmin | -6/+4 |
| 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 | -22/+134 |
| 2020-12-30 | Add tracking issue | Camelid | -3/+3 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -0/+80 |
| 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-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 | Add Peekable::peek_mut | Lukas Lueg | -0/+37 |
| 2020-11-22 | Remove multiline `use`s | Waffle | -110/+58 |
| 2020-11-22 | Merge `use`s in core::iter | Waffle | -28/+16 |
| 2020-11-22 | Split iterator adaptors into individual modules | Waffle | -2833/+2969 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -20/+20 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -5/+5 |
| 2020-10-13 | Bump the version of rustfmt used in tidy | Scott McMurray | -5/+1 |
| 2020-10-12 | Use `try{}` in `try_fold` to decouple library from `Try` details | Scott McMurray | -24/+24 |
| 2020-10-06 | Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm | bors | -12/+64 |
| 2020-10-05 | Implement iter::Chain::{advance_by, advance_back_by} | Tim Vermeulen | -12/+64 |
| 2020-10-02 | Remove trailing whitespace in iter chain doc | Ivan Tham | -1/+1 |
| 2020-10-02 | Add example for iter chain struct | Ivan Tham | -0/+11 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -0/+10 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -29/+34 |
| 2020-09-20 | Add advance_by and advance_back_by | Tim Vermeulen | -0/+10 |
| 2020-09-16 | Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievink | Tyler Mandry | -5/+2 |
| 2020-09-16 | Simplify iter fuse struct doc | Ivan Tham | -5/+2 |
| 2020-09-15 | Remove flatten doc intra-doc links | Ivan Tham | -3/+0 |
| 2020-09-14 | Simplify iter flatten struct doc | Ivan Tham | -2/+2 |
| 2020-09-13 | Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievink | Jonas Schievink | -5/+2 |
| 2020-09-13 | Simplify iter chain struct doc | Ivan Tham | -5/+2 |
| 2020-09-12 | Simplify iter zip struct doc | Ivan Tham | -5/+2 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -14/+14 |