-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 5f76d77
Auto merge of #145039 - Zalathar:rollup-98v9fbg, r=Zalathar
Rollup of 20 pull requests
Successful merges:
- #137831 (Tweak auto trait errors)
- #143028 (emit `StorageLive` and schedule `StorageDead` for `let`-`else`'s bindings after matching)
- #143764 (lower pattern bindings in the order they're written and base drop order on primary bindings' order)
- #143808 (Port `#[should_panic]` to the new attribute parsing infrastructure )
- #143906 (Miri: non-deterministic floating point operations in `foreign_items`)
- #143929 (Mark all deprecation lints in name resolution as deny-by-default and report-in-deps)
- #144133 (Stabilize const TypeId::of)
- #144439 (Introduce ModernIdent type to unify macro 2.0 hygiene handling)
- #144473 (Address libunwind.a inconsistency issues in the bootstrap program)
- #144659 (bootstrap: refactor mingw dist and fix gnullvm)
- #144705 (compiler-builtins: plumb LSE support for aarch64 on linux/gnu when optimized-compiler-builtins not enabled)
- #144807 (Streamline config in bootstrap)
- #144900 (Stabilize `unsigned_signed_diff` feature)
- #144903 (Rename `begin_panic_handler` to `panic_handler`)
- #144931 ([win][arm64ec] Fix msvc-wholearchive for Arm64EC)
- #144974 (compiler-builtins subtree update)
- #144997 (bump bootstrap compiler to 1.90 beta)
- #145004 (Couple of minor cleanups)
- #145009 (A couple small changes for rust-analyzer next-solver work)
- #145014 (Revert "Preserve the .debug_gdb_scripts section")
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
344 files changed
+4004
-3306
lines changed- compiler
- rustc_ast_passes
- src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa/src
- back
- traits
- rustc_feature/src
- rustc_hir/src
- attrs
- rustc_lint_defs/src
- rustc_middle/src/ty
- rustc_mir_build/src/builder
- matches
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_span/src
- rustc_target/src/spec
- rustc_type_ir/src
- library
- alloc/src/ffi
- compiler-builtins
- .github/workflows
- builtins-shim
- builtins-test-intrinsics/src
- builtins-test
- benches
- src
- tests
- ci
- docker
- aarch64-unknown-linux-gnu
- arm-unknown-linux-gnueabihf
- arm-unknown-linux-gnueabi
- armv7-unknown-linux-gnueabihf
- i586-unknown-linux-gnu
- i686-unknown-linux-gnu
- loongarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- mips64-unknown-linux-gnuabi64
- mips64el-unknown-linux-gnuabi64
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- riscv64gc-unknown-linux-gnu
- thumbv6m-none-eabi
- thumbv7em-none-eabihf
- thumbv7em-none-eabi
- thumbv7m-none-eabi
- x86_64-unknown-linux-gnu
- compiler-builtins
- src
- crates
- musl-math-sys/src
- symbol-check
- libm-test/src
- libm
- src/math
- arch
- support
- core/src
- array
- cmp
- convert
- ffi
- intrinsics
- net
- num
- ops
- ptr
- slice
- str
- std
- src
- num
- sys
- tests/floats
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- toml
- utils
- tools
- compiletest/src/directives
- miri
- src
- intrinsics
- shims
- tests
- fail
- function_calls
- panic
- panic
- pass
- run-make-support/src
- external_deps/c_cxx_compiler
- tests
- codegen-llvm
- debuginfo
- mir-opt
- building
- run-make
- const-trait-stable-toolchain
- msvc-wholearchive
- symbols-all-mangled
- ui
- attributes
- auto-traits
- const-generics/issues
- consts
- dropck
- drop
- extern
- feature-gates
- imports
- lint/unused
- methods/issues
- pattern/bindings-after-at
- proc-macro
- test-attrs
- traits/inductive-overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
344 files changed
+4004
-3306
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 | - | ||
702 | + | ||
703 | 703 |
| |
704 | - | ||
705 | - | ||
704 | + | ||
705 | + | ||
706 | + | ||
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
709 | - | ||
710 | + | ||
710 | 711 |
| |
711 | 712 |
| |
712 | 713 |
| |
713 | - | ||
714 | - | ||
714 | + | ||
715 | + | ||
716 | + | ||
717 | + | ||
718 | + | ||
715 | 719 |
| |
716 | 720 |
| |
717 | 721 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 | - | ||
347 | + | ||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 | - | ||
358 | - | ||
357 | + | ||
358 | + | ||
359 | + | ||
359 | 360 |
| |
360 | 361 |
| |
361 | 362 |
| |
| |||
365 | 366 |
| |
366 | 367 |
| |
367 | 368 |
| |
368 | - | ||
369 | + | ||
369 | 370 |
| |
370 | 371 |
| |
371 | 372 |
| |
|
Lines changed: 52 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
53 | + | ||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 | + | ||
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
|
Lines changed: 17 additions & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
8 | + | ||
9 | 9 |
| |
10 | + | ||
10 | 11 |
| |
11 | 12 |
| |
13 | + | ||
14 | + | ||
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| |||
473 | 476 |
| |
474 | 477 |
| |
475 | 478 |
| |
476 | - | ||
477 | - | ||
478 | - | ||
479 | - | ||
480 | - | ||
481 | - | ||
482 | - | ||
483 | - | ||
484 | - | ||
485 | - | ||
486 | - | ||
487 | - | ||
488 | - | ||
489 | - | ||
490 | - | ||
491 | - | ||
492 | - | ||
493 | - | ||
494 | - | ||
495 | - | ||
496 | - | ||
497 | - | ||
498 | - | ||
499 | - | ||
500 | - | ||
501 | - | ||
502 | - | ||
503 | - | ||
504 | - | ||
505 | - | ||
506 | - | ||
507 | - | ||
508 | - | ||
479 | + | ||
480 | + | ||
481 | + | ||
482 | + | ||
483 | + | ||
484 | + | ||
485 | + | ||
486 | + | ||
487 | + | ||
488 | + | ||
489 | + | ||
490 | + | ||
491 | + | ||
509 | 492 |
| |
510 | 493 |
| |
511 | 494 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 | - | ||
258 | - | ||
257 | + | ||
259 | 258 |
| |
260 | 259 |
| |
261 | 260 |
| |
|
Lines changed: 20 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
862 | 862 |
| |
863 | 863 |
| |
864 | 864 |
| |
865 | - | ||
865 | + | ||
866 | 866 |
| |
867 | 867 |
| |
868 | 868 |
| |
| |||
1058 | 1058 |
| |
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | - | ||
1062 | 1061 |
| |
1063 | 1062 |
| |
1064 | 1063 |
| |
1065 | 1064 |
| |
1066 | - | ||
1067 | - | ||
1068 | - | ||
1069 | - | ||
1065 | + | ||
1066 | + | ||
1067 | + | ||
1068 | + | ||
1070 | 1069 |
| |
1071 | 1070 |
| |
1072 | 1071 |
| |
1073 | 1072 |
| |
1074 | 1073 |
| |
1075 | - | ||
1076 | - | ||
1077 | - | ||
1074 | + | ||
1075 | + | ||
1076 | + | ||
1078 | 1077 |
| |
1079 | - | ||
1080 | - | ||
1078 | + | ||
1079 | + | ||
1081 | 1080 |
| |
1082 | - | ||
1083 | - | ||
1084 | - | ||
1085 | - | ||
1081 | + | ||
1082 | + | ||
1083 | + | ||
1086 | 1084 |
| |
1087 | - | ||
1088 | - | ||
1089 | - | ||
1090 | - | ||
1091 | - | ||
1085 | + | ||
1086 | + | ||
1087 | + | ||
1088 | + | ||
1089 | + | ||
1092 | 1090 |
| |
1093 | - | ||
1094 | - | ||
1091 | + | ||
1092 | + | ||
1095 | 1093 |
| |
1096 | 1094 |
| |
1097 | 1095 |
| |
| |||
1110 | 1108 |
| |
1111 | 1109 |
| |
1112 | 1110 |
| |
1113 | - | ||
1114 | - | ||
1115 | - | ||
1116 | - | ||
1117 | - | ||
1118 | - | ||
1119 | - | ||
1120 | - | ||
1121 | - | ||
1122 | - | ||
1123 | - | ||
1124 | - | ||
1125 | - | ||
1126 | 1111 |
| |
1127 | 1112 |
| |
1128 | 1113 |
| |
1129 | 1114 |
| |
1130 | 1115 |
| |
1131 | - | ||
1132 | - | ||
1133 | 1116 |
| |
1134 | 1117 |
| |
1135 | 1118 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 | - | ||
112 | + | ||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | - | ||
118 | - | ||
119 | - | ||
120 | - | ||
121 | - | ||
122 | 117 |
| |
123 | 118 |
| |
124 | 119 |
| |
| |||
135 | 130 |
| |
136 | 131 |
| |
137 | 132 |
| |
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
|
0 commit comments