rust/library/core/src/iter
bors 686e313a9a Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #83791 (Weaken guarantee around advancing underlying iterators in zip)
 - #90995 (Document non-guarantees for Hash)
 - #91057 (Expand `available_parallelism` docs in anticipation of cgroup quota support)
 - #91062 (rustdoc: Consolidate static-file replacement mechanism)
 - #91208 (Account for incorrect `where T::Assoc = Ty` bound)
 - #91266 (Use non-generic inner function for pointer formatting)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-11-27 14:29:12 +00:00
..
adapters Fix Iterator::advance_by contract inconsistency 2021-11-19 13:00:23 +01:00
sources Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
traits Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgr 2021-11-27 14:29:12 +00:00
mod.rs Revert "Stabilize Iterator::intersperse()" 2021-10-07 10:39:36 -07:00
range.rs implement advance_(back_)_by on more iterators 2021-09-30 21:23:28 +02:00
sources.rs Split iterator sources into different modules 2020-11-22 02:39:21 +03:00