This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 8aab472
committed
Auto merge of rust-lang#98486 - matthiaskrgr:rollup-u7m508x, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#96412 (Windows: Iterative `remove_dir_all`)
- rust-lang#98126 (Mitigate MMIO stale data vulnerability)
- rust-lang#98149 (Set relocation_model to Pic on emscripten target)
- rust-lang#98194 (Leak pthread_{mutex,rwlock}_t if it's dropped while locked.)
- rust-lang#98298 (Point to type parameter definition when not finding variant, method and associated item)
- rust-lang#98311 (Reverse folder hierarchy)
- rust-lang#98401 (Add tracking issues to `--extern` option docs.)
- rust-lang#98429 (Use correct substs in enum discriminant cast)
- rust-lang#98431 (Suggest defining variable as mutable on `&mut _` type mismatch in pats)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
85 files changed
+766
-371
lines changed- compiler
- rustc_infer/src/infer
- rustc_middle/src/ty
- rustc_mir_build/src/thir/cx
- rustc_target/src/spec
- rustc_trait_selection/src/traits/query
- rustc_typeck/src/check
- method
- library/std/src
- sys_common
- sys
- sgx/abi/usercalls
- unix/locks
- windows
- src
- doc/unstable-book/src/compiler-flags
- test/ui
- associated-item
- async-await
- confuse-field-and-method
- const-generics
- generic_const_exprs
- issues
- consts
- derives
- did_you_mean
- error-codes
- generic-associated-types
- hrtb
- impl-trait
- issues
- infinite
- issues
- methods
- mismatched_types
- parser
- pattern
- rust-2018/uniform-paths
- self
- span
- specialization/defaultimpl
- suggestions
- traits
- negative-impls
- typeck
- union
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+766
-371
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | | - | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 238 | + | |
242 | 239 | | |
243 | 240 | | |
244 | | - | |
245 | | - | |
246 | | - | |
| 241 | + | |
247 | 242 | | |
248 | 243 | | |
249 | 244 | | |
250 | 245 | | |
251 | 246 | | |
252 | | - | |
253 | 247 | | |
254 | 248 | | |
255 | 249 | | |
256 | 250 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 251 | + | |
261 | 252 | | |
262 | 253 | | |
263 | 254 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
| 255 | + | |
268 | 256 | | |
269 | 257 | | |
270 | 258 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 259 | + | |
275 | 260 | | |
276 | 261 | | |
277 | 262 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
| 263 | + | |
282 | 264 | | |
283 | 265 | | |
284 | 266 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
| 267 | + | |
289 | 268 | | |
290 | 269 | | |
291 | 270 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 271 | + | |
296 | 272 | | |
297 | 273 | | |
298 | 274 | | |
| |||
304 | 280 | | |
305 | 281 | | |
306 | 282 | | |
307 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
308 | 288 | | |
309 | 289 | | |
310 | 290 | | |
| |||
350 | 330 | | |
351 | 331 | | |
352 | 332 | | |
353 | | - | |
| 333 | + | |
354 | 334 | | |
355 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
356 | 342 | | |
357 | 343 | | |
358 | 344 | | |
359 | 345 | | |
360 | 346 | | |
361 | 347 | | |
362 | | - | |
| 348 | + | |
363 | 349 | | |
364 | 350 | | |
365 | 351 | | |
366 | | - | |
| 352 | + | |
367 | 353 | | |
368 | 354 | | |
369 | 355 | | |
370 | | - | |
| 356 | + | |
371 | 357 | | |
372 | 358 | | |
373 | 359 | | |
374 | 360 | | |
375 | 361 | | |
376 | 362 | | |
377 | | - | |
| 363 | + | |
378 | 364 | | |
379 | 365 | | |
380 | 366 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
| 367 | + | |
385 | 368 | | |
386 | 369 | | |
387 | 370 | | |
388 | 371 | | |
389 | 372 | | |
390 | 373 | | |
391 | | - | |
| 374 | + | |
392 | 375 | | |
393 | 376 | | |
394 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | 237 | | |
239 | | - | |
240 | 238 | | |
241 | 239 | | |
242 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
| 708 | + | |
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| |||
0 commit comments