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
/
library
/
core
/
src
/
iter
/
adapters
/
intersperse.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-15
small iter.intersperse.fold() optimization
The 8472
-1
/
+10
2024-01-25
use checked_add for upper bound
Yuri Astrakhan
-2
/
+2
2024-01-25
Update library/core/src/iter/adapters/intersperse.rs
Yuri Astrakhan
-2
/
+2
2024-01-25
fmt
Yuri Astrakhan
-1
/
+8
2024-01-25
Postpone .next() call until iteration
Yuri Astrakhan
-29
/
+49
2024-01-25
Boost intersperse(_with) performance
Yuri Astrakhan
-52
/
+74
2021-10-07
Revert "Stabilize `Iterator::intersperse()`"
Jane Lusby
-6
/
+6
2021-08-31
Stabilize `Iterator::intersperse()`
inquisitivecrystal
-6
/
+6
2021-01-22
Rollup merge of #81173 - lukaslueg:intersperse_docs, r=m-ou-se
Mara Bos
-6
/
+4
2021-01-21
Expand docs on Iterator::intersperse
Lukas Lueg
-6
/
+4
2021-01-19
Stop `fold` at first None when iterator yield
Mara Bos
-0
/
+2
2021-01-19
Fix intersperse_fold
Lzu Tao
-3
/
+2
2021-01-13
Improve Iterator::intersperse_ docs
Lukas Lueg
-2
/
+2
2021-01-13
Add doc intralinks
Lukas Lueg
-0
/
+6
2021-01-07
Remove FIXME-notes
Lukas Lueg
-6
/
+0
2020-12-31
Add Iterator::intersperse_with
Lukas Lueg
-21
/
+133
2020-12-30
Add tracking issue
Camelid
-2
/
+2
2020-12-30
Add Iterator::intersperse
Jonas Schievink
-0
/
+76