Commit d62b899
committed
Auto merge of #155976 - JonathanBrouwer:rollup-7FKVFAL, r=JonathanBrouwer
Rollup of 22 pull requests
Successful merges:
- #154149 (resolve: Extend `ambiguous_import_visibilities` deprecation lint to glob-vs-glob ambiguities)
- #155189 (simd_reduce_min/max: remove float support)
- #155453 (apply Cortex-A53 errata 843419 mitigation to the AArch64 Linux targets)
- #155562 (Add a missing `GenericTypeVisitable`, and avoid having interner traits for `FnSigKind` and `Abi`)
- #155608 (rustc_middle: Implement the `partial_cmp` operation for `DefId`s)
- #155721 (When archive format is wrong produce an error instead of ICE)
- #155794 (privacy: share effective visibility initialization)
- #155832 (c-variadic: more precise compatibility check in const-eval)
- #155856 (std_detect: support detecting more features on aarch64 Windows)
- #155861 (Suggest `[const] Trait` bounds in more places)
- #155899 (`dlltool`: Set the working directory to workaround `--temp-prefix` bug)
- #155916 (Update with new LLVM 22 target for `wasm32-wali-linux-musl` target)
- #155935 (remap OUT_DIR paths to fix build script path leakage in crate metadata. )
- #155950 (use the new `//@ needs-asm-mnemonic: ret` more)
- #155958 (ci(free-disk-space): remove more tools and fix warnings)
- #155966 (miri subtree update)
- #155711 (bump curl-sys and openssl-sys to support OpenSSL 4.0.x)
- #155831 (Add `AcceptContext::expect_key_value`)
- #155877 (Avoid misleading return-type note for foreign `Fn` callees)
- #155949 (Update `opt_ast_lowering_delayed_lints` query to allow "stealing" lints, allowing to use `FnOnce` instead of `Fn`)
- #155951 (Make `FlatMapInPlaceVec` an unsafe trait.)
- #155967 (Fix `doc_cfg` feature for extern items)224 files changed
Lines changed: 3351 additions & 1078 deletions
File tree
- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- diagnostic
- rustc_borrowck/src/diagnostics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_hir_analysis/src
- check
- hir_ty_lowering
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_interface/src
- rustc_middle/src
- middle
- ty
- context
- print
- rustc_public/src/unstable/convert
- stable
- rustc_resolve/src
- rustc_target/src/spec/targets
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src
- ty_kind
- library
- core/src
- ffi
- intrinsics/simd
- std_detect
- src/detect/os/windows
- tests
- src
- bootstrap/src/core/builder
- ci/scripts
- librustdoc/clean
- tools/miri
- src
- bin
- borrow_tracker
- tree_borrows
- tree
- concurrency
- shims
- unix
- freebsd
- linux
- macos
- x86
- tests
- fail
- both_borrows
- tree_borrows
- implicit_writes
- pass-dep/libc
- pass
- both_borrows
- concurrency
- issues
- shims
- x86
- tls
- tree_borrows
- wildcard
- tests
- codegen-llvm
- cffi
- naked-fn
- run-make
- archive-corrupt-error
- archive-format-error
- raw-dylib-custom-dlltool
- raw-dylib-whitespace
- rustdoc-html/doc-cfg
- ui
- cfg
- closures
- auxiliary
- consts
- const-eval
- imports
- linkage-attr/raw-dylib/windows
- simd/intrinsic
- target-feature
- test-attrs
- traits/const-traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
| 997 | + | |
998 | 998 | | |
999 | | - | |
| 999 | + | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| |||
2728 | 2728 | | |
2729 | 2729 | | |
2730 | 2730 | | |
2731 | | - | |
| 2731 | + | |
2732 | 2732 | | |
2733 | | - | |
| 2733 | + | |
2734 | 2734 | | |
2735 | 2735 | | |
2736 | 2736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
| 768 | + | |
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 178 | + | |
184 | 179 | | |
185 | 180 | | |
186 | 181 | | |
187 | 182 | | |
188 | | - | |
189 | | - | |
190 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
191 | 186 | | |
192 | | - | |
193 | | - | |
194 | | - | |
| 187 | + | |
195 | 188 | | |
196 | 189 | | |
197 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 14 | + | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
Lines changed: 31 additions & 67 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 121 | + | |
126 | 122 | | |
127 | 123 | | |
128 | 124 | | |
| |||
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 145 | + | |
154 | 146 | | |
155 | 147 | | |
156 | 148 | | |
| |||
177 | 169 | | |
178 | 170 | | |
179 | 171 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 172 | + | |
185 | 173 | | |
186 | 174 | | |
187 | 175 | | |
| |||
471 | 459 | | |
472 | 460 | | |
473 | 461 | | |
474 | | - | |
475 | | - | |
| 462 | + | |
| 463 | + | |
476 | 464 | | |
477 | 465 | | |
478 | 466 | | |
479 | 467 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
| 468 | + | |
| 469 | + | |
486 | 470 | | |
487 | 471 | | |
488 | 472 | | |
489 | 473 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
| 474 | + | |
| 475 | + | |
497 | 476 | | |
498 | 477 | | |
499 | 478 | | |
| |||
592 | 571 | | |
593 | 572 | | |
594 | 573 | | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
| 574 | + | |
603 | 575 | | |
604 | 576 | | |
605 | 577 | | |
| |||
628 | 600 | | |
629 | 601 | | |
630 | 602 | | |
631 | | - | |
632 | | - | |
| 603 | + | |
| 604 | + | |
633 | 605 | | |
634 | 606 | | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
642 | 614 | | |
643 | 615 | | |
644 | | - | |
| 616 | + | |
645 | 617 | | |
646 | 618 | | |
647 | 619 | | |
| |||
654 | 626 | | |
655 | 627 | | |
656 | 628 | | |
657 | | - | |
| 629 | + | |
658 | 630 | | |
659 | 631 | | |
660 | 632 | | |
| |||
725 | 697 | | |
726 | 698 | | |
727 | 699 | | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
| 700 | + | |
737 | 701 | | |
738 | 702 | | |
739 | 703 | | |
740 | | - | |
741 | | - | |
| 704 | + | |
| 705 | + | |
742 | 706 | | |
743 | 707 | | |
744 | 708 | | |
745 | | - | |
| 709 | + | |
746 | 710 | | |
747 | 711 | | |
748 | 712 | | |
749 | 713 | | |
750 | | - | |
| 714 | + | |
751 | 715 | | |
752 | 716 | | |
753 | 717 | | |
754 | | - | |
| 718 | + | |
755 | 719 | | |
756 | 720 | | |
757 | 721 | | |
758 | 722 | | |
759 | 723 | | |
760 | 724 | | |
761 | 725 | | |
762 | | - | |
| 726 | + | |
763 | 727 | | |
764 | 728 | | |
765 | 729 | | |
766 | 730 | | |
767 | 731 | | |
768 | 732 | | |
769 | | - | |
| 733 | + | |
770 | 734 | | |
771 | | - | |
| 735 | + | |
772 | 736 | | |
773 | 737 | | |
774 | 738 | | |
775 | 739 | | |
776 | 740 | | |
777 | 741 | | |
778 | | - | |
| 742 | + | |
779 | 743 | | |
780 | 744 | | |
781 | 745 | | |
| |||
Lines changed: 7 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 46 | + | |
55 | 47 | | |
56 | 48 | | |
57 | 49 | | |
| |||
95 | 87 | | |
96 | 88 | | |
97 | 89 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 90 | + | |
103 | 91 | | |
104 | 92 | | |
105 | 93 | | |
| |||
117 | 105 | | |
118 | 106 | | |
119 | 107 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 108 | + | |
125 | 109 | | |
126 | 110 | | |
127 | 111 | | |
| |||
140 | 124 | | |
141 | 125 | | |
142 | 126 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 127 | + | |
148 | 128 | | |
149 | 129 | | |
150 | 130 | | |
| |||
162 | 142 | | |
163 | 143 | | |
164 | 144 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 145 | + | |
170 | 146 | | |
171 | 147 | | |
172 | 148 | | |
| |||
219 | 195 | | |
220 | 196 | | |
221 | 197 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 198 | + | |
230 | 199 | | |
231 | 200 | | |
232 | 201 | | |
| |||
0 commit comments