This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit fcaf04e
Auto merge of rust-lang#113559 - matthiaskrgr:rollup-jrqyctc, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#113386 (style-guide: Expand example of combinable expressions to include arrays)
- rust-lang#113523 (Reuse LLVMConstInBoundsGEP2)
- rust-lang#113528 (Dynamically size sigaltstk in rustc)
- rust-lang#113543 (Remove `rustc_llvm` from llvm-stamp nags)
- rust-lang#113548 (Update books)
- rust-lang#113551 (bootstrap: Don't print "Skipping" twice)
- rust-lang#113556 (Don't use serde-derive in the rls shim)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
17 files changed
+54
-39
lines changed- compiler
- rustc_codegen_llvm/src
- llvm
- rustc_driver_impl/src
- rustc_llvm/llvm-wrapper
- src
- bootstrap
- doc
- style-guide/src
- tools/rls
- src
17 files changed
+54
-39
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3021 | 3021 |
| |
3022 | 3022 |
| |
3023 | 3023 |
| |
3024 | - | ||
3025 | 3024 |
| |
3026 | 3025 |
| |
3027 | 3026 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 | - | ||
293 | + | ||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 | - | ||
323 | + | ||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 | 1157 |
| |
1158 | - | ||
1158 | + | ||
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 | 1161 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1453 | 1453 |
| |
1454 | 1454 |
| |
1455 | 1455 |
| |
1456 | + | ||
1457 | + | ||
1456 | 1458 |
| |
1457 | - | ||
1459 | + | ||
1458 | 1460 |
| |
1459 | - | ||
1460 | - | ||
1461 | - | ||
1462 | - | ||
1461 | + | ||
1462 | + | ||
1463 | 1463 |
| |
1464 | 1464 |
| |
1465 | 1465 |
| |
| |||
1469 | 1469 |
| |
1470 | 1470 |
| |
1471 | 1471 |
| |
1472 | + | ||
1473 | + | ||
1474 | + | ||
1475 | + | ||
1476 | + | ||
1477 | + | ||
1478 | + | ||
1479 | + | ||
1480 | + | ||
1481 | + | ||
1482 | + | ||
1483 | + | ||
1484 | + | ||
1485 | + | ||
1486 | + | ||
1487 | + | ||
1488 | + | ||
1472 | 1489 |
| |
1473 | 1490 |
| |
1474 | 1491 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1616 | 1616 |
| |
1617 | 1617 |
| |
1618 | 1618 |
| |
1619 | - | ||
1620 | - | ||
1621 | - | ||
1622 | - | ||
1623 | - | ||
1624 | - | ||
1625 | - | ||
1626 | - | ||
1627 | - | ||
1628 | - | ||
1629 | - | ||
1630 | 1619 |
| |
1631 | 1620 |
| |
1632 | 1621 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 | - | ||
284 | + | ||
285 | + | ||
286 | + | ||
285 | 287 |
| |
286 | 288 |
| |
287 | 289 |
| |
288 | - | ||
290 | + | ||
291 | + | ||
292 | + | ||
289 | 293 |
| |
290 | 294 |
| |
291 | 295 |
| |
|
0 commit comments