Commit 035b01b
committed
Auto merge of #152213 - JonathanBrouwer:rollup-trjCgZZ, r=JonathanBrouwer
Rollup of 13 pull requests
Successful merges:
- #152191 (Convert to inline diagnostics in `rustc_hir_analysis`)
- #149329 (Mark match arms in try and for as being from desugarings.)
- #151474 (Minor structural improvements)
- #152107 (Convert to inline diagnostics in `rustc_borrowck`)
- #152117 (Convert to inline diagnostics in `rustc_trait_selection`)
- #152136 (Consolidate type const checks on `tcx.is_type_const`)
- #152140 (Hard code the error code registry for custom drivers)
- #152155 (Fix typos in riscv64a23-unknown-linux-gnu.md)
- #152170 (Port `rustc_effective_visibility` to the new attribute parser)
- #152182 (update compiler stable backport zulip msg)
- #152184 (Port rustc_abi to the attribute parser)
- #152195 (update openmp/offload builds to LLVM 22, Part 1)
- #152202 (chore: clearify tidy's error message)
Failed merges:
- #151744 (fix refining_impl_trait suggestion with return_type_notation)
- #152212 (Port some attributes to the attr parser)75 files changed
Lines changed: 2091 additions & 2647 deletions
File tree
- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- rustc_borrowck
- src
- diagnostics
- rustc_codegen_ssa/src/back
- rustc_driver_impl
- src
- rustc_error_messages/src
- rustc_errors/src
- rustc_hir_analysis
- src
- check
- errors
- hir_ty_lowering
- rustc_hir/src/attrs
- rustc_interface/src
- rustc_lexer/src
- rustc_middle/src/ty
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_session/src
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- errors
- traits
- src
- bootstrap/src/core/build_steps
- doc
- rustc-dev-guide/examples
- rustc/src/platform-support
- librustdoc
- passes/lint
- tools
- error_index_generator
- rustfmt/src/parse
- tidy/src
- tests
- ui-fulldeps
- ui/abi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3571 | 3571 | | |
3572 | 3572 | | |
3573 | 3573 | | |
3574 | | - | |
3575 | 3574 | | |
3576 | 3575 | | |
3577 | 3576 | | |
| |||
3771 | 3770 | | |
3772 | 3771 | | |
3773 | 3772 | | |
3774 | | - | |
3775 | 3773 | | |
3776 | 3774 | | |
3777 | 3775 | | |
| |||
3797 | 3795 | | |
3798 | 3796 | | |
3799 | 3797 | | |
3800 | | - | |
3801 | 3798 | | |
3802 | 3799 | | |
3803 | 3800 | | |
| |||
3959 | 3956 | | |
3960 | 3957 | | |
3961 | 3958 | | |
3962 | | - | |
3963 | 3959 | | |
3964 | 3960 | | |
3965 | 3961 | | |
| |||
4723 | 4719 | | |
4724 | 4720 | | |
4725 | 4721 | | |
4726 | | - | |
4727 | 4722 | | |
4728 | 4723 | | |
4729 | 4724 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
969 | | - | |
| 969 | + | |
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
976 | | - | |
| 976 | + | |
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
| |||
1027 | 1027 | | |
1028 | 1028 | | |
1029 | 1029 | | |
1030 | | - | |
| 1030 | + | |
1031 | 1031 | | |
1032 | 1032 | | |
1033 | 1033 | | |
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
1821 | 1821 | | |
1822 | 1822 | | |
1823 | 1823 | | |
| |||
1826 | 1826 | | |
1827 | 1827 | | |
1828 | 1828 | | |
1829 | | - | |
| 1829 | + | |
1830 | 1830 | | |
1831 | 1831 | | |
1832 | 1832 | | |
| |||
1885 | 1885 | | |
1886 | 1886 | | |
1887 | 1887 | | |
1888 | | - | |
| 1888 | + | |
1889 | 1889 | | |
1890 | 1890 | | |
1891 | 1891 | | |
| |||
1930 | 1930 | | |
1931 | 1931 | | |
1932 | 1932 | | |
1933 | | - | |
| 1933 | + | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | 1936 | | |
| |||
1997 | 1997 | | |
1998 | 1998 | | |
1999 | 1999 | | |
2000 | | - | |
| 2000 | + | |
2001 | 2001 | | |
2002 | 2002 | | |
2003 | 2003 | | |
| |||
2040 | 2040 | | |
2041 | 2041 | | |
2042 | 2042 | | |
2043 | | - | |
| 2043 | + | |
2044 | 2044 | | |
2045 | 2045 | | |
2046 | 2046 | | |
| |||
2368 | 2368 | | |
2369 | 2369 | | |
2370 | 2370 | | |
| 2371 | + | |
2371 | 2372 | | |
2372 | 2373 | | |
2373 | 2374 | | |
2374 | 2375 | | |
2375 | 2376 | | |
2376 | | - | |
| 2377 | + | |
2377 | 2378 | | |
2378 | 2379 | | |
2379 | 2380 | | |
| |||
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments