Commit d40973f
committed
Auto merge of #152965 - JonathanBrouwer:rollup-QnrcBRx, r=JonathanBrouwer
Rollup of 14 pull requests
Successful merges:
- #150468 (rustc_target: callconv: powerpc64: Use the ABI set in target options instead of guessing)
- #151628 (Fix ICE in const eval of packed SIMD types with non-power-of-two element counts)
- #151871 (don't use env with infer vars)
- #152591 (Simplify internals of `{Rc,Arc}::default`)
- #152865 (Fixed ByteStr not padding within its Display trait when no specific alignment is mentioned)
- #147859 (reduce the amount of panics in `{TokenStream, Literal}::from_str` calls)
- #152705 (Test(lib/win/proc): Skip `raw_attributes` doctest under Win7)
- #152767 (fix typo in `carryless_mul` macro invocation)
- #152837 (fix(codegen): Use `body_codegen_attrs` For Caller In `adjust_target_feature_sig`)
- #152871 (Fix warnings in rs{begin,end}.rs files)
- #152879 (Remove `impl IntoQueryParam<P> for &'a P`.)
- #152933 (Start migration for `LintDiagnostic` items by adding API and migrating `LinkerOutput` lint)
- #152937 (remove unneeded reboxing)
- #152953 (Fix typo in armv7a-vex-v5.md)File tree
82 files changed
+596
-310
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_ssa/src/back
- rustc_const_eval/src
- check_consts
- interpret/intrinsics
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_middle/src
- mir
- interpret
- query
- ty
- rustc_mir_build/src
- builder/expr
- rustc_mir_transform/src
- rustc_monomorphize/src
- collector
- mono_checks
- rustc_resolve/src
- late
- rustc_target/src
- callconv
- spec
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query
- library
- alloc/src
- core/src
- bstr
- num
- proc_macro/src
- bridge
- rtstartup
- std
- src/os/windows
- tests
- src
- doc/rustc/src/platform-support
- librustdoc
- clean
- passes
- tools
- clippy
- clippy_lints/src
- methods
- operators
- clippy_utils/src
- ty
- miri/src
- rust-analyzer/crates/proc-macro-srv/src/server_impl
- tests
- codegen-llvm/issues
- ui
- consts/const-eval/simd
- proc-macro
- auxiliary
- target-feature
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+596
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4211 | 4211 | | |
4212 | 4212 | | |
4213 | 4213 | | |
4214 | | - | |
4215 | | - | |
4216 | | - | |
| 4214 | + | |
4217 | 4215 | | |
4218 | 4216 | | |
4219 | 4217 | | |
| |||
4226 | 4224 | | |
4227 | 4225 | | |
4228 | 4226 | | |
4229 | | - | |
| 4227 | + | |
4230 | 4228 | | |
4231 | 4229 | | |
4232 | 4230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
| 629 | + | |
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
| 929 | + | |
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
| 941 | + | |
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
| 1016 | + | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
| 1021 | + | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
942 | | - | |
943 | | - | |
| 941 | + | |
944 | 942 | | |
945 | 943 | | |
946 | 944 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
838 | 837 | | |
839 | 838 | | |
840 | 839 | | |
841 | | - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
842 | 854 | | |
843 | 855 | | |
844 | 856 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
182 | 195 | | |
183 | 196 | | |
184 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1327 | 1334 | | |
1328 | 1335 | | |
1329 | 1336 | | |
| |||
0 commit comments