| Age | Commit message (Expand) | Author | Lines |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -6/+2 |
| 2020-02-18 | Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu | Yuki Okushi | -13/+7 |
| 2020-01-28 | Fill tracking issue for `iter_map_while` feature | Waffle | -3/+3 |
| 2020-01-28 | Add `Iterator::map_while` method and corresponding `MapWhile` adapter | Waffle | -0/+89 |
| 2020-01-28 | Simplify `Skip::nth` and `Skip::last` implementations | Oliver Middleton | -13/+7 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -2/+8 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -267/+456 |
| 2019-12-22 | Format the world | Mark Rousskov | -78/+109 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -8/+0 |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -37/+91 |
| 2019-11-06 | Halloween... time to get rid of 👻 | Oliver Scherer | -7/+11 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+8 |
| 2019-11-01 | Fixed std::iter::Chain documentation | Oleg Nosov | -1/+1 |
| 2019-09-09 | Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm | Mazdak Farrokhzad | -1/+43 |
| 2019-09-04 | Override `StepBy::{try_fold, try_rfold}` | Tim Vermeulen | -1/+43 |
| 2019-08-30 | Rev::rposition counts from the wrong end | Xiang Fan | -7/+0 |
| 2019-08-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -2/+2 |
| 2019-08-18 | Fix bug in iter::Chain::size_hint | Tim Vermeulen | -8/+14 |
| 2019-08-17 | Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm | Mazdak Farrokhzad | -0/+30 |
| 2019-08-16 | Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin | Mazdak Farrokhzad | -0/+23 |
| 2019-08-16 | Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexreg | Mazdak Farrokhzad | -6/+2 |
| 2019-08-15 | libcore: more cleanups using associated_type_bounds | Mazdak Farrokhzad | -6/+2 |
| 2019-08-12 | Reduce genericity in Inspect | Josh Stone | -12/+22 |
| 2019-08-12 | Reduce genericity in Scan | Josh Stone | -8/+17 |
| 2019-08-12 | Reduce genericity in Take | Josh Stone | -7/+14 |
| 2019-08-12 | Reduce genericity in Skip | Josh Stone | -8/+18 |
| 2019-08-12 | Reduce genericity in TakeWhile | Josh Stone | -16/+23 |
| 2019-08-12 | Reduce genericity in SkipWhile | Josh Stone | -8/+15 |
| 2019-08-12 | Avoid closures in Peekable | Josh Stone | -1/+4 |
| 2019-08-12 | Reduce genericity in Enumerate | Josh Stone | -54/+77 |
| 2019-08-12 | Reduce genericity in Filter and FilterMap | Josh Stone | -58/+70 |
| 2019-08-12 | Remove genericity in StepBy::size_hint | Josh Stone | -5/+15 |
| 2019-08-12 | Reduce genericity in Copied and Cloned | Josh Stone | -16/+34 |
| 2019-08-12 | Avoid closures in the default <Zip as ZipImpl>::next | Josh Stone | -5/+3 |
| 2019-08-12 | Reduce genericity in FlattenCompat | Josh Stone | -26/+52 |
| 2019-08-12 | Reduce the genericity of Map folds | Josh Stone | -12/+22 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -24/+37 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -109/+37 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -0/+117 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -109/+37 |
| 2019-07-27 | Refactoring use commun code between option, result and accum | Stargateur | -0/+135 |
| 2019-07-17 | Override Cycle::try_fold | Tim Vermeulen | -0/+30 |
| 2019-07-09 | Implement DoubleEndedIterator for iter::{StepBy, Peekable, Take} | Tim Vermeulen | -0/+117 |
| 2019-05-29 | Add custom nth_back for Skip | Andrea Corradi | -0/+14 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -5/+0 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+5 |
| 2019-05-03 | Add custom nth_back for Chain | Andrea Corradi | -0/+23 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -6/+7 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+5 |