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
/
enumerate.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-19
added doctest for Enumerate::next_index
Jonathan Gruner
-0
/
+21
2025-04-19
add next_index to Enumerate
Jonathan Gruner
-0
/
+12
2025-04-06
doc changes
izarma
-1
/
+1
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-04-23
Add diagnostic item for std::iter::Enumerate
Christopher B. Speir
-0
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-5
/
+5
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+8
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-5
/
+10
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-12
/
+5
2023-02-28
relax bounds on iterator adapter Default impls
The 8472
-4
/
+1
2023-02-28
rewrite iterator `Default` tests as doctests
The 8472
-0
/
+7
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+10
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2022-05-02
This aligns the inline attributes of existing `__iterator_get_unchecked` with...
The 8472
-0
/
+1
2021-10-04
Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis
Jubilee
-4
/
+4
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-4
/
+4
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-0
/
+22
2021-07-28
Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce
Frank Steffahn
-1
/
+1
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-3
/
+9
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-3
/
+3
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-3
/
+3
2021-03-02
Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm
bors
-3
/
+1
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-3
/
+1
2021-02-14
Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc.
Mara Bos
-11
/
+12
2020-11-22
Remove multiline `use`s
Waffle
-7
/
+3
2020-11-22
Split iterator adaptors into individual modules
Waffle
-0
/
+242