about summary refs log tree commit diff
path: root/library/core/src/iter/traits/accum.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-1/+1
2025-09-07Implement 'Sum' and 'Product' for 'f16' and 'f128';Gabriel Bjørnager Jensen-1/+1
2025-08-28implement Sum and Product for Saturating(u*)Jeremy Smart-1/+57
2025-03-30use `diagnostic::on_unimplemented` insteadmejrs-2/+2
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-2/+2
2024-07-26Fix doc nitsJohn Arundel-4/+4
2023-03-20Add example for `Option::product` and `Result::product`clubby789-4/+36
2022-12-08Add `rustc_on_unimplemented` to `Sum` and `Product` trait.Nixon Enraght-Moony-0/+8
2022-02-07Change `ResultShunt` to be generic over `Try`Scott McMurray-4/+4
2021-06-16Make `sum()` and `product()` hyperlinks refer to `Iterator` methods.Kevin Reid-10/+8
2021-02-14Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc.Mara Bos-10/+40
2020-09-18Use intra-doc links in core/src/iter when possibleAlexis Bourget-24/+22
2020-07-27mv std libs to library/mark-0/+205