This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7dc39d6
committed
Auto merge of rust-lang#134245 - Zalathar:rollup-2dhkxya, r=Zalathar
Rollup of 9 pull requests
Successful merges:
- rust-lang#130060 (Autodiff Upstreaming - rustc_codegen_llvm changes)
- rust-lang#132038 (Add lint rule for `#[deprecated]` on re-exports)
- rust-lang#132150 (Fix powerpc64 big-endian FreeBSD ABI)
- rust-lang#133633 (don't show the full linker args unless `--verbose` is passed)
- rust-lang#133942 (Clarify how to use `black_box()`)
- rust-lang#134081 (Try to evaluate constants in legacy mangling)
- rust-lang#134192 (Remove `Lexer`'s dependency on `Parser`.)
- rust-lang#134208 (coverage: Tidy up creation of covmap and covfun records)
- rust-lang#134211 (On Neutrino QNX, reduce the need to set archiver via environment variables)
Failed merges:
- rust-lang#133099 (forbid toggling x87 and fpregs on hard-float targets)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
49 files changed
+1035
-299
lines changed- compiler
- rustc_ast/src/expand
- rustc_codegen_gcc/src
- rustc_codegen_llvm
- src
- back
- coverageinfo
- mapgen
- llvm
- rustc_codegen_ssa/src
- back
- traits
- rustc_llvm/llvm-wrapper
- rustc_parse/src/lexer
- rustc_passes/src
- rustc_symbol_mangling/src
- rustc_target/src
- callconv
- spec/targets
- library
- core/src
- alloc
- std/src/collections
- src
- bootstrap/src/utils
- doc/rustc/src
- tools/run-make-support/src/external_deps
- tests
- run-make
- link-args-order
- link-dedup
- linker-warning
- ui
- deprecation
- imports
- parser
- diff-markers
- symbol-names
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+1035
-299
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| |||
262 | 257 | | |
263 | 258 | | |
264 | 259 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 260 | + | |
| 261 | + | |
273 | 262 | | |
274 | 263 | | |
275 | 264 | | |
276 | 265 | | |
277 | 266 | | |
278 | 267 | | |
279 | | - | |
280 | | - | |
281 | | - | |
| 268 | + | |
282 | 269 | | |
283 | 270 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
439 | 440 | | |
440 | 441 | | |
441 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
442 | 451 | | |
443 | 452 | | |
444 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
608 | 615 | | |
609 | 616 | | |
610 | 617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
530 | 531 | | |
531 | 532 | | |
532 | 533 | | |
| 534 | + | |
533 | 535 | | |
534 | | - | |
535 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
536 | 566 | | |
537 | 567 | | |
538 | 568 | | |
| |||
596 | 626 | | |
597 | 627 | | |
598 | 628 | | |
599 | | - | |
600 | | - | |
| 629 | + | |
| 630 | + | |
601 | 631 | | |
602 | 632 | | |
603 | 633 | | |
| |||
619 | 649 | | |
620 | 650 | | |
621 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
622 | 729 | | |
623 | 730 | | |
624 | 731 | | |
| |||
641 | 748 | | |
642 | 749 | | |
643 | 750 | | |
| 751 | + | |
| 752 | + | |
644 | 753 | | |
645 | 754 | | |
646 | 755 | | |
647 | 756 | | |
648 | 757 | | |
649 | 758 | | |
650 | 759 | | |
651 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
652 | 774 | | |
653 | 775 | | |
654 | 776 | | |
| |||
0 commit comments