summary refs log tree commit diff
path: root/src/libcore/iter/traits
AgeCommit message (Expand)AuthorLines
2019-02-10libs: doc commentsAlexander Regueiro-3/+3
2019-02-10tests: doc commentsAlexander Regueiro-5/+5
2019-02-04Remove weasel word in docs for iter's take_while()lukaslueg-2/+1
2019-02-02Update visibility of intermediate use items.David Wood-0/+2
2019-01-22Move trivial constructors to inherent methodsClar Fon-10/+10
2019-01-22Move nontrivial constructors to inherent methodsClar Fon-8/+7
2019-01-22Don't expose ZipImpl to IteratorClar Fon-2/+1
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-3/+3
2019-01-22Don't expose ChainState to IteratorClar Fon-2/+2
2019-01-22Move FusedIterator, TrustedLen to own moduleClar Fon-45/+46
2019-01-22Move Sum, Product to own moduleClar Fon-226/+227
2019-01-22Move FromIterator, IntoIterator, Extend into own moduleClar Fon-350/+351
2019-01-22Move ExactSizeIterator to own moduleClar Fon-143/+145
2019-01-22Move DoubleEndedIterator to own moduleClar Fon-298/+300
2019-01-22Move core::iter iterator.rs to traits moduleClar Fon-0/+3802