Commit f6d9259
committed
Auto merge of #153412 - GuillaumeGomez:rollup-CHFIva5, r=GuillaumeGomez
Rollup of 9 pull requests
Successful merges:
- #152164 (Lint unused features)
- #152801 (Refactor WriteBackendMethods a bit)
- #153317 (Abort after `representability` errors)
- #153361 (enable `PassMode::Indirect { on_stack: true, .. }` tail call arguments)
- #153402 (miri subtree update)
- #153276 (Remove `cycle_fatal` query modifier)
- #153396 (use `minicore` in some `run-make` tests)
- #153401 (Migrationg of `LintDiagnostic` - part 7)
- #153406 (Remove a ping for myself)File tree
213 files changed
+1743
-1267
lines changed- compiler
- rustc_codegen_gcc/src
- back
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_driver_impl/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_interface/src
- rustc_lint_defs/src
- rustc_macros/src
- diagnostics
- rustc_middle/src
- dep_graph
- middle
- query
- ty
- inhabitedness
- rustc_pattern_analysis/src
- rustc_query_impl/src
- rustc_session/src
- rustc_ty_utils/src
- library
- alloctests/tests
- coretests/tests
- core/src/num
- std/src
- num
- src
- doc/rustc-dev-guide/src/diagnostics
- tools
- miri
- doc
- src
- alloc_addresses
- bin
- log
- concurrency/genmc
- intrinsics
- shims/unix
- tests
- fail/both_borrows
- native-lib
- fail
- pass
- pass-dep/libc
- pass
- run-make-support/src
- external_deps
- rust-analyzer/crates
- proc-macro-api/src
- proc-macro-srv/src
- test-float-parse/src
- tests
- auxiliary
- incremental
- add_private_fn_at_krate_root_cc
- change_add_field
- change_private_fn_cc
- change_private_fn
- change_private_impl_method_cc
- change_private_impl_method
- change_pub_inherent_method_body
- change_pub_inherent_method_sig
- run-make
- avr-rjmp-offset
- thumb-interworking
- wasm-unexpected-features
- ui-fulldeps
- rustc_public
- session-diagnostic
- ui
- allocator
- associated-types
- async-await/async-drop
- backtrace
- borrowck
- cfg
- const-generics
- consts
- contracts/internal_machinery/lowering
- coroutine
- eii
- default
- linking
- enum-discriminant
- explicit-tail-calls/support
- extern
- feature-gates
- float
- fmt
- half-open-range-patterns
- hygiene
- impl-trait
- infinite
- intrinsics
- io-checks
- linkage-attr/raw-dylib/elf
- lint
- decorate-ice
- unnecessary-qualification
- unused-features
- unused
- lowering
- macros
- rfc-2011-nicer-assert-messages
- match
- methods/supertrait-shadowing
- nll
- overloaded
- query-system
- sanitizer
- simd
- structs-enums
- enum-rec
- threads-sendsync
- auxiliary
- traits
- alias
- transmutability/structs/repr
- typeck
- type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
213 files changed
+1743
-1267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 374 | | |
385 | 375 | | |
386 | 376 | | |
| |||
429 | 419 | | |
430 | 420 | | |
431 | 421 | | |
432 | | - | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | 458 | | |
467 | 459 | | |
468 | 460 | | |
| |||
473 | 465 | | |
474 | 466 | | |
475 | 467 | | |
476 | | - | |
| 468 | + | |
477 | 469 | | |
478 | 470 | | |
479 | 471 | | |
480 | 472 | | |
481 | 473 | | |
482 | | - | |
| 474 | + | |
483 | 475 | | |
484 | 476 | | |
485 | 477 | | |
| |||
490 | 482 | | |
491 | 483 | | |
492 | 484 | | |
493 | | - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
494 | 488 | | |
495 | 489 | | |
496 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
709 | 710 | | |
710 | 711 | | |
711 | 712 | | |
712 | | - | |
| 713 | + | |
713 | 714 | | |
714 | 715 | | |
715 | 716 | | |
716 | 717 | | |
717 | 718 | | |
718 | | - | |
| 719 | + | |
719 | 720 | | |
720 | 721 | | |
721 | 722 | | |
| |||
794 | 795 | | |
795 | 796 | | |
796 | 797 | | |
797 | | - | |
| 798 | + | |
798 | 799 | | |
799 | 800 | | |
800 | 801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
| 908 | + | |
| 909 | + | |
915 | 910 | | |
916 | 911 | | |
917 | 912 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 93 | + | |
100 | 94 | | |
101 | 95 | | |
102 | 96 | | |
| |||
122 | 116 | | |
123 | 117 | | |
124 | 118 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 119 | | |
150 | 120 | | |
151 | 121 | | |
152 | 122 | | |
153 | 123 | | |
154 | 124 | | |
155 | 125 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 126 | + | |
| 127 | + | |
159 | 128 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
163 | 136 | | |
164 | | - | |
| 137 | + | |
165 | 138 | | |
166 | 139 | | |
167 | 140 | | |
168 | 141 | | |
169 | 142 | | |
170 | 143 | | |
171 | 144 | | |
172 | | - | |
| 145 | + | |
173 | 146 | | |
174 | 147 | | |
175 | 148 | | |
| |||
184 | 157 | | |
185 | 158 | | |
186 | 159 | | |
187 | | - | |
| 160 | + | |
188 | 161 | | |
189 | 162 | | |
190 | 163 | | |
| |||
214 | 187 | | |
215 | 188 | | |
216 | 189 | | |
217 | | - | |
| 190 | + | |
218 | 191 | | |
219 | 192 | | |
220 | 193 | | |
221 | 194 | | |
222 | 195 | | |
223 | | - | |
224 | | - | |
| 196 | + | |
| 197 | + | |
225 | 198 | | |
226 | 199 | | |
227 | 200 | | |
| |||
389 | 362 | | |
390 | 363 | | |
391 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
392 | 375 | | |
393 | 376 | | |
394 | 377 | | |
| |||
0 commit comments