about summary refs log tree commit diff
path: root/library/core/tests/iter.rs
AgeCommit message (Expand)AuthorLines
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-3681/+0
2021-01-19Stop `fold` at first None when iterator yieldMara Bos-0/+12
2021-01-19Fix intersperse_foldLzu Tao-0/+29
2021-01-16Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r...Mara Bos-0/+21
2021-01-04TrustedRandomAaccess spec composes incorrectly for nested iter::ZipsThe8472-0/+21
2020-12-31Add Iterator::intersperse_withLukas Lueg-0/+30
2020-12-30Add Iterator::intersperseJonas Schievink-0/+82
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+12
2020-11-23Add Peekable::peek_mutLukas Lueg-0/+11
2020-10-06Test with non-fused iteratorsTim Vermeulen-4/+41
2020-10-05Add testsTim Vermeulen-0/+66
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-0/+60
2020-09-21fmtAlexis Bourget-5/+7
2020-09-21move 'test zip ...' testsAlexis Bourget-0/+95
2020-09-20Add advance_by and advance_back_byTim Vermeulen-0/+60
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-1/+1
2020-08-19Use min_specialization in libcoreMatthew Jasper-0/+97
2020-07-27mv std libs to library/mark-0/+3127