This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7b99493
committed
Auto merge of rust-lang#111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPC
Rollup of 7 pull requests
Successful merges:
- rust-lang#105076 (Refactor core::char::EscapeDefault and co. structures)
- rust-lang#108161 (Add `ConstParamTy` trait)
- rust-lang#108668 (Stabilize debugger_visualizer)
- rust-lang#110512 (Fix elaboration with associated type bounds)
- rust-lang#110895 (Remove `all` in target_thread_local cfg)
- rust-lang#110955 (uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`)
- rust-lang#111048 (Mark`feature(return_position_impl_trait_in_trait)` and`feature(async_fn_in_trait)` as not incomplete)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
134 files changed
+1699
-1153
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_feature/src
- rustc_hir_analysis
- src
- astconv
- coherence
- collect
- rustc_hir/src
- rustc_lint
- src
- rustc_span/src
- rustc_trait_selection/src/traits
- library
- core
- src
- char
- tests
- std/src/sys/common/thread_local
- src
- doc/unstable-book/src/language-features
- librustdoc/html
- tools
- clippy
- clippy_lints/src
- methods
- tests/ui
- compiletest/src
- tests
- debuginfo
- auxiliary
- rustdoc-ui/issues
- ui
- associated-type-bounds
- return-type-notation
- async-await
- in-trait
- return-type-notation
- const-generics
- adt_const_params
- error-codes
- feature-gates
- fmt
- impl-trait/in-trait
- invalid
- lint
- parser/issues
- rfc-2632-const-trait-impl
- traits
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+1699
-1153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
576 | 575 | | |
577 | 576 | | |
578 | 577 | | |
579 | | - | |
| 578 | + | |
580 | 579 | | |
581 | 580 | | |
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
585 | | - | |
| 584 | + | |
586 | 585 | | |
587 | 586 | | |
588 | 587 | | |
589 | | - | |
| 588 | + | |
590 | 589 | | |
591 | 590 | | |
592 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | 366 | | |
369 | 367 | | |
370 | 368 | | |
| |||
496 | 494 | | |
497 | 495 | | |
498 | 496 | | |
499 | | - | |
| 497 | + | |
500 | 498 | | |
501 | 499 | | |
502 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
406 | 412 | | |
407 | 413 | | |
408 | 414 | | |
409 | 415 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
670 | 673 | | |
671 | 674 | | |
672 | 675 | | |
| 676 | + | |
673 | 677 | | |
674 | 678 | | |
675 | 679 | | |
| |||
706 | 710 | | |
707 | 711 | | |
708 | 712 | | |
| 713 | + | |
709 | 714 | | |
710 | 715 | | |
711 | 716 | | |
| |||
741 | 746 | | |
742 | 747 | | |
743 | 748 | | |
| 749 | + | |
744 | 750 | | |
745 | 751 | | |
746 | 752 | | |
| |||
766 | 772 | | |
767 | 773 | | |
768 | 774 | | |
| 775 | + | |
769 | 776 | | |
770 | 777 | | |
771 | 778 | | |
| |||
777 | 784 | | |
778 | 785 | | |
779 | 786 | | |
| 787 | + | |
780 | 788 | | |
781 | 789 | | |
782 | 790 | | |
| |||
799 | 807 | | |
800 | 808 | | |
801 | 809 | | |
| 810 | + | |
802 | 811 | | |
803 | 812 | | |
804 | 813 | | |
| |||
947 | 956 | | |
948 | 957 | | |
949 | 958 | | |
| 959 | + | |
950 | 960 | | |
951 | 961 | | |
952 | 962 | | |
| |||
964 | 974 | | |
965 | 975 | | |
966 | 976 | | |
| 977 | + | |
967 | 978 | | |
968 | 979 | | |
969 | 980 | | |
970 | 981 | | |
971 | | - | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
972 | 989 | | |
973 | 990 | | |
974 | 991 | | |
| |||
1006 | 1023 | | |
1007 | 1024 | | |
1008 | 1025 | | |
| 1026 | + | |
1009 | 1027 | | |
1010 | | - | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1011 | 1039 | | |
1012 | 1040 | | |
1013 | 1041 | | |
| |||
1029 | 1057 | | |
1030 | 1058 | | |
1031 | 1059 | | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | 1060 | | |
1041 | | - | |
1042 | | - | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
1043 | 1068 | | |
1044 | 1069 | | |
1045 | 1070 | | |
| |||
1062 | 1087 | | |
1063 | 1088 | | |
1064 | 1089 | | |
| 1090 | + | |
1065 | 1091 | | |
1066 | 1092 | | |
1067 | 1093 | | |
| |||
1361 | 1387 | | |
1362 | 1388 | | |
1363 | 1389 | | |
1364 | | - | |
1365 | | - | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
1366 | 1404 | | |
1367 | 1405 | | |
1368 | 1406 | | |
| |||
1403 | 1441 | | |
1404 | 1442 | | |
1405 | 1443 | | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
1406 | 1448 | | |
1407 | 1449 | | |
1408 | 1450 | | |
| |||
0 commit comments