index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
iter
/
traits
/
accum.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-205
/
+0
2020-07-17
Intra-doc for iter Sum and Product traits
Lzu Tao
-6
/
+6
2020-01-06
Use Self instead of $type
Lzu Tao
-8
/
+8
2019-11-26
Format libcore with rustfmt
David Tolnay
-10
/
+14
2019-08-12
Reduce the genericity of closures in the iterator traits
Josh Stone
-4
/
+4
2019-07-29
Use internal iteration in the Sum and Product impls of Result and Option
Tim Vermeulen
-5
/
+5
2019-07-27
Refactoring use commun code between option, result and accum
Stargateur
-135
/
+1
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-2
/
+2
2019-05-29
Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay
Mazdak Farrokhzad
-0
/
+110
2019-05-28
Bump Sum and Product for Option<T> to 1.37
David Tolnay
-2
/
+2
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-03-20
Add improved doc example for Sum<Option<T>>
John Downey
-8
/
+5
2019-03-19
Update stable attribute to be since 1.35.0
Mazdak Farrokhzad
-2
/
+2
2019-03-06
Implement `iter::Sum` and `iter::Product` for `Option`
John Downey
-0
/
+113
2019-01-22
Move Sum, Product to own module
Clar Fon
-0
/
+225