Commit c359117
committed
Auto merge of rust-lang#142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#134847 (Implement asymmetrical precedence for closures and jumps)
- rust-lang#141491 (Delegate `<CStr as Debug>` to `ByteStr`)
- rust-lang#141770 (Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common code)
- rust-lang#142069 (Introduce `-Zmacro-stats`)
- rust-lang#142158 (Tracking the old name of renamed unstable library features)
- rust-lang#142221 ([AIX] strip underlying xcoff object)
- rust-lang#142340 (miri: we can use apfloat's mul_add now)
- rust-lang#142379 (Add bootstrap option to compile a tool with features)
- rust-lang#142410 (intrinsics: rename min_align_of to align_of)
- rust-lang#142413 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
97 files changed
+1094
-311
lines changed- compiler
- rustc_ast_pretty/src/pprust
- state
- rustc_ast/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src/attributes
- rustc_codegen_cranelift
- example
- src
- intrinsics
- rustc_codegen_gcc/example
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src/interpret
- rustc_data_structures/src/thousands
- rustc_expand/src
- rustc_hir_analysis/src/check
- rustc_interface/src
- rustc_metadata/src/rmeta
- rustc_middle/src/middle
- rustc_mir_transform/src
- rustc_passes
- src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- library
- alloc/src/ffi
- coretests/tests/ffi
- core/src
- ffi
- intrinsics
- mem
- ops
- task
- src
- bootstrap/src
- core
- build_steps
- config
- toml
- utils
- doc
- rustc-dev-guide
- src
- tests
- unstable-book/src/compiler-flags
- librustdoc/clean
- tools
- clippy/clippy_utils/src
- miri/src/intrinsics
- tests
- mir-opt
- pre-codegen
- pretty/postfix-match
- rustdoc
- ui-fulldeps
- ui
- consts
- auxiliary
- intrinsics
- invalid
- layout
- simd
- stability-attribute
- stats
- auxiliary
- structs-enums
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+1094
-311
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3234 | 3234 | | |
3235 | 3235 | | |
3236 | 3236 | | |
3237 | | - | |
| 3237 | + | |
3238 | 3238 | | |
3239 | | - | |
| 3239 | + | |
3240 | 3240 | | |
3241 | 3241 | | |
3242 | 3242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
384 | 393 | | |
385 | 394 | | |
386 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| |||
166 | 175 | | |
167 | 176 | | |
168 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
169 | 186 | | |
170 | 187 | | |
171 | 188 | | |
| |||
1441 | 1458 | | |
1442 | 1459 | | |
1443 | 1460 | | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
1447 | | - | |
1448 | | - | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1449 | 1470 | | |
1450 | 1471 | | |
1451 | 1472 | | |
| |||
1502 | 1523 | | |
1503 | 1524 | | |
1504 | 1525 | | |
| 1526 | + | |
1505 | 1527 | | |
1506 | 1528 | | |
1507 | 1529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
1066 | 1074 | | |
1067 | 1075 | | |
1068 | 1076 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | 217 | | |
225 | 218 | | |
226 | 219 | | |
| |||
237 | 230 | | |
238 | 231 | | |
239 | 232 | | |
240 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
241 | 241 | | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
284 | 300 | | |
285 | | - | |
286 | | - | |
| 301 | + | |
| 302 | + | |
287 | 303 | | |
288 | 304 | | |
289 | 305 | | |
| |||
312 | 328 | | |
313 | 329 | | |
314 | 330 | | |
315 | | - | |
| 331 | + | |
316 | 332 | | |
317 | 333 | | |
318 | | - | |
| 334 | + | |
319 | 335 | | |
320 | 336 | | |
321 | 337 | | |
322 | 338 | | |
323 | 339 | | |
324 | 340 | | |
325 | | - | |
326 | | - | |
| 341 | + | |
| 342 | + | |
327 | 343 | | |
328 | 344 | | |
329 | 345 | | |
| |||
344 | 360 | | |
345 | 361 | | |
346 | 362 | | |
347 | | - | |
348 | | - | |
| 363 | + | |
| 364 | + | |
349 | 365 | | |
350 | 366 | | |
351 | 367 | | |
| |||
590 | 606 | | |
591 | 607 | | |
592 | 608 | | |
593 | | - | |
594 | | - | |
| 609 | + | |
| 610 | + | |
595 | 611 | | |
596 | 612 | | |
597 | 613 | | |
| |||
604 | 620 | | |
605 | 621 | | |
606 | 622 | | |
607 | | - | |
608 | | - | |
| 623 | + | |
| 624 | + | |
609 | 625 | | |
610 | 626 | | |
611 | 627 | | |
| |||
618 | 634 | | |
619 | 635 | | |
620 | 636 | | |
| 637 | + | |
621 | 638 | | |
622 | 639 | | |
623 | | - | |
624 | | - | |
| 640 | + | |
| 641 | + | |
625 | 642 | | |
626 | 643 | | |
627 | 644 | | |
| |||
634 | 651 | | |
635 | 652 | | |
636 | 653 | | |
| 654 | + | |
637 | 655 | | |
638 | 656 | | |
639 | | - | |
640 | | - | |
| 657 | + | |
| 658 | + | |
641 | 659 | | |
642 | 660 | | |
643 | 661 | | |
| |||
647 | 665 | | |
648 | 666 | | |
649 | 667 | | |
650 | | - | |
651 | | - | |
| 668 | + | |
| 669 | + | |
652 | 670 | | |
653 | 671 | | |
654 | 672 | | |
| |||
665 | 683 | | |
666 | 684 | | |
667 | 685 | | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
673 | 690 | | |
674 | 691 | | |
675 | 692 | | |
| |||
684 | 701 | | |
685 | 702 | | |
686 | 703 | | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
| 704 | + | |
692 | 705 | | |
693 | 706 | | |
694 | 707 | | |
| |||
697 | 710 | | |
698 | 711 | | |
699 | 712 | | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
| 713 | + | |
705 | 714 | | |
706 | 715 | | |
707 | 716 | | |
708 | 717 | | |
709 | 718 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
| 719 | + | |
715 | 720 | | |
716 | 721 | | |
717 | 722 | | |
| |||
761 | 766 | | |
762 | 767 | | |
763 | 768 | | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
| 769 | + | |
769 | 770 | | |
770 | 771 | | |
771 | 772 | | |
| |||
0 commit comments