Commit db0597f
committed
Auto merge of rust-lang#102926 - matthiaskrgr:rollup-oe2cdzj, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#100387 (Check uniqueness of impl items by trait item when applicable.)
- rust-lang#101727 (Stabilize map_first_last)
- rust-lang#101774 (Warn about safety of `fetch_update`)
- rust-lang#102227 (fs::get_path solarish version.)
- rust-lang#102445 (Add `is_empty()` method to `core::ffi::CStr`.)
- rust-lang#102612 (Migrate `codegen_ssa` to diagnostics structs - [Part 1])
- rust-lang#102685 (Interpret EH actions properly)
- rust-lang#102869 (Add basename and dirname aliases)
- rust-lang#102889 (rustc_hir: Less error-prone methods for accessing `PartialRes` resolution)
- rust-lang#102893 (Fix ICE rust-lang#102878)
- rust-lang#102912 (:arrow_up: rust-analyzer)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
163 files changed
+3790
-1349
lines changed- compiler
- rustc_ast_lowering/src
- rustc_codegen_ssa/src
- back
- rustc_error_messages
- locales/en-US
- src
- rustc_expand/src/mbe
- rustc_hir_analysis/src
- rustc_hir/src
- rustc_middle/src
- rustc_resolve/src
- late
- library
- alloc
- benches
- src/collections/btree
- core/src
- ffi
- sync
- std/src
- personality/dwarf
- sys/unix
- src
- test/ui
- associated-item
- error-codes
- hygiene
- macros
- traits
- tools
- miri/src
- rust-analyzer
- crates
- base-db/src
- flycheck/src
- hir-def/src
- body
- item_tree
- nameres
- hir-expand/src
- hir-ty/src
- consteval
- diagnostics
- infer
- tests
- hir/src
- semantics
- ide-assists/src
- handlers
- tests
- ide-completion/src/completions/item_list
- ide-db/src
- ide-diagnostics/src/handlers
- ide/src
- annotations
- hover
- syntax_highlighting
- test_data
- proc-macro-srv/src
- abis
- abi_sysroot
- tests
- project-model/src
- rust-analyzer
- src
- bin
- cli
- tests/slow-tests
- sourcegen
- syntax/src/ast
- test-utils/src
- docs
- dev
- user
- editors/code
- lib/lsp-server
- src
- xtask
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
163 files changed
+3790
-1349
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
| 1047 | + | |
1050 | 1048 | | |
1051 | 1049 | | |
1052 | 1050 | | |
| |||
1066 | 1064 | | |
1067 | 1065 | | |
1068 | 1066 | | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
| 1067 | + | |
1072 | 1068 | | |
1073 | 1069 | | |
1074 | 1070 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
951 | 954 | | |
952 | 955 | | |
953 | 956 | | |
| |||
1349 | 1352 | | |
1350 | 1353 | | |
1351 | 1354 | | |
1352 | | - | |
| 1355 | + | |
1353 | 1356 | | |
1354 | | - | |
| 1357 | + | |
1355 | 1358 | | |
1356 | 1359 | | |
1357 | 1360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 178 | + | |
184 | 179 | | |
185 | 180 | | |
186 | 181 | | |
| |||
753 | 748 | | |
754 | 749 | | |
755 | 750 | | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
| 751 | + | |
762 | 752 | | |
763 | 753 | | |
764 | 754 | | |
| |||
1138 | 1128 | | |
1139 | 1129 | | |
1140 | 1130 | | |
1141 | | - | |
1142 | | - | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
1143 | 1136 | | |
1144 | 1137 | | |
1145 | 1138 | | |
| |||
1206 | 1199 | | |
1207 | 1200 | | |
1208 | 1201 | | |
1209 | | - | |
1210 | | - | |
| 1202 | + | |
1211 | 1203 | | |
1212 | 1204 | | |
1213 | 1205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | | - | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
211 | | - | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | | - | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
233 | | - | |
| 235 | + | |
234 | 236 | | |
235 | | - | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 243 | + | |
245 | 244 | | |
246 | | - | |
| 245 | + | |
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
| |||
340 | 339 | | |
341 | 340 | | |
342 | 341 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 342 | + | |
347 | 343 | | |
348 | 344 | | |
349 | 345 | | |
| |||
365 | 361 | | |
366 | 362 | | |
367 | 363 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
| 364 | + | |
| 365 | + | |
374 | 366 | | |
375 | 367 | | |
376 | 368 | | |
| |||
385 | 377 | | |
386 | 378 | | |
387 | 379 | | |
388 | | - | |
389 | | - | |
| 380 | + | |
| 381 | + | |
390 | 382 | | |
391 | 383 | | |
392 | 384 | | |
| |||
451 | 443 | | |
452 | 444 | | |
453 | 445 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
462 | 451 | | |
463 | 452 | | |
464 | 453 | | |
| |||
560 | 549 | | |
561 | 550 | | |
562 | 551 | | |
563 | | - | |
| 552 | + | |
564 | 553 | | |
565 | 554 | | |
566 | 555 | | |
| |||
673 | 662 | | |
674 | 663 | | |
675 | 664 | | |
676 | | - | |
677 | | - | |
678 | | - | |
| 665 | + | |
679 | 666 | | |
680 | 667 | | |
681 | 668 | | |
| |||
879 | 866 | | |
880 | 867 | | |
881 | 868 | | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
899 | 877 | | |
900 | 878 | | |
901 | 879 | | |
| |||
0 commit comments