summary refs log tree commit diff
path: root/library/core/tests/iter/adapters
AgeCommit message (Expand)AuthorLines
2022-03-09Remove unexpected #[cfg(target_pointer_width = "8")] in testsLoïc BRANSTETT-2/+0
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-5/+5
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-6/+5
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-0/+44
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+17
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 rearrange & add back missed doc commentsDaniel Conley-124/+194
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-0/+85
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-0/+2247