summary refs log tree commit diff
path: root/src/libcore/iter/traits
AgeCommit message (Expand)AuthorLines
2019-06-28doc(libcore) Fix CSIvan Enderlin-1/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-2/+2
2019-06-10Use `for_each` in `Iterator::partition`Josh Stone-2/+2
2019-05-30Stabilize iter_nth_back featureLzu Tao-4/+1
2019-05-29Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnayMazdak Farrokhzad-0/+110
2019-05-28Bump Sum and Product for Option<T> to 1.37David Tolnay-2/+2
2019-05-28Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-SimulacrumMazdak Farrokhzad-0/+1
2019-05-27Updated the Iterator docs with information about overriding methods.Christian-0/+1
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-16/+16
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-3/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18libcore => 2018Taiki Endo-6/+6
2019-04-02Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcmMazdak Farrokhzad-98/+14
2019-03-20Add improved doc example for Sum<Option<T>>John Downey-8/+5
2019-03-19Update stable attribute to be since 1.35.0Mazdak Farrokhzad-2/+2
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