about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/enumerate.rs
AgeCommit message (Expand)AuthorLines
2025-04-19added doctest for Enumerate::next_indexJonathan Gruner-0/+21
2025-04-19add next_index to EnumerateJonathan Gruner-0/+12
2025-04-06doc changesizarma-1/+1
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir-0/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-5/+5
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-2/+8
2023-04-28replace version placeholdersPietro Albini-1/+1
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-5/+10
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-12/+5
2023-02-28relax bounds on iterator adapter Default implsThe 8472-4/+1
2023-02-28rewrite iterator `Default` tests as doctestsThe 8472-0/+7
2023-02-28Implement Default for some alloc/core iteratorsThe 8472-0/+10
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
2022-05-02This aligns the inline attributes of existing `__iterator_get_unchecked` with...The 8472-0/+1
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-4/+4
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-4/+4
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+22
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-1/+1
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-3/+9
2021-06-16Add doc(hidden) to all __iterator_get_uncheckedJacob Hoffman-Andrews-0/+1
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-3/+3
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+3
2021-03-02Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytmbors-3/+1
2021-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-3/+1
2021-02-14Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc.Mara Bos-11/+12
2020-11-22Remove multiline `use`sWaffle-7/+3
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+242