about summary refs log tree commit diff
path: root/library/core/tests/iter/traits
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-912/+0
2024-12-26Impl FromIterator for tuples with arity 1-12Sebastian Hahn-0/+12
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-0/+13
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-12/+23
2024-10-31Add a `collect_into` tuple test caseSebastian Hahn-0/+13
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-23/+8
2024-02-15Use generic `NonZero` internally.Markus Reiter-9/+18
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-2/+1
2024-01-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-2/+1
2024-01-11apply fmtklensy-2/+8
2023-06-16Add more comprehensive tests for is_sorted and friends+merlan #flirora-1/+30
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-16/+18
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-16/+16
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-0/+3
2022-06-21Add `Iterator::next_chunk`Ross MacArthur-0/+9
2022-05-29Use Box::new() instead of box syntax in core testsest31-1/+2
2022-03-10Let `try_collect` take advantage of `try_fold` overridesScott McMurray-0/+24
2022-02-20Add collect_intofren_gor-0/+8
2022-02-16Add a `try_collect()` helper method to `Iterator`Arthur Lafrance-0/+46
2022-02-02add teststamaron-0/+8
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-5/+5
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+28
2021-01-22library/core/tests/iter documentation and cleanupDaniel Conley-7/+20
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-212/+156
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-0/+47
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-0/+715