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
/
peekable.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-10
core: add Peekable::next_if_map
kennytm
-0
/
+102
2025-03-28
fix docs for `Peekable::next_if{_eq}`
Yotam Ofek
-3
/
+3
2024-09-06
fix doc comments for Peekable::next_if(_eq)
glowcoil
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-0
/
+1
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-4
/
+4
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-23
/
+0
2021-05-19
remove InPlaceIterable marker from Peekable due to unsoundness
The8472
-4
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-4
/
+4
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-1
/
+24
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-4
/
+4
2021-04-06
Update library/core/src/iter/adapters/peekable.rs
lukaslueg
-1
/
+1
2021-03-26
Stabilize `peekable_peek_mut`
Lukas Lueg
-2
/
+1
2021-02-05
Bump peekable_next_if to rust 1.51.0
David Tolnay
-2
/
+2
2020-12-13
bump rust version for peekable_next_if feature
Justus K
-2
/
+2
2020-12-13
stabilize `peekable_next_if`
Justus K
-5
/
+2
2020-11-27
Expand docs on Peekable::peek_mut
Lukas Lueg
-5
/
+9
2020-11-23
Add Peekable::peek_mut
Lukas Lueg
-0
/
+37
2020-11-22
Remove multiline `use`s
Waffle
-4
/
+2
2020-11-22
Split iterator adaptors into individual modules
Waffle
-0
/
+303