summary refs log tree commit diff
path: root/src/libcore/iter/adapters
AgeCommit message (Expand)AuthorLines
2019-05-29Add custom nth_back for SkipAndrea Corradi-0/+14
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-6/+7
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-10/+9
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+26
2019-04-19libcore: deny more...Mazdak Farrokhzad-10/+9
2019-04-18libcore => 2018Taiki Endo-10/+14
2019-04-16implement nth_back for EnumerateAdrian Friedli-0/+10
2019-04-16implement nth_back for FuseAdrian Friedli-0/+16
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-2/+2
2019-02-25Have all methods of Filter and FilterMap use internal iterationTim Vermeulen-30/+7
2019-02-02Update visibility of intermediate use items.David Wood-0/+1
2019-01-22Move trivial constructors to inherent methodsClar Fon-16/+66
2019-01-22Move nontrivial constructors to inherent methodsClar Fon-17/+53
2019-01-22Don't expose ZipImpl to IteratorClar Fon-2/+4
2019-01-22Move super_nth out of ZipImplClar Fon-7/+9
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-9/+20
2019-01-22Don't expose ChainState to IteratorClar Fon-5/+9
2019-01-22Move Flatten and FlatMap to own moduleClar Fon-313/+321
2019-01-22Move Chain and ChainState to own moduleClar Fon-251/+258
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-2/+18
2019-01-22Move Zip and ZipImpl to own moduleClar Fon-258/+266
2019-01-22Move core::iter adapters to adapters.rsClar Fon-0/+2772