This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit ec1393f
committed
Auto merge of rust-lang#118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez
Rollup of 6 pull requests
Successful merges:
- rust-lang#116446 (Yeet `mir::Const::from_anon_const`)
- rust-lang#117871 (remove unused pub fns)
- rust-lang#118017 (rustc_lint: address latent TODO)
- rust-lang#118199 (Remove `HirId` from `QPath::LangItem`)
- rust-lang#118272 (resolve: Avoid clones of `MacroData`)
- rust-lang#118291 (rustdoc-search: clean up some DOM code)
Failed merges:
- rust-lang#118201 (Miscellaneous `ObligationCauseCode` cleanups)
- rust-lang#118256 (rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cleanup)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
46 files changed
+171
-500
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_llvm/src
- llvm
- rustc_const_eval/src
- interpret
- transform
- rustc_graphviz/src
- rustc_hir_analysis/src/astconv
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_hir/src
- rustc_infer/src/infer
- error_reporting
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src
- mir
- traits
- ty
- rustc_mir_build/src/thir/cx
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- error_reporting
- src
- librustdoc/html/static/js
- tools/clippy
- clippy_lints/src
- methods
- clippy_utils/src/ty/type_certainty
- tests/ui/asm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+171
-500
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | 821 | | |
823 | 822 | | |
824 | 823 | | |
825 | 824 | | |
826 | 825 | | |
827 | | - | |
828 | 826 | | |
829 | 827 | | |
830 | 828 | | |
831 | 829 | | |
832 | 830 | | |
833 | | - | |
834 | 831 | | |
835 | 832 | | |
836 | 833 | | |
| |||
843 | 840 | | |
844 | 841 | | |
845 | 842 | | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
| 843 | + | |
852 | 844 | | |
853 | 845 | | |
854 | 846 | | |
| |||
859 | 851 | | |
860 | 852 | | |
861 | 853 | | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
| 854 | + | |
868 | 855 | | |
869 | 856 | | |
870 | 857 | | |
| |||
922 | 909 | | |
923 | 910 | | |
924 | 911 | | |
925 | | - | |
926 | 912 | | |
927 | 913 | | |
928 | 914 | | |
| |||
1379 | 1365 | | |
1380 | 1366 | | |
1381 | 1367 | | |
1382 | | - | |
1383 | | - | |
| 1368 | + | |
1384 | 1369 | | |
1385 | 1370 | | |
1386 | 1371 | | |
| |||
1421 | 1406 | | |
1422 | 1407 | | |
1423 | 1408 | | |
1424 | | - | |
| 1409 | + | |
1425 | 1410 | | |
1426 | 1411 | | |
1427 | 1412 | | |
| |||
1590 | 1575 | | |
1591 | 1576 | | |
1592 | 1577 | | |
1593 | | - | |
1594 | 1578 | | |
1595 | 1579 | | |
1596 | 1580 | | |
| |||
1619 | 1603 | | |
1620 | 1604 | | |
1621 | 1605 | | |
1622 | | - | |
1623 | 1606 | | |
1624 | 1607 | | |
1625 | 1608 | | |
| |||
1675 | 1658 | | |
1676 | 1659 | | |
1677 | 1660 | | |
1678 | | - | |
1679 | 1661 | | |
1680 | 1662 | | |
1681 | 1663 | | |
| |||
1880 | 1862 | | |
1881 | 1863 | | |
1882 | 1864 | | |
1883 | | - | |
1884 | 1865 | | |
1885 | | - | |
| 1866 | + | |
1886 | 1867 | | |
1887 | 1868 | | |
1888 | 1869 | | |
| |||
1891 | 1872 | | |
1892 | 1873 | | |
1893 | 1874 | | |
1894 | | - | |
1895 | 1875 | | |
1896 | | - | |
| 1876 | + | |
1897 | 1877 | | |
1898 | 1878 | | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
1902 | | - | |
1903 | | - | |
1904 | | - | |
1905 | | - | |
1906 | | - | |
1907 | | - | |
1908 | | - | |
| 1879 | + | |
| 1880 | + | |
1909 | 1881 | | |
1910 | 1882 | | |
1911 | 1883 | | |
| |||
1918 | 1890 | | |
1919 | 1891 | | |
1920 | 1892 | | |
1921 | | - | |
| 1893 | + | |
1922 | 1894 | | |
1923 | 1895 | | |
1924 | 1896 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2304 | 2304 | | |
2305 | 2305 | | |
2306 | 2306 | | |
2307 | | - | |
| 2307 | + | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | 2310 | | |
2311 | 2311 | | |
2312 | | - | |
| 2312 | + | |
2313 | 2313 | | |
2314 | 2314 | | |
2315 | 2315 | | |
2316 | 2316 | | |
2317 | | - | |
| 2317 | + | |
2318 | 2318 | | |
2319 | 2319 | | |
2320 | 2320 | | |
2321 | | - | |
| 2321 | + | |
2322 | 2322 | | |
2323 | 2323 | | |
2324 | 2324 | | |
| |||
2341 | 2341 | | |
2342 | 2342 | | |
2343 | 2343 | | |
2344 | | - | |
2345 | 2344 | | |
2346 | | - | |
| 2345 | + | |
2347 | 2346 | | |
2348 | 2347 | | |
2349 | 2348 | | |
| |||
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | 448 | | |
450 | 449 | | |
451 | 450 | | |
| |||
1346 | 1345 | | |
1347 | 1346 | | |
1348 | 1347 | | |
1349 | | - | |
1350 | | - | |
1351 | | - | |
1352 | | - | |
1353 | | - | |
| 1348 | + | |
| 1349 | + | |
1354 | 1350 | | |
1355 | 1351 | | |
1356 | 1352 | | |
| |||
1368 | 1364 | | |
1369 | 1365 | | |
1370 | 1366 | | |
1371 | | - | |
| 1367 | + | |
1372 | 1368 | | |
1373 | 1369 | | |
1374 | | - | |
| 1370 | + | |
1375 | 1371 | | |
1376 | 1372 | | |
1377 | 1373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
895 | 894 | | |
896 | 895 | | |
897 | 896 | | |
| |||
955 | 954 | | |
956 | 955 | | |
957 | 956 | | |
958 | | - | |
959 | 957 | | |
960 | 958 | | |
961 | 959 | | |
| |||
2346 | 2344 | | |
2347 | 2345 | | |
2348 | 2346 | | |
2349 | | - | |
2350 | | - | |
2351 | | - | |
2352 | | - | |
2353 | | - | |
2354 | 2347 | | |
2355 | 2348 | | |
2356 | 2349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 230 | | |
235 | 231 | | |
236 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
Lines changed: 0 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | 525 | | |
553 | 526 | | |
554 | 527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2058 | 2058 | | |
2059 | 2059 | | |
2060 | 2060 | | |
2061 | | - | |
2062 | | - | |
| 2061 | + | |
| 2062 | + | |
2063 | 2063 | | |
2064 | 2064 | | |
2065 | 2065 | | |
| |||
2068 | 2068 | | |
2069 | 2069 | | |
2070 | 2070 | | |
2071 | | - | |
| 2071 | + | |
2072 | 2072 | | |
2073 | 2073 | | |
2074 | 2074 | | |
| |||
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
2081 | | - | |
| 2081 | + | |
2082 | 2082 | | |
2083 | 2083 | | |
2084 | 2084 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2546 | 2546 | | |
2547 | 2547 | | |
2548 | 2548 | | |
2549 | | - | |
| 2549 | + | |
2550 | 2550 | | |
2551 | 2551 | | |
2552 | 2552 | | |
| |||
0 commit comments