about summary refs log tree commit diff
path: root/library/core/tests/iter
AgeCommit message (Expand)AuthorLines
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+40
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-1/+1
2021-07-16implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]The8472-0/+16
2021-07-15implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]The8472-0/+24
2021-06-20disable test on platforms that don't support unwindingThe8472-2/+4
2021-06-19fix panic-safety in specialized Zip::next_backThe8472-0/+25
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-3/+1
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-6/+6
2021-03-05Add relevant testGiacomo Stevanato-0/+23
2021-03-05Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-seMara-0/+20
2021-03-03Add test for underflow in specialized Zip's size_hintGiacomo Stevanato-0/+20
2021-03-03Fix core testsRyan Levick-2/+2
2021-01-23Improve flatten-fuse testsGiacomo Stevanato-0/+17
2021-01-22library/core/tests/iter documentation and cleanupDaniel Conley-7/+37
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-270/+274
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-1/+170
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-0/+3574