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
Age
Commit message (
Expand
)
Author
Lines
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-0
/
+40
2021-07-30
Consistent spelling of "adapter" in the standard library
Frank Steffahn
-1
/
+1
2021-07-16
implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]
The8472
-0
/
+16
2021-07-15
implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]
The8472
-0
/
+24
2021-06-20
disable test on platforms that don't support unwinding
The8472
-2
/
+4
2021-06-19
fix panic-safety in specialized Zip::next_back
The8472
-0
/
+25
2021-06-02
Update expressions where we can use array's IntoIterator implementation
Muhammad Mominul Huque
-3
/
+1
2021-03-14
Remove Option::{unwrap_none, expect_none}.
Mara Bos
-6
/
+6
2021-03-05
Add relevant test
Giacomo Stevanato
-0
/
+23
2021-03-05
Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se
Mara
-0
/
+20
2021-03-03
Add test for underflow in specialized Zip's size_hint
Giacomo Stevanato
-0
/
+20
2021-03-03
Fix core tests
Ryan Levick
-2
/
+2
2021-01-23
Improve flatten-fuse tests
Giacomo Stevanato
-0
/
+17
2021-01-22
library/core/tests/iter documentation and cleanup
Daniel Conley
-7
/
+37
2021-01-22
library/core/tests/iter rearrange & add back missed doc comments
Daniel Conley
-270
/
+274
2021-01-22
library/core/test/iter add newlines between tests
Daniel Conley
-1
/
+170
2021-01-21
library/core/test/iter.rs split attempt 2
Daniel Conley
-0
/
+3574