Commit cabdf3a
committed
Auto merge of rust-lang#121240 - matthiaskrgr:rollup-lfb5i9w, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#120952 (Don't use mem::zeroed in vec::IntoIter)
- rust-lang#121085 (errors: only eagerly translate subdiagnostics)
- rust-lang#121091 (use build.rustc config and skip-stage0-validation flag)
- rust-lang#121149 (Fix typo in VecDeque::handle_capacity_increase() doc comment.)
- rust-lang#121193 (Use fulfillment in next trait solver coherence)
- rust-lang#121209 (Make `CodegenBackend::join_codegen` infallible.)
- rust-lang#121210 (Fix `cfg(target_abi = "sim")` on `i386-apple-ios`)
- rust-lang#121228 (create stamp file for clippy)
- rust-lang#121231 (remove a couple of redundant clones)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
65 files changed
+720
-498
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/traits
- rustc_const_eval/src/transform/check_consts
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer/error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src/diagnostics
- rustc_mir_build/src/thir/pattern
- rustc_mir_transform/src
- rustc_parse_format/src
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_session/src
- rustc_target/src/spec
- base/apple
- targets
- rustc_trait_selection/src
- solve/inspect
- traits
- error_reporting
- library/alloc/src
- collections/vec_deque
- vec
- src
- bootstrap/src/core
- config
- tools
- clippy/clippy_utils/src
- miri/src
- rustfmt/src/parse
- tests
- codegen
- run-make-fulldeps/hotplug_codegen_backend
- ui-fulldeps/session-diagnostic
- ui/coherence
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+720
-498
lines changedLines changed: 54 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
300 | 303 | | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
306 | 312 | | |
307 | 313 | | |
308 | 314 | | |
| |||
557 | 563 | | |
558 | 564 | | |
559 | 565 | | |
560 | | - | |
| 566 | + | |
561 | 567 | | |
562 | 568 | | |
563 | 569 | | |
| |||
848 | 854 | | |
849 | 855 | | |
850 | 856 | | |
851 | | - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
852 | 862 | | |
853 | | - | |
| 863 | + | |
854 | 864 | | |
855 | 865 | | |
856 | 866 | | |
| |||
895 | 905 | | |
896 | 906 | | |
897 | 907 | | |
898 | | - | |
| 908 | + | |
899 | 909 | | |
900 | 910 | | |
901 | 911 | | |
| |||
1043 | 1053 | | |
1044 | 1054 | | |
1045 | 1055 | | |
1046 | | - | |
| 1056 | + | |
1047 | 1057 | | |
1048 | 1058 | | |
1049 | 1059 | | |
| |||
1131 | 1141 | | |
1132 | 1142 | | |
1133 | 1143 | | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
1142 | | - | |
1143 | | - | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
1144 | 1163 | | |
1145 | | - | |
1146 | | - | |
| 1164 | + | |
| 1165 | + | |
1147 | 1166 | | |
1148 | 1167 | | |
1149 | | - | |
| 1168 | + | |
1150 | 1169 | | |
1151 | 1170 | | |
1152 | 1171 | | |
| |||
1165 | 1184 | | |
1166 | 1185 | | |
1167 | 1186 | | |
1168 | | - | |
| 1187 | + | |
1169 | 1188 | | |
1170 | 1189 | | |
1171 | 1190 | | |
| |||
2217 | 2236 | | |
2218 | 2237 | | |
2219 | 2238 | | |
2220 | | - | |
| 2239 | + | |
2221 | 2240 | | |
2222 | 2241 | | |
2223 | 2242 | | |
| |||
2476 | 2495 | | |
2477 | 2496 | | |
2478 | 2497 | | |
2479 | | - | |
| 2498 | + | |
2480 | 2499 | | |
2481 | 2500 | | |
2482 | 2501 | | |
| |||
2935 | 2954 | | |
2936 | 2955 | | |
2937 | 2956 | | |
2938 | | - | |
| 2957 | + | |
2939 | 2958 | | |
2940 | 2959 | | |
2941 | 2960 | | |
| |||
2953 | 2972 | | |
2954 | 2973 | | |
2955 | 2974 | | |
2956 | | - | |
| 2975 | + | |
2957 | 2976 | | |
2958 | 2977 | | |
2959 | 2978 | | |
| |||
0 commit comments