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
/
benches
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-32
/
+33
2019-03-17
Add iter::{bench_partial_cmp, bench_lt} benchmarks
Tim Vermeulen
-0
/
+10
2019-03-12
Fix the bench_max and bench_max_by_key benchmarks
Tim Vermeulen
-2
/
+2
2019-02-27
Add trailing newline
Tim Vermeulen
-1
/
+1
2019-02-27
Improve existing benchmarks to prevent extreme optimizations
Tim Vermeulen
-2
/
+2
2019-02-27
Add relevant benchmarks
Tim Vermeulen
-0
/
+28
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-09
Override Cycle::try_fold
Shotaro Yamada
-0
/
+6
2018-03-01
Specialize Zip::nth for TrustedRandomAccess
Scott McMurray
-0
/
+29
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-0
/
+6
2017-09-25
Add more custom folding to `core::iter` adaptors
Josh Stone
-30
/
+121
2017-09-14
Customize `<FlatMap as Iterator>::fold`
Josh Stone
-0
/
+38
2017-06-21
Use `fold` to implement `Iterator::for_each`
Josh Stone
-0
/
+47
2017-02-06
Extract collections benchmarks to libcollections/benches
Son
-0
/
+101