index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
tests
/
iter
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-26
Put all coretests in a separate crate
bjorn3
-504
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-03-14
fix unsoundness in Step::forward_unchecked for signed integers
The 8472
-0
/
+5
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
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