about summary refs log tree commit diff
path: root/src/libcore/benches/iter.rs
AgeCommit message (Expand)AuthorLines
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-32/+33
2019-03-17Add iter::{bench_partial_cmp, bench_lt} benchmarksTim Vermeulen-0/+10
2019-03-12Fix the bench_max and bench_max_by_key benchmarksTim Vermeulen-2/+2
2019-02-27Add trailing newlineTim Vermeulen-1/+1
2019-02-27Improve existing benchmarks to prevent extreme optimizationsTim Vermeulen-2/+2
2019-02-27Add relevant benchmarksTim Vermeulen-0/+28
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+6
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+29
2017-10-29Fundamental internal iteration with try_foldScott McMurray-0/+6
2017-09-25Add more custom folding to `core::iter` adaptorsJosh Stone-30/+121
2017-09-14Customize `<FlatMap as Iterator>::fold`Josh Stone-0/+38
2017-06-21Use `fold` to implement `Iterator::for_each`Josh Stone-0/+47
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+101