about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/cycle.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-11/+12
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-11/+10
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+21
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-2/+2
2021-05-06Bootstrapping preparation for the libraryScott McMurray-2/+2
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+87