This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2c9b4c5
committed
Auto merge of rust-lang#137339 - workingjubilee:rollup-esgu55d, r=workingjubilee
Rollup of 14 pull requests
Successful merges:
- rust-lang#131651 (Create a generic AVR target: avr-none)
- rust-lang#136473 (infer linker flavor by linker name if it's sufficiently specific)
- rust-lang#136608 (Pass through of target features to llvm-bitcode-linker and handling them)
- rust-lang#136985 (Do not ignore uninhabited types for function-call ABI purposes. (Remove BackendRepr::Uninhabited))
- rust-lang#137192 (Remove obsolete Windows ThinLTO+TLS workaround)
- rust-lang#137204 (Clarify MIR dialects and phases)
- rust-lang#137270 (Fix `*-win7-windows-msvc` target since 26eeac1)
- rust-lang#137298 (Check signature WF when lowering MIR body)
- rust-lang#137299 (Simplify `Postorder` customization.)
- rust-lang#137312 (Update references to cc_detect.rs)
- rust-lang#137313 (Some codegen_llvm cleanups)
- rust-lang#137318 (Workaround Cranelift not yet properly supporting vectors smaller than 128bit)
- rust-lang#137322 (Update docs for default features of wasm targets)
- rust-lang#137324 (Make x86 QNX target name consistent with other Rust targets)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
114 files changed
+997
-448
lines changed- compiler
- rustc_abi/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- interpret
- util
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_middle/src
- mir
- traits
- ty
- rustc_mir_transform/src
- rustc_smir/src/rustc_smir/convert
- rustc_target/src
- callconv
- spec
- base
- targets
- rustc_trait_selection/src/error_reporting/traits
- rustc_ty_utils/src
- layout
- stable_mir/src
- library/std/src/sys
- pal/windows
- random
- sync
- mutex
- thread_parking
- thread_local
- src
- doc/rustc/src
- platform-support
- tools
- clippy/clippy_utils/src/mir
- compiletest/src/header
- llvm-bitcode-linker/src
- bin
- run-make-support/src/external_deps
- rust-analyzer/crates/hir-ty/src
- tidy/src
- tests
- assembly
- asm
- targets
- codegen
- asm
- avr
- crashes
- run-make/avr-rjmp-offset
- ui
- abi
- consts
- extern
- feature-gates
- issues
- layout
- repr
- statics
- static
- trait-bounds
- type/pattern_types
- uninhabited
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+997
-448
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
225 | 226 | | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| 405 | + | |
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
| |||
447 | 450 | | |
448 | 451 | | |
449 | 452 | | |
450 | | - | |
451 | 453 | | |
452 | 454 | | |
453 | 455 | | |
| |||
639 | 641 | | |
640 | 642 | | |
641 | 643 | | |
642 | | - | |
643 | | - | |
644 | | - | |
| 644 | + | |
| 645 | + | |
645 | 646 | | |
646 | 647 | | |
647 | 648 | | |
| |||
683 | 684 | | |
684 | 685 | | |
685 | 686 | | |
| 687 | + | |
686 | 688 | | |
687 | 689 | | |
688 | 690 | | |
| |||
853 | 855 | | |
854 | 856 | | |
855 | 857 | | |
856 | | - | |
857 | | - | |
858 | | - | |
| 858 | + | |
| 859 | + | |
859 | 860 | | |
860 | 861 | | |
861 | 862 | | |
| |||
995 | 996 | | |
996 | 997 | | |
997 | 998 | | |
| 999 | + | |
998 | 1000 | | |
999 | 1001 | | |
1000 | 1002 | | |
| |||
1355 | 1357 | | |
1356 | 1358 | | |
1357 | 1359 | | |
1358 | | - | |
1359 | | - | |
1360 | | - | |
| 1360 | + | |
1361 | 1361 | | |
1362 | 1362 | | |
1363 | 1363 | | |
| |||
1378 | 1378 | | |
1379 | 1379 | | |
1380 | 1380 | | |
| 1381 | + | |
1381 | 1382 | | |
1382 | 1383 | | |
1383 | 1384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1404 | 1404 | | |
1405 | 1405 | | |
1406 | 1406 | | |
1407 | | - | |
1408 | 1407 | | |
1409 | 1408 | | |
1410 | 1409 | | |
| |||
1423 | 1422 | | |
1424 | 1423 | | |
1425 | 1424 | | |
1426 | | - | |
1427 | | - | |
1428 | | - | |
1429 | | - | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
1430 | 1428 | | |
1431 | 1429 | | |
1432 | 1430 | | |
| |||
1445 | 1443 | | |
1446 | 1444 | | |
1447 | 1445 | | |
1448 | | - | |
1449 | | - | |
1450 | | - | |
1451 | | - | |
1452 | | - | |
1453 | | - | |
1454 | 1446 | | |
1455 | 1447 | | |
1456 | 1448 | | |
| |||
1471 | 1463 | | |
1472 | 1464 | | |
1473 | 1465 | | |
1474 | | - | |
| 1466 | + | |
1475 | 1467 | | |
1476 | 1468 | | |
1477 | 1469 | | |
| |||
1492 | 1484 | | |
1493 | 1485 | | |
1494 | 1486 | | |
1495 | | - | |
| 1487 | + | |
1496 | 1488 | | |
1497 | 1489 | | |
1498 | 1490 | | |
| |||
1506 | 1498 | | |
1507 | 1499 | | |
1508 | 1500 | | |
1509 | | - | |
1510 | | - | |
1511 | | - | |
| 1501 | + | |
1512 | 1502 | | |
1513 | 1503 | | |
1514 | 1504 | | |
| |||
1704 | 1694 | | |
1705 | 1695 | | |
1706 | 1696 | | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
1707 | 1702 | | |
1708 | 1703 | | |
1709 | 1704 | | |
| |||
1735 | 1730 | | |
1736 | 1731 | | |
1737 | 1732 | | |
1738 | | - | |
| 1733 | + | |
1739 | 1734 | | |
1740 | 1735 | | |
1741 | 1736 | | |
1742 | 1737 | | |
1743 | 1738 | | |
1744 | 1739 | | |
1745 | | - | |
| 1740 | + | |
1746 | 1741 | | |
1747 | 1742 | | |
1748 | 1743 | | |
| |||
1778 | 1773 | | |
1779 | 1774 | | |
1780 | 1775 | | |
| 1776 | + | |
1781 | 1777 | | |
1782 | 1778 | | |
1783 | 1779 | | |
| |||
1802 | 1798 | | |
1803 | 1799 | | |
1804 | 1800 | | |
| 1801 | + | |
1805 | 1802 | | |
1806 | 1803 | | |
1807 | 1804 | | |
| |||
1813 | 1810 | | |
1814 | 1811 | | |
1815 | 1812 | | |
| 1813 | + | |
1816 | 1814 | | |
1817 | 1815 | | |
1818 | 1816 | | |
| |||
1877 | 1875 | | |
1878 | 1876 | | |
1879 | 1877 | | |
1880 | | - | |
1881 | 1878 | | |
1882 | 1879 | | |
1883 | 1880 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
642 | | - | |
643 | | - | |
| 641 | + | |
644 | 642 | | |
645 | 643 | | |
646 | 644 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
| 182 | + | |
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | 365 | | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments