about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/rev.rs
AgeCommit message (Expand)AuthorLines
2025-07-23add Rev::into_innerJeremy Smart-0/+19
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-04-28replace version placeholdersPietro Albini-1/+1
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-2/+3
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-2/+2
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
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
2020-11-22Remove multiline `use`sWaffle-4/+2
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+139