about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/intersperse.rs
AgeCommit message (Expand)AuthorLines
2025-06-15small iter.intersperse.fold() optimizationThe 8472-1/+10
2024-01-25use checked_add for upper boundYuri Astrakhan-2/+2
2024-01-25Update library/core/src/iter/adapters/intersperse.rsYuri Astrakhan-2/+2
2024-01-25fmtYuri Astrakhan-1/+8
2024-01-25Postpone .next() call until iterationYuri Astrakhan-29/+49
2024-01-25Boost intersperse(_with) performanceYuri Astrakhan-52/+74
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-6/+6
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-6/+6
2021-01-22Rollup merge of #81173 - lukaslueg:intersperse_docs, r=m-ou-seMara Bos-6/+4
2021-01-21Expand docs on Iterator::intersperseLukas Lueg-6/+4
2021-01-19Stop `fold` at first None when iterator yieldMara Bos-0/+2
2021-01-19Fix intersperse_foldLzu Tao-3/+2
2021-01-13Improve Iterator::intersperse_ docsLukas Lueg-2/+2
2021-01-13Add doc intralinksLukas Lueg-0/+6
2021-01-07Remove FIXME-notesLukas Lueg-6/+0
2020-12-31Add Iterator::intersperse_withLukas Lueg-21/+133
2020-12-30Add tracking issueCamelid-2/+2
2020-12-30Add Iterator::intersperseJonas Schievink-0/+76