about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/cloned.rs
AgeCommit message (Expand)AuthorLines
2025-05-04Revert "Avoid unused clones in Cloned<I> and Copied<I>"The 8472-86/+2
2025-04-13Avoid unused clones in Cloned<I> and Copied<I>Thalia Archibald-2/+86
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-01-10Implement in-place iteratation markers for iter::{Copied, Cloned}The8472-2/+23
2023-04-28replace version placeholdersPietro Albini-1/+1
2023-02-28relax bounds on iterator adapter Default implsThe 8472-5/+1
2023-02-28rewrite iterator `Default` tests as doctestsThe 8472-0/+7
2023-02-28Implement Default for some alloc/core iteratorsThe 8472-0/+11
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-1/+14
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
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-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-4/+1
2020-11-22Remove multiline `use`sWaffle-6/+3
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+142