Commit d44e3b9
committed
Auto merge of rust-lang#120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#120351 (Implement SystemTime for UEFI)
- rust-lang#120354 (improve normalization of `Pointee::Metadata`)
- rust-lang#120776 (Move path implementations into `sys`)
- rust-lang#120790 (better error message on download CI LLVM failure)
- rust-lang#120806 (Clippy subtree update)
- rust-lang#120815 (Improve `Option::inspect` docs)
- rust-lang#120822 (Emit more specific diagnostics when enums fail to cast with `as`)
- rust-lang#120827 (Print image input file and checksum in CI only)
- rust-lang#120836 (hide impls if trait bound is proven from env)
- rust-lang#120844 (Build DebugInfo for async closures)
- rust-lang#120851 (Remove duplicate release note)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
195 files changed
+4726
-872
lines changed- compiler
- rustc_codegen_llvm/src
- debuginfo
- rustc_const_eval/src/interpret
- rustc_hir_typeck/src
- rustc_middle/src/ty
- rustc_trait_selection/src
- solve
- assembly
- normalizes_to
- traits
- query
- library
- core/src
- std/src/sys
- pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- unsupported
- wasi
- wasm
- windows
- xous
- zkvm
- path
- windows
- src
- bootstrap/src/core
- ci/docker
- tools/clippy
- .github
- book/src
- clippy_config
- src
- clippy_lints
- src
- cargo
- casts
- doc
- loops
- methods
- operators
- utils
- clippy_utils
- src
- declare_clippy_lint
- src
- tests
- ui-cargo/lint_groups_priority
- fail
- src
- pass
- src
- ui-toml
- min_rust_version
- modulo_arithmetic
- toml_unknown_key
- wildcard_imports_whitelist
- wildcard_imports
- ui
- tests
- codegen
- ui
- async-await/async-closures
- cast
- traits
- next-solver
- cycles
- env-shadows-impls
- generalize
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+4726
-872
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | | - | |
| 1006 | + | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
464 | 465 | | |
465 | 466 | | |
466 | 467 | | |
| |||
1068 | 1069 | | |
1069 | 1070 | | |
1070 | 1071 | | |
| 1072 | + | |
1071 | 1073 | | |
1072 | 1074 | | |
1073 | 1075 | | |
| |||
1153 | 1155 | | |
1154 | 1156 | | |
1155 | 1157 | | |
1156 | | - | |
| 1158 | + | |
| 1159 | + | |
1157 | 1160 | | |
1158 | 1161 | | |
1159 | 1162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1985 | 1985 | | |
1986 | 1986 | | |
1987 | 1987 | | |
1988 | | - | |
| 1988 | + | |
1989 | 1989 | | |
1990 | 1990 | | |
1991 | | - | |
1992 | 1991 | | |
1993 | 1992 | | |
1994 | 1993 | | |
| |||
2000 | 1999 | | |
2001 | 2000 | | |
2002 | 2001 | | |
2003 | | - | |
| 2002 | + | |
2004 | 2003 | | |
2005 | 2004 | | |
2006 | | - | |
2007 | 2005 | | |
2008 | 2006 | | |
2009 | 2007 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
| 380 | + | |
386 | 381 | | |
387 | 382 | | |
388 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
453 | 471 | | |
454 | 472 | | |
455 | 473 | | |
456 | 474 | | |
457 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
458 | 480 | | |
459 | 481 | | |
460 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2279 | 2279 | | |
2280 | 2280 | | |
2281 | 2281 | | |
2282 | | - | |
2283 | | - | |
| 2282 | + | |
| 2283 | + | |
2284 | 2284 | | |
2285 | 2285 | | |
2286 | 2286 | | |
2287 | | - | |
| 2287 | + | |
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
| |||
2307 | 2307 | | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | | - | |
| 2310 | + | |
2311 | 2311 | | |
2312 | | - | |
| 2312 | + | |
2313 | 2313 | | |
2314 | 2314 | | |
2315 | | - | |
| 2315 | + | |
2316 | 2316 | | |
2317 | | - | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
2318 | 2320 | | |
2319 | | - | |
2320 | 2321 | | |
2321 | 2322 | | |
2322 | | - | |
2323 | | - | |
| 2323 | + | |
| 2324 | + | |
2324 | 2325 | | |
2325 | | - | |
2326 | | - | |
2327 | | - | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
2328 | 2329 | | |
2329 | 2330 | | |
2330 | 2331 | | |
2331 | 2332 | | |
2332 | | - | |
2333 | | - | |
2334 | | - | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
2335 | 2351 | | |
2336 | 2352 | | |
2337 | 2353 | | |
| |||
0 commit comments