This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 762d317
committed
Auto merge of rust-lang#122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#121820 (pattern analysis: Store field indices in `DeconstructedPat` to avoid virtual wildcards)
- rust-lang#121908 (match lowering: don't collect test alternatives ahead of time)
- rust-lang#122203 (Add `intrinsic_name` to get plain intrinsic name)
- rust-lang#122226 (coverage: Remove or migrate all unstable values of `-Cinstrument-coverage`)
- rust-lang#122255 (Use `min_exhaustive_patterns` in core & std)
- rust-lang#122360 ( Don't Create `ParamCandidate` When Obligation Contains Errors )
- rust-lang#122383 (Enable PR tracking review assignment for rust-lang/rust)
- rust-lang#122386 (Move `Once` implementations to `sys`)
- rust-lang#122400 (Fix ICE in diagnostics for parenthesized type arguments)
- rust-lang#122410 (rustdoc: do not preload fonts when browsing locally)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
98 files changed
+602
-553
lines changed- .reuse
- compiler
- rustc_codegen_llvm/src/coverageinfo
- rustc_interface/src
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_pattern_analysis/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_trait_selection/src/traits/select
- stable_mir/src
- mir
- library
- core/src
- std/src
- sync
- sys_common
- sys
- pal
- teeos
- uefi
- unsupported
- wasip2
- wasi
- wasm
- zkvm
- sync
- condvar
- mutex
- once
- rwlock
- sgx
- src
- doc
- rustc/src
- unstable-book/src/compiler-flags
- librustdoc/html/templates
- tests
- coverage
- auxiliary
- debuginfo
- mir-opt
- building
- ui-fulldeps/stable-mir
- ui
- instrument-coverage
- parser
- pattern/usefulness/integer-ranges
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+602
-553
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | 358 | | |
361 | 359 | | |
362 | 360 | | |
363 | 361 | | |
364 | 362 | | |
365 | | - | |
366 | | - | |
367 | 363 | | |
368 | 364 | | |
369 | 365 | | |
370 | | - | |
371 | | - | |
372 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
373 | 372 | | |
374 | 373 | | |
375 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
750 | 751 | | |
751 | 752 | | |
752 | 753 | | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
1084 | 1083 | | |
1085 | 1084 | | |
1086 | 1085 | | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1087 | 1092 | | |
1088 | 1093 | | |
1089 | 1094 | | |
| |||
1108 | 1113 | | |
1109 | 1114 | | |
1110 | 1115 | | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | 1116 | | |
1115 | 1117 | | |
1116 | 1118 | | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
| 1119 | + | |
1124 | 1120 | | |
1125 | 1121 | | |
1126 | 1122 | | |
| |||
1152 | 1148 | | |
1153 | 1149 | | |
1154 | 1150 | | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
1155 | 1170 | | |
1156 | 1171 | | |
1157 | 1172 | | |
| |||
1561 | 1576 | | |
1562 | 1577 | | |
1563 | 1578 | | |
1564 | | - | |
| 1579 | + | |
1565 | 1580 | | |
1566 | | - | |
1567 | 1581 | | |
1568 | | - | |
1569 | | - | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
1575 | | - | |
1576 | | - | |
1577 | | - | |
1578 | | - | |
1579 | | - | |
1580 | | - | |
1581 | | - | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | 1582 | | |
1589 | 1583 | | |
1590 | 1584 | | |
| |||
1627 | 1621 | | |
1628 | 1622 | | |
1629 | 1623 | | |
1630 | | - | |
1631 | | - | |
1632 | | - | |
1633 | | - | |
1634 | | - | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
1635 | 1631 | | |
1636 | 1632 | | |
1637 | 1633 | | |
1638 | 1634 | | |
1639 | 1635 | | |
1640 | 1636 | | |
1641 | 1637 | | |
1642 | | - | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
1643 | 1641 | | |
1644 | 1642 | | |
1645 | 1643 | | |
1646 | | - | |
| 1644 | + | |
1647 | 1645 | | |
1648 | 1646 | | |
1649 | 1647 | | |
| |||
1784 | 1782 | | |
1785 | 1783 | | |
1786 | 1784 | | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
| 1785 | + | |
| 1786 | + | |
1792 | 1787 | | |
1793 | | - | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
1797 | | - | |
1798 | | - | |
1799 | | - | |
1800 | | - | |
1801 | | - | |
1802 | | - | |
1803 | | - | |
1804 | | - | |
1805 | | - | |
1806 | | - | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
1807 | 1798 | | |
1808 | 1799 | | |
1809 | 1800 | | |
1810 | 1801 | | |
1811 | | - | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
1812 | 1811 | | |
1813 | 1812 | | |
1814 | 1813 | | |
| |||
0 commit comments