This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a60ff62
committed
Auto merge of rust-lang#122289 - matthiaskrgr:rollup-uik3gaz, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#121573 (unix_sigpipe: Add test for SIGPIPE disposition in child processes)
- rust-lang#121754 ([bootstrap] Move the `split-debuginfo` setting to the per-target section)
- rust-lang#122205 (ensure that sysroot is properly set for cross-targets)
- rust-lang#122257 (mir-opt tests: don't run a different set on --bless; enable --keep-stage-std)
- rust-lang#122272 (Subtree update of `rust-analyzer`)
Failed merges:
- rust-lang#122108 (Add `target.*.runner` configuration for targets)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
196 files changed
+4878
-2374
lines changed- src
- bootstrap/src
- core
- build_steps
- config
- utils
- tools/rust-analyzer
- .cargo
- .github/workflows
- crates
- base-db
- src
- flycheck/src
- hir-def/src
- body
- data
- hir
- item_tree
- nameres
- hir-expand
- src
- hir-ty
- src
- diagnostics
- match_check
- mir
- tests
- hir
- src
- semantics
- ide-assists
- src
- handlers
- ide-completion
- src/completions
- postfix
- ide-db
- src
- generated
- syntax_helpers
- tests
- ide-diagnostics
- src
- handlers
- ide
- src
- hover
- load-cargo/src
- parser
- src
- grammar
- expressions
- items
- test_data/parser/err
- proc-macro-api
- proc-macro-srv
- proc-macro-test
- profile/src
- project-model
- src
- rust-analyzer
- src
- cli
- handlers
- lsp
- tracing
- salsa
- salsa-macros/src
- src
- tests
- parallel
- span/src
- stdx/src
- syntax
- src
- ast
- test-fixture/src
- toolchain/src
- vfs/src
- docs
- dev
- user
- editors/code
- src
- lib
- line-index
- src
- lsp-server/src
- xtask
- src
- codegen
- tests/run-make/sigpipe-in-child-processes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
196 files changed
+4878
-2374
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
547 | | - | |
548 | | - | |
| 546 | + | |
| 547 | + | |
549 | 548 | | |
550 | | - | |
| 549 | + | |
551 | 550 | | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
| 551 | + | |
| 552 | + | |
559 | 553 | | |
560 | | - | |
561 | | - | |
562 | | - | |
| 554 | + | |
563 | 555 | | |
564 | 556 | | |
565 | 557 | | |
| |||
769 | 761 | | |
770 | 762 | | |
771 | 763 | | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
772 | 784 | | |
773 | 785 | | |
774 | 786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
1551 | | - | |
| 1551 | + | |
1552 | 1552 | | |
1553 | 1553 | | |
1554 | 1554 | | |
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
| 1570 | + | |
1570 | 1571 | | |
1571 | 1572 | | |
1572 | 1573 | | |
| |||
2580 | 2581 | | |
2581 | 2582 | | |
2582 | 2583 | | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
2583 | 2590 | | |
2584 | 2591 | | |
2585 | 2592 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1730 | 1730 | | |
1731 | 1731 | | |
1732 | 1732 | | |
| 1733 | + | |
1733 | 1734 | | |
1734 | 1735 | | |
1735 | | - | |
1736 | | - | |
| 1736 | + | |
| 1737 | + | |
1737 | 1738 | | |
1738 | 1739 | | |
1739 | 1740 | | |
1740 | 1741 | | |
1741 | | - | |
| 1742 | + | |
1742 | 1743 | | |
1743 | 1744 | | |
1744 | 1745 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
| |||
1130 | 1131 | | |
1131 | 1132 | | |
1132 | 1133 | | |
| 1134 | + | |
1133 | 1135 | | |
1134 | 1136 | | |
1135 | 1137 | | |
| |||
1622 | 1624 | | |
1623 | 1625 | | |
1624 | 1626 | | |
1625 | | - | |
| 1627 | + | |
1626 | 1628 | | |
1627 | 1629 | | |
1628 | | - | |
1629 | | - | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
1630 | 1639 | | |
1631 | 1640 | | |
1632 | 1641 | | |
| |||
1847 | 1856 | | |
1848 | 1857 | | |
1849 | 1858 | | |
1850 | | - | |
1851 | | - | |
1852 | | - | |
1853 | | - | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
1854 | 1864 | | |
1855 | 1865 | | |
1856 | 1866 | | |
| |||
1886 | 1896 | | |
1887 | 1897 | | |
1888 | 1898 | | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
1889 | 1905 | | |
1890 | 1906 | | |
1891 | 1907 | | |
| |||
2284 | 2300 | | |
2285 | 2301 | | |
2286 | 2302 | | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
2287 | 2313 | | |
2288 | 2314 | | |
2289 | 2315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
144 | 149 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments