rust/library/alloc
Jubilee ca8a10845f
Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett
implement advance_(back_)_by on more iterators

Add more efficient, non-default implementations for `feature(iter_advance_by)` (#77404) on more iterators and adapters.

This PR only contains implementations where skipping over items doesn't elide any observable side-effects such as user-provided closures or `clone()` functions. I'll put those in a separate PR.
2021-10-04 13:58:07 -07:00
..
benches Add benchmark for Vec::retain 2021-09-17 02:55:12 +08:00
src Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett 2021-10-04 13:58:07 -07:00
tests implement advance_(back_)_by on more iterators 2021-09-30 21:23:28 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00