about summary refs log tree commit diff
path: root/src/libcore/iter/traits/accum.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-205/+0
2020-07-17Intra-doc for iter Sum and Product traitsLzu Tao-6/+6
2020-01-06Use Self instead of $typeLzu Tao-8/+8
2019-11-26Format libcore with rustfmtDavid Tolnay-10/+14
2019-08-12Reduce the genericity of closures in the iterator traitsJosh Stone-4/+4
2019-07-29Use internal iteration in the Sum and Product impls of Result and OptionTim Vermeulen-5/+5
2019-07-27Refactoring use commun code between option, result and accumStargateur-135/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-2/+2
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-04-18libcore => 2018Taiki Endo-2/+2
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-06Implement `iter::Sum` and `iter::Product` for `Option`John Downey-0/+113
2019-01-22Move Sum, Product to own moduleClar Fon-0/+225