about summary refs log tree commit diff
path: root/src/libcore/iter/traits
AgeCommit message (Expand)AuthorLines
2019-03-18Simplify Iterator::{lt, gt}Tim Vermeulen-8/+2
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-2/+2
2019-03-17Forward Iterator::{ne, lt, le, gt, ge} to Iterator::{eq, partial_cmp}Tim Vermeulen-96/+18
2019-03-12Forward `max` and `min` to `max_by` and `min_by` respectivelyTim Vermeulen-4/+2
2019-03-12Fix commentTim Vermeulen-1/+1
2019-03-12Remove the projection part of select_fold1Tim Vermeulen-56/+21
2019-03-06Implement `iter::Sum` and `iter::Product` for `Option`John Downey-0/+113
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