Commit e8423e6
committed
Auto merge of rust-lang#91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitor
Rollup of 8 pull requests
Successful merges:
- rust-lang#89258 (Make char conversion functions unstably const)
- rust-lang#90578 (add const generics test)
- rust-lang#90633 (Refactor single variant `Candidate` enum into a struct)
- rust-lang#90800 (bootstap: create .cargo/config only if not present)
- rust-lang#90942 (windows: Return the "Not Found" error when a path is empty)
- rust-lang#90947 (Move some tests to more reasonable directories - 9.5)
- rust-lang#90961 (Suggest removal of arguments for unit variant, not replacement)
- rust-lang#90990 (Arenas cleanup)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
153 files changed
+331
-407
lines changed- compiler
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_const_eval/src/transform
- rustc_hir/src
- rustc_middle/src
- ty
- rustc_typeck/src/check
- library
- core/src
- char
- std/src
- fs
- sys/windows
- path
- src
- bootstrap
- test/ui
- array-slice-vec
- attributes
- binop
- borrowck
- cfg
- closures
- codegen
- auxiliary
- coercion
- const-generics
- dropck
- editions
- empty
- error-codes
- extern
- auxiliary
- fn
- for-loop-while
- hygiene
- imports
- inference
- linkage-attr
- auxiliary
- lint
- liveness
- match
- mir
- mismatched_types
- nll
- overloaded
- parser
- pattern
- privacy
- auxiliary
- process
- regions
- resolve
- auxiliary
- runtime
- stability-attribute
- static
- auxiliary
- stdlib-unit-tests
- threads-sendsync
- traits
- try-block
- type-alias-enum-variants
- typeck
- type
- unsized
- wasm
- tools/tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
153 files changed
+331
-407
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
| 329 | + | |
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
334 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
| |||
516 | 520 | | |
517 | 521 | | |
518 | 522 | | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
519 | 527 | | |
520 | | - | |
| 528 | + | |
521 | 529 | | |
522 | | - | |
| 530 | + | |
523 | 531 | | |
524 | 532 | | |
525 | 533 | | |
| |||
532 | 540 | | |
533 | 541 | | |
534 | 542 | | |
| 543 | + | |
535 | 544 | | |
536 | 545 | | |
537 | 546 | | |
| |||
544 | 553 | | |
545 | 554 | | |
546 | 555 | | |
547 | | - | |
548 | 556 | | |
549 | 557 | | |
550 | | - | |
| 558 | + | |
551 | 559 | | |
552 | | - | |
| 560 | + | |
553 | 561 | | |
554 | 562 | | |
555 | 563 | | |
| |||
559 | 567 | | |
560 | 568 | | |
561 | 569 | | |
562 | | - | |
| 570 | + | |
563 | 571 | | |
564 | 572 | | |
565 | 573 | | |
| |||
577 | 585 | | |
578 | 586 | | |
579 | 587 | | |
| 588 | + | |
580 | 589 | | |
581 | 590 | | |
582 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Lines changed: 82 additions & 101 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 96 | + | |
| 97 | + | |
107 | 98 | | |
108 | 99 | | |
109 | 100 | | |
| |||
167 | 158 | | |
168 | 159 | | |
169 | 160 | | |
170 | | - | |
| 161 | + | |
171 | 162 | | |
172 | 163 | | |
173 | 164 | | |
| |||
209 | 200 | | |
210 | 201 | | |
211 | 202 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
230 | 214 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
236 | 220 | | |
237 | | - | |
238 | | - | |
239 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
240 | 225 | | |
| 226 | + | |
| 227 | + | |
241 | 228 | | |
| 229 | + | |
242 | 230 | | |
243 | 231 | | |
244 | 232 | | |
| |||
871 | 859 | | |
872 | 860 | | |
873 | 861 | | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
925 | 909 | | |
| 910 | + | |
926 | 911 | | |
927 | 912 | | |
928 | 913 | | |
| |||
964 | 949 | | |
965 | 950 | | |
966 | 951 | | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
978 | 959 | | |
979 | 960 | | |
980 | 961 | | |
981 | 962 | | |
982 | 963 | | |
983 | 964 | | |
984 | 965 | | |
985 | | - | |
| 966 | + | |
986 | 967 | | |
987 | 968 | | |
988 | 969 | | |
| |||
0 commit comments