| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-01-10 | implement TrustedLen for StepBy | The8472 | -0/+10 |
| 2023-08-14 | Implement Step for AsciiChar | ltdk | -1/+17 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -9/+10 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -9/+9 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -1/+0 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -0/+3 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+23 |
| 2021-01-22 | library/core/tests/iter rearrange & add back missed doc comments | Daniel Conley | -0/+13 |
| 2021-01-22 | library/core/test/iter add newlines between tests | Daniel Conley | -0/+21 |
| 2021-01-21 | library/core/test/iter.rs split attempt 2 | Daniel Conley | -0/+412 |
