about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/skip.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-7/+7
2024-01-10implement TrustedRandomAccess and TrustedLen for SkipThe8472-1/+51
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-1/+8
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-9/+14
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-31/+18
2022-09-26Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...Scott McMurray-11/+1
2022-08-14fix(iter::skip): Optimize `next` and `nth` implementations of `Skip`austinabell-8/+19
2022-07-18Fix `Skip::next` for non-fused inner iteratorsTim Vermeulen-1/+1
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-2/+2
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-4/+4
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-4/+4
2021-09-30fix issues pointed out in reviewThe8472-6/+27
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+21
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-4/+4
2021-05-06Bootstrapping preparation for the libraryScott McMurray-4/+4
2021-01-08Clean up branching in skipkadmin-6/+4
2020-11-22Remove multiline `use`sWaffle-4/+2
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+201