summary refs log tree commit diff
path: root/src/libcore/iter/adapters/mod.rs
AgeCommit message (Expand)AuthorLines
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