summary refs log tree commit diff
path: root/src/libcore/benches/iter.rs
AgeCommit message (Expand)AuthorLines
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