about summary refs log tree commit diff
path: root/library/core/tests/iter/range.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-504/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-14fix unsoundness in Step::forward_unchecked for signed integersThe 8472-0/+5
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+2
2024-01-10implement TrustedLen for StepByThe8472-0/+10
2023-08-14Implement Step for AsciiCharltdk-1/+17
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-9/+10
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-9/+9
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+0
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-0/+3
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+23
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-0/+13
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-0/+21
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-0/+412