about summary refs log tree commit diff
path: root/src/libcore/iter/adapters/mod.rs
AgeCommit message (Expand)AuthorLines
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-6/+7
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+5
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-7/+7
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+26
2019-04-19libcore: deny more...Mazdak Farrokhzad-7/+7
2019-04-18libcore => 2018Taiki Endo-5/+6
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-1/+0
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-1/+0
2019-01-22Don't expose ChainState to IteratorClar Fon-1/+0
2019-01-22Move Flatten and FlatMap to own moduleClar Fon-313/+3
2019-01-22Move Chain and ChainState to own moduleClar Fon-251/+3
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-1/+1
2019-01-22Move Zip and ZipImpl to own moduleClar Fon-258/+5
2019-01-22Move core::iter adapters to adapters.rsClar Fon-0/+2772