This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit bdef683
committed
Auto merge of rust-lang#126446 - workingjubilee:rollup-esdbgdw, r=workingjubilee
Rollup of 8 pull requests
Successful merges:
- rust-lang#121216 (Always emit `native-static-libs` note, even if it is empty)
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#125722 (Indicate in `non_local_defs` lint that the macro needs to change)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
- rust-lang#126445 (Remove failing GUI test to stop blocking CI until it is fixed)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
40 files changed
+209
-249
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_lint
- src
- rustc_mir_transform/src
- library
- core/src
- num
- std/src
- src
- bootstrap/src/core/build_steps
- tools
- build-manifest/src
- build_helper/src
- compiletest/src
- header
- read2
- runtest
- jsondoclint/src
- lint-docs/src
- opt-dist/src
- remote-test-client/src
- remote-test-server/src
- tidy/src
- tests
- rustdoc-gui
- ui
- codegen
- lint/non-local-defs
40 files changed
+209
-249
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1561 | 1561 | | |
1562 | 1562 | | |
1563 | 1563 | | |
1564 | | - | |
1565 | | - | |
1566 | | - | |
| 1564 | + | |
1567 | 1565 | | |
1568 | 1566 | | |
1569 | | - | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
1575 | 1571 | | |
1576 | 1572 | | |
1577 | 1573 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
553 | 554 | | |
554 | 555 | | |
555 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
| 1365 | + | |
1365 | 1366 | | |
1366 | 1367 | | |
1367 | 1368 | | |
| |||
1387 | 1388 | | |
1388 | 1389 | | |
1389 | 1390 | | |
| 1391 | + | |
1390 | 1392 | | |
1391 | 1393 | | |
1392 | 1394 | | |
| |||
1397 | 1399 | | |
1398 | 1400 | | |
1399 | 1401 | | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
1400 | 1411 | | |
1401 | 1412 | | |
1402 | 1413 | | |
| |||
1422 | 1433 | | |
1423 | 1434 | | |
1424 | 1435 | | |
1425 | | - | |
1426 | | - | |
1427 | | - | |
1428 | 1436 | | |
1429 | 1437 | | |
1430 | 1438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| |||
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
| 284 | + | |
277 | 285 | | |
278 | 286 | | |
279 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
| 333 | + | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3043 | 3043 | | |
3044 | 3044 | | |
3045 | 3045 | | |
3046 | | - | |
3047 | | - | |
| 3046 | + | |
3048 | 3047 | | |
3049 | 3048 | | |
3050 | 3049 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | | - | |
| 1062 | + | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2830 | 2830 | | |
2831 | 2831 | | |
2832 | 2832 | | |
2833 | | - | |
| 2833 | + | |
2834 | 2834 | | |
2835 | 2835 | | |
2836 | 2836 | | |
| |||
2851 | 2851 | | |
2852 | 2852 | | |
2853 | 2853 | | |
2854 | | - | |
| 2854 | + | |
2855 | 2855 | | |
2856 | 2856 | | |
2857 | 2857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
632 | 651 | | |
633 | 652 | | |
634 | 653 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments