-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 6e8abb5
Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt
Rollup of 11 pull requests
Successful merges:
- #138128 (Stabilize `#![feature(precise_capturing_in_traits)]`)
- #138834 (Group test diffs by stage in post-merge analysis)
- #138867 (linker: Fix staticlib naming for UEFI)
- #138874 (Batch mark waiters as unblocked when resuming in the deadlock handler)
- #138875 (Trusty: Fix build for anonymous pipes and std::sys::process)
- #138877 (Ignore doctests only in specified targets)
- #138885 (Fix ui pattern_types test for big-endian platforms)
- #138905 (Add target maintainer information for powerpc64-unknown-linux-musl)
- #138911 (Allow defining opaques in statics and consts)
- #138917 (rustdoc: remove useless `Symbol::is_empty` checks.)
- #138945 (Override PartialOrd methods for bool)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
66 files changed
+632
-413
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_codegen_ssa/src/back
- rustc_expand/src
- rustc_feature/src
- rustc_metadata/src
- rustc_parse/src/parser
- rustc_query_system/src/query
- rustc_resolve/src
- rustc_session/src
- library
- core/src
- std/src
- os/fd
- sys/pal/trusty
- src
- bootstrap
- ci/citool/src
- doc/rustc/src
- platform-support
- librustdoc
- clean
- formats
- html
- render
- tools/clippy/clippy_utils/src/ast_utils
- tests
- rustdoc-ui/doctest
- ui
- feature-gates
- impl-trait
- in-trait
- precise-capturing
- type-alias-impl-trait
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+632
-413
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3535 | 3535 |
| |
3536 | 3536 |
| |
3537 | 3537 |
| |
3538 | + | ||
3538 | 3539 |
| |
3539 | 3540 |
| |
3540 | 3541 |
| |
| |||
3543 | 3544 |
| |
3544 | 3545 |
| |
3545 | 3546 |
| |
3547 | + | ||
3546 | 3548 |
| |
3547 | 3549 |
| |
3548 | 3550 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
987 | 987 |
| |
988 | 988 |
| |
989 | 989 |
| |
990 | - | ||
991 | - | ||
992 | - | ||
993 | - | ||
990 | + | ||
994 | 991 |
| |
995 | 992 |
| |
996 | 993 |
| |
| |||
1258 | 1255 |
| |
1259 | 1256 |
| |
1260 | 1257 |
| |
1261 | - | ||
1258 | + | ||
1259 | + | ||
1260 | + | ||
1261 | + | ||
1262 | + | ||
1263 | + | ||
1264 | + | ||
1262 | 1265 |
| |
1263 | 1266 |
| |
1267 | + | ||
1264 | 1268 |
| |
1265 | 1269 |
| |
1266 | - | ||
1270 | + | ||
1267 | 1271 |
| |
1268 | 1272 |
| |
1269 | 1273 |
| |
| |||
1384 | 1388 |
| |
1385 | 1389 |
| |
1386 | 1390 |
| |
1387 | - | ||
1391 | + | ||
1388 | 1392 |
| |
1389 | 1393 |
| |
1390 | 1394 |
| |
| |||
1444 | 1448 |
| |
1445 | 1449 |
| |
1446 | 1450 |
| |
1447 | - | ||
1448 | - | ||
1449 | - | ||
1450 | - | ||
1451 | - | ||
1452 | - | ||
1453 | - | ||
1454 | - | ||
1451 | + | ||
1452 | + | ||
1453 | + | ||
1454 | + | ||
1455 | + | ||
1456 | + | ||
1457 | + | ||
1455 | 1458 |
| |
1456 | 1459 |
| |
1457 | 1460 |
| |
| |||
1528 | 1531 |
| |
1529 | 1532 |
| |
1530 | 1533 |
| |
1531 | - | ||
1534 | + | ||
1535 | + | ||
1536 | + | ||
1537 | + | ||
1538 | + | ||
1539 | + | ||
1540 | + | ||
1532 | 1541 |
| |
1533 | 1542 |
| |
1543 | + | ||
1534 | 1544 |
| |
1535 | 1545 |
| |
1536 | 1546 |
| |
| |||
1931 | 1941 |
| |
1932 | 1942 |
| |
1933 | 1943 |
| |
1944 | + | ||
1945 | + | ||
1946 | + | ||
1947 | + | ||
1948 | + | ||
1949 | + | ||
1950 | + | ||
1951 | + | ||
1952 | + | ||
1953 | + | ||
1954 | + | ||
1955 | + | ||
1934 | 1956 |
| |
1935 | 1957 |
| |
1936 | 1958 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
371 | 372 |
| |
372 | 373 |
| |
373 | 374 |
| |
374 | - | ||
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
381 | + | ||
375 | 382 |
| |
376 | 383 |
| |
384 | + | ||
377 | 385 |
| |
378 | - | ||
386 | + | ||
387 | + | ||
388 | + | ||
389 | + | ||
390 | + | ||
391 | + | ||
392 | + | ||
379 | 393 |
| |
380 | 394 |
| |
381 | 395 |
| |
396 | + | ||
382 | 397 |
| |
383 | 398 |
| |
384 | 399 |
| |
| |||
734 | 749 |
| |
735 | 750 |
| |
736 | 751 |
| |
737 | - | ||
752 | + | ||
753 | + | ||
754 | + | ||
755 | + | ||
756 | + | ||
757 | + | ||
758 | + | ||
738 | 759 |
| |
739 | 760 |
| |
761 | + | ||
740 | 762 |
| |
741 | 763 |
| |
742 | 764 |
| |
| |||
912 | 934 |
| |
913 | 935 |
| |
914 | 936 |
| |
915 | - | ||
916 | - | ||
917 | - | ||
937 | + | ||
918 | 938 |
| |
919 | 939 |
| |
920 | 940 |
| |
| |||
938 | 958 |
| |
939 | 959 |
| |
940 | 960 |
| |
941 | - | ||
961 | + | ||
962 | + | ||
963 | + | ||
964 | + | ||
965 | + | ||
966 | + | ||
967 | + | ||
942 | 968 |
| |
943 | 969 |
| |
944 | 970 |
| |
971 | + | ||
945 | 972 |
| |
946 | 973 |
| |
947 | 974 |
| |
| |||
1342 | 1369 |
| |
1343 | 1370 |
| |
1344 | 1371 |
| |
1372 | + | ||
1373 | + | ||
1374 | + | ||
1375 | + | ||
1376 | + | ||
1377 | + | ||
1378 | + | ||
1379 | + | ||
1380 | + | ||
1381 | + | ||
1382 | + | ||
1383 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | - | ||
145 | - | ||
146 | - | ||
147 | 144 |
| |
148 | 145 |
| |
149 | 146 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 | - | ||
448 | - | ||
449 | - | ||
450 | - | ||
451 | - | ||
452 | - | ||
453 | - | ||
454 | - | ||
455 | 447 |
| |
456 | 448 |
| |
457 | 449 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 | - | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
188 | 194 |
| |
189 | 195 |
| |
190 | 196 |
| |
191 | 197 |
| |
198 | + | ||
192 | 199 |
| |
193 | 200 |
| |
194 | - | ||
201 | + | ||
195 | 202 |
| |
196 | 203 |
| |
197 | 204 |
| |
| |||
202 | 209 |
| |
203 | 210 |
| |
204 | 211 |
| |
212 | + | ||
205 | 213 |
| |
206 | 214 |
| |
207 | 215 |
| |
| |||
239 | 247 |
| |
240 | 248 |
| |
241 | 249 |
| |
242 | - | ||
250 | + | ||
243 | 251 |
| |
244 | 252 |
| |
245 | 253 |
| |
| |||
645 | 653 |
| |
646 | 654 |
| |
647 | 655 |
| |
648 | - | ||
656 | + | ||
649 | 657 |
| |
650 | 658 |
| |
651 | 659 |
| |
| |||
666 | 674 |
| |
667 | 675 |
| |
668 | 676 |
| |
677 | + | ||
678 | + | ||
679 | + | ||
680 | + | ||
669 | 681 |
| |
670 | 682 |
| |
671 | 683 |
| |
672 | 684 |
| |
673 | 685 |
| |
674 | 686 |
| |
675 | - | ||
687 | + | ||
688 | + | ||
689 | + | ||
690 | + | ||
691 | + | ||
692 | + | ||
693 | + | ||
676 | 694 |
| |
677 | 695 |
| |
678 | 696 |
| |
679 | 697 |
| |
698 | + | ||
699 | + | ||
700 | + | ||
701 | + | ||
680 | 702 |
| |
681 | 703 |
| |
682 | 704 |
| |
| |||
784 | 806 |
| |
785 | 807 |
| |
786 | 808 |
| |
787 | - | ||
809 | + | ||
788 | 810 |
| |
789 | 811 |
| |
790 | 812 |
| |
| |||
797 | 819 |
| |
798 | 820 |
| |
799 | 821 |
| |
822 | + | ||
823 | + | ||
824 | + | ||
825 | + | ||
826 | + | ||
827 | + | ||
828 | + | ||
829 | + | ||
830 | + | ||
831 | + | ||
832 | + | ||
833 | + | ||
800 | 834 |
| |
801 | 835 |
| |
802 | 836 |
| |
| |||
938 | 972 |
| |
939 | 973 |
| |
940 | 974 |
| |
941 | - | ||
942 | - | ||
943 | - | ||
944 | - | ||
945 | - | ||
946 | - | ||
947 | - | ||
948 | - | ||
949 | - | ||
950 | - | ||
951 | - | ||
952 | - | ||
975 | + | ||
976 | + | ||
977 | + | ||
978 | + | ||
979 | + | ||
980 | + | ||
981 | + | ||
982 | + | ||
983 | + | ||
984 | + | ||
985 | + | ||
986 | + | ||
987 | + | ||
988 | + | ||
953 | 989 |
| |
954 | 990 |
| |
955 | 991 |
| |
|
0 commit comments