This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d693a43
committed
Auto merge of rust-lang#138044 - workingjubilee:rollup-lf771sb, r=workingjubilee
Rollup of 25 pull requests
Successful merges:
- rust-lang#134063 (dec2flt: Clean up float parsing modules)
- rust-lang#136581 (Retire the legacy `Makefile`-based `run-make` test infra)
- rust-lang#136662 (Count char width at most once in `Formatter::pad`)
- rust-lang#136798 (Added documentation for flushing per rust-lang#74348)
- rust-lang#137240 (Slightly reformat `std::fs::remove_dir_all` error docs)
- rust-lang#137303 (Remove `MaybeForgetReturn` suggestion)
- rust-lang#137327 (Undeprecate env::home_dir)
- rust-lang#137463 ([illumos] attempt to use posix_spawn to spawn processes)
- rust-lang#137477 (uefi: Add Service Binding Protocol abstraction)
- rust-lang#137565 (Try to point of macro expansion from resolver and method errors if it involves macro var)
- rust-lang#137569 (Stabilize `string_extend_from_within`)
- rust-lang#137612 (Update bootstrap to edition 2024)
- rust-lang#137633 (Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack)
- rust-lang#137643 (Add DWARF test case for non-C-like `repr128` enums)
- rust-lang#137679 (Various coretests improvements)
- rust-lang#137723 (Make `rust.description` more general-purpose and pass `CFG_VER_DESCRIPTION`)
- rust-lang#137758 (fix usage of ty decl macro fragments in attributes)
- rust-lang#137764 (Ensure that negative auto impls are always applicable)
- rust-lang#137772 (Fix char count in `Display` for `ByteStr`)
- rust-lang#137798 (ci: use ubuntu 24 on arm large runner)
- rust-lang#137805 (adjust Layout debug printing to match the internal field name)
- rust-lang#137808 (Do not require that unsafe fields lack drop glue)
- rust-lang#137820 (Clarify why InhabitedPredicate::instantiate_opt exists)
- rust-lang#137825 (Provide more context on resolve error caused from incorrect RTN)
- rust-lang#138028 (compiler: add `ExternAbi::is_rustic_abi`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
171 files changed
+2478
-2341
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- rustc_data_structures/src
- rustc_errors/src
- rustc_hir_analysis
- src
- check
- coherence
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_middle/src
- query
- traits
- ty/inhabitedness
- rustc_mir_transform/src
- rustc_monomorphize/src/mono_checks
- rustc_resolve/src
- late
- rustc_span/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query/type_op
- rustc_traits/src
- rustc_ty_utils/src
- library
- alloc/src
- coretests/tests
- num/dec2flt
- core/src
- convert
- fmt
- num
- dec2flt
- std
- src
- io
- sys/pal
- uefi
- unix/process
- src
- bootstrap
- src
- bin
- core
- build_steps
- config
- utils
- cc_detect
- ci/github-actions
- doc/rustc-dev-guide/src/tests
- etc/test-float-parse/src
- tools
- compiletest/src
- header
- runtest
- run-make-support/src
- external_deps
- c_cxx_compiler
- tidy/src
- tests
- crashes
- run-make
- repr128-dwarf
- rustdoc
- ui
- abi
- associated-inherent-types
- associated-type-bounds/return-type-notation
- associated-types
- attributes
- coherence
- hygiene
- implied-bounds
- inference
- issues
- layout
- macros
- rfc-3086-metavar-expr
- methods
- repr
- return
- specialization
- defaultimpl
- structs
- traits/negative-impls
- type/pattern_types
- unsafe-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
171 files changed
+2478
-2341
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
194 | 205 | | |
195 | 206 | | |
196 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1812 | 1812 | | |
1813 | 1813 | | |
1814 | 1814 | | |
1815 | | - | |
| 1815 | + | |
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
930 | 929 | | |
931 | 930 | | |
932 | 931 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | 271 | | |
273 | 272 | | |
274 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
476 | 485 | | |
477 | 486 | | |
478 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
32 | | - | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | 629 | | |
631 | 630 | | |
632 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 281 | | |
289 | 282 | | |
290 | 283 | | |
| |||
620 | 613 | | |
621 | 614 | | |
622 | 615 | | |
| 616 | + | |
| 617 | + | |
623 | 618 | | |
624 | 619 | | |
625 | 620 | | |
| |||
Lines changed: 110 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | | - | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
49 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
50 | 62 | | |
51 | | - | |
| 63 | + | |
52 | 64 | | |
53 | | - | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
58 | | - | |
| 70 | + | |
59 | 71 | | |
60 | | - | |
61 | | - | |
| 72 | + | |
| 73 | + | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
79 | | - | |
| 83 | + | |
80 | 84 | | |
81 | | - | |
82 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
83 | 137 | | |
84 | 138 | | |
85 | 139 | | |
86 | 140 | | |
87 | 141 | | |
88 | 142 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
92 | 152 | | |
93 | 153 | | |
94 | | - | |
| 154 | + | |
95 | 155 | | |
96 | | - | |
| 156 | + | |
97 | 157 | | |
98 | 158 | | |
99 | 159 | | |
| |||
116 | 176 | | |
117 | 177 | | |
118 | 178 | | |
119 | | - | |
| 179 | + | |
120 | 180 | | |
121 | | - | |
122 | | - | |
| 181 | + | |
| 182 | + | |
123 | 183 | | |
124 | 184 | | |
125 | 185 | | |
126 | 186 | | |
127 | 187 | | |
128 | | - | |
129 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
130 | 195 | | |
131 | 196 | | |
132 | 197 | | |
| |||
145 | 210 | | |
146 | 211 | | |
147 | 212 | | |
148 | | - | |
| 213 | + | |
149 | 214 | | |
150 | | - | |
| 215 | + | |
151 | 216 | | |
152 | 217 | | |
153 | | - | |
| 218 | + | |
154 | 219 | | |
155 | | - | |
156 | | - | |
| 220 | + | |
| 221 | + | |
157 | 222 | | |
158 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
159 | 228 | | |
160 | 229 | | |
161 | 230 | | |
| |||
173 | 242 | | |
174 | 243 | | |
175 | 244 | | |
176 | | - | |
| 245 | + | |
177 | 246 | | |
178 | 247 | | |
179 | 248 | | |
180 | 249 | | |
181 | 250 | | |
182 | | - | |
| 251 | + | |
183 | 252 | | |
184 | 253 | | |
185 | 254 | | |
| |||
190 | 259 | | |
191 | 260 | | |
192 | 261 | | |
193 | | - | |
| 262 | + | |
194 | 263 | | |
195 | 264 | | |
196 | 265 | | |
197 | 266 | | |
198 | | - | |
| 267 | + | |
199 | 268 | | |
200 | 269 | | |
201 | 270 | | |
| |||
212 | 281 | | |
213 | 282 | | |
214 | 283 | | |
215 | | - | |
| 284 | + | |
216 | 285 | | |
217 | 286 | | |
218 | 287 | | |
| |||
0 commit comments