This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a1740a9
committed
Auto merge of rust-lang#134292 - matthiaskrgr:rollup-3kbjocl, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#134181 (Tweak multispan rendering to reduce output length)
- rust-lang#134209 (validate `--skip` and `--exclude` paths)
- rust-lang#134231 (rustdoc-search: fix mismatched path when parent re-exported twice)
- rust-lang#134236 (crashes: more tests v2)
- rust-lang#134240 (Only dist `llvm-objcopy` if llvm tools are enabled)
- rust-lang#134244 (rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`)
- rust-lang#134251 (A bunch of cleanups (part 2))
- rust-lang#134256 (Use a more precise span in placeholder_type_error_diag)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
223 files changed
+568
-957
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- driver
- rustc_codegen_ssa
- src/back
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_hir_analysis/src
- rustc_interface/src
- rustc_metadata/src
- rmeta
- rustc_middle/src/middle
- rustc_session/src
- src
- bootstrap/src/core
- build_steps
- config
- librustdoc
- html/render
- tools
- clippy/tests
- ui-toml
- arbitrary_source_item_ordering
- excessive_nesting
- undocumented_unsafe_blocks
- ui
- branches_sharing_code
- crashes
- crate_level_checks
- empty_line_after
- miri
- src
- tests
- fail-dep/concurrency
- fail/function_calls
- tests
- crashes
- rustdoc-js-std
- rustdoc-js
- rustdoc-ui
- issues
- lints
- ui
- alloc-error
- associated-types
- async-await
- issues
- track-caller
- attributes
- borrowck
- closures/2229_closure_analysis
- match
- codemap_tests
- coercion
- const-generics
- early
- issues
- consts/const-eval
- stable-metric
- coroutine
- coverage-attr
- diagnostic-width
- drop
- errors
- expr/if
- extern
- feature-gates
- for
- generic-associated-types
- generics
- impl-trait/in-trait
- issues
- lifetimes
- lint
- non-local-defs
- loops
- lub-glb
- match
- never_type
- nll
- closure-requirements
- or-patterns
- parser
- privacy
- raw-ref-op
- return
- rust-2024/unsafe-extern-blocks
- specialization/min_specialization
- stability-attribute
- static
- suggestions
- traits/const-traits
- transmutability
- alignment
- enums/repr
- references
- type-alias-impl-trait
- typeck
- while
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+568
-957
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3507 | 3507 | | |
3508 | 3508 | | |
3509 | 3509 | | |
3510 | | - | |
3511 | 3510 | | |
3512 | 3511 | | |
3513 | 3512 | | |
| |||
Lines changed: 53 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
| 1103 | + | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
| 1108 | + | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | 1111 | | |
| |||
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | | - | |
| 1153 | + | |
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
1169 | 1174 | | |
1170 | 1175 | | |
1171 | 1176 | | |
| |||
1176 | 1181 | | |
1177 | 1182 | | |
1178 | 1183 | | |
1179 | | - | |
1180 | | - | |
| 1184 | + | |
1181 | 1185 | | |
1182 | 1186 | | |
1183 | 1187 | | |
| |||
1187 | 1191 | | |
1188 | 1192 | | |
1189 | 1193 | | |
1190 | | - | |
1191 | | - | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1192 | 1200 | | |
1193 | 1201 | | |
1194 | 1202 | | |
1195 | 1203 | | |
1196 | 1204 | | |
1197 | | - | |
1198 | | - | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
1199 | 1212 | | |
1200 | 1213 | | |
1201 | 1214 | | |
| |||
1217 | 1230 | | |
1218 | 1231 | | |
1219 | 1232 | | |
1220 | | - | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
1221 | 1236 | | |
1222 | 1237 | | |
1223 | 1238 | | |
| |||
1422 | 1437 | | |
1423 | 1438 | | |
1424 | 1439 | | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1425 | 1447 | | |
1426 | 1448 | | |
1427 | 1449 | | |
| |||
1443 | 1465 | | |
1444 | 1466 | | |
1445 | 1467 | | |
1446 | | - | |
| 1468 | + | |
1447 | 1469 | | |
1448 | 1470 | | |
1449 | 1471 | | |
| |||
1456 | 1478 | | |
1457 | 1479 | | |
1458 | 1480 | | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
1459 | 1486 | | |
1460 | 1487 | | |
1461 | 1488 | | |
| |||
1479 | 1506 | | |
1480 | 1507 | | |
1481 | 1508 | | |
1482 | | - | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
1483 | 1515 | | |
1484 | 1516 | | |
1485 | 1517 | | |
| |||
1504 | 1536 | | |
1505 | 1537 | | |
1506 | 1538 | | |
1507 | | - | |
| 1539 | + | |
1508 | 1540 | | |
1509 | 1541 | | |
1510 | 1542 | | |
1511 | 1543 | | |
1512 | | - | |
| 1544 | + | |
1513 | 1545 | | |
1514 | 1546 | | |
1515 | 1547 | | |
1516 | 1548 | | |
1517 | 1549 | | |
1518 | | - | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
1519 | 1556 | | |
1520 | 1557 | | |
1521 | 1558 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 290 | + | |
296 | 291 | | |
297 | 292 | | |
298 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
240 | 246 | | |
241 | 247 | | |
242 | 248 | | |
| |||
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 261 | + | |
267 | 262 | | |
268 | 263 | | |
269 | 264 | | |
| |||
624 | 619 | | |
625 | 620 | | |
626 | 621 | | |
627 | | - | |
628 | | - | |
| 622 | + | |
629 | 623 | | |
630 | 624 | | |
631 | 625 | | |
| |||
2355 | 2349 | | |
2356 | 2350 | | |
2357 | 2351 | | |
2358 | | - | |
| 2352 | + | |
2359 | 2353 | | |
2360 | 2354 | | |
2361 | | - | |
2362 | | - | |
| 2355 | + | |
2363 | 2356 | | |
2364 | 2357 | | |
2365 | 2358 | | |
| |||
2738 | 2731 | | |
2739 | 2732 | | |
2740 | 2733 | | |
2741 | | - | |
| 2734 | + | |
2742 | 2735 | | |
2743 | 2736 | | |
2744 | | - | |
2745 | | - | |
| 2737 | + | |
2746 | 2738 | | |
2747 | 2739 | | |
2748 | 2740 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1749 | 1749 | | |
1750 | 1750 | | |
1751 | 1751 | | |
1752 | | - | |
| 1752 | + | |
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
| |||
477 | 476 | | |
478 | 477 | | |
479 | 478 | | |
480 | | - | |
481 | 479 | | |
482 | 480 | | |
483 | 481 | | |
| |||
1093 | 1091 | | |
1094 | 1092 | | |
1095 | 1093 | | |
1096 | | - | |
1097 | 1094 | | |
1098 | 1095 | | |
1099 | 1096 | | |
| |||
1145 | 1142 | | |
1146 | 1143 | | |
1147 | 1144 | | |
1148 | | - | |
| 1145 | + | |
1149 | 1146 | | |
1150 | 1147 | | |
1151 | 1148 | | |
| |||
0 commit comments