Commit 37faf5d
committed
Auto merge of rust-lang#91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- rust-lang#83791 (Weaken guarantee around advancing underlying iterators in zip)
- rust-lang#90995 (Document non-guarantees for Hash)
- rust-lang#91057 (Expand `available_parallelism` docs in anticipation of cgroup quota support)
- rust-lang#91062 (rustdoc: Consolidate static-file replacement mechanism)
- rust-lang#91208 (Account for incorrect `where T::Assoc = Ty` bound)
- rust-lang#91266 (Use non-generic inner function for pointer formatting)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
4 files changed
+47
-23
lines changed- core/src
- fmt
- hash
- iter/traits
- std/src/thread
4 files changed
+47
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2186 | 2186 | | |
2187 | 2187 | | |
2188 | 2188 | | |
2189 | | - | |
2190 | | - | |
2191 | | - | |
2192 | | - | |
2193 | | - | |
2194 | | - | |
2195 | | - | |
2196 | | - | |
2197 | | - | |
2198 | | - | |
2199 | | - | |
2200 | | - | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
2201 | 2205 | | |
2202 | | - | |
2203 | | - | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
2204 | 2209 | | |
2205 | | - | |
| 2210 | + | |
| 2211 | + | |
2206 | 2212 | | |
2207 | | - | |
2208 | | - | |
| 2213 | + | |
| 2214 | + | |
2209 | 2215 | | |
2210 | | - | |
| 2216 | + | |
2211 | 2217 | | |
2212 | 2218 | | |
2213 | 2219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
167 | 180 | | |
168 | 181 | | |
169 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
462 | | - | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
463 | 465 | | |
464 | 466 | | |
465 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1460 | 1460 | | |
1461 | 1461 | | |
1462 | 1462 | | |
1463 | | - | |
1464 | | - | |
1465 | | - | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
1466 | 1469 | | |
1467 | 1470 | | |
1468 | 1471 | | |
| |||
0 commit comments