| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-19 | Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor | Mazdak Farrokhzad | -10/+9 |
| 2019-04-19 | Rollup merge of #60023 - koalatux:nth-back, r=scottmcm | Mazdak Farrokhzad | -0/+26 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -10/+9 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -10/+14 |
| 2019-04-16 | implement nth_back for Enumerate | Adrian Friedli | -0/+10 |
| 2019-04-16 | implement nth_back for Fuse | Adrian Friedli | -0/+16 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -2/+2 |
| 2019-02-25 | Have all methods of Filter and FilterMap use internal iteration | Tim Vermeulen | -30/+7 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+1 |
| 2019-01-22 | Move trivial constructors to inherent methods | Clar Fon | -16/+66 |
| 2019-01-22 | Move nontrivial constructors to inherent methods | Clar Fon | -17/+53 |
| 2019-01-22 | Don't expose ZipImpl to Iterator | Clar Fon | -2/+4 |
| 2019-01-22 | Move super_nth out of ZipImpl | Clar Fon | -7/+9 |
| 2019-01-22 | Don't expose FlattenCompat to Iterator | Clar Fon | -9/+20 |
| 2019-01-22 | Don't expose ChainState to Iterator | Clar Fon | -5/+9 |
| 2019-01-22 | Move Flatten and FlatMap to own module | Clar Fon | -313/+321 |
| 2019-01-22 | Move Chain and ChainState to own module | Clar Fon | -251/+258 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -2/+18 |
| 2019-01-22 | Move Zip and ZipImpl to own module | Clar Fon | -258/+266 |