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
/
traits
Age
Commit message (
Expand
)
Author
Lines
2023-06-16
Add more comprehensive tests for is_sorted and friends
+merlan #flirora
-1
/
+30
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-16
/
+18
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-16
/
+16
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-0
/
+3
2022-06-21
Add `Iterator::next_chunk`
Ross MacArthur
-0
/
+9
2022-05-29
Use Box::new() instead of box syntax in core tests
est31
-1
/
+2
2022-03-10
Let `try_collect` take advantage of `try_fold` overrides
Scott McMurray
-0
/
+24
2022-02-20
Add collect_into
fren_gor
-0
/
+8
2022-02-16
Add a `try_collect()` helper method to `Iterator`
Arthur Lafrance
-0
/
+46
2022-02-02
add tests
tamaron
-0
/
+8
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-5
/
+5
2021-12-04
Add a `try_reduce` method to the Iterator trait
kit
-0
/
+28
2021-01-22
library/core/tests/iter documentation and cleanup
Daniel Conley
-7
/
+20
2021-01-22
library/core/tests/iter rearrange & add back missed doc comments
Daniel Conley
-212
/
+156
2021-01-22
library/core/test/iter add newlines between tests
Daniel Conley
-0
/
+47
2021-01-21
library/core/test/iter.rs split attempt 2
Daniel Conley
-0
/
+715