This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 69b3959
committed
Auto merge of rust-lang#139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr
Rollup of 13 pull requests
Successful merges:
- rust-lang#138167 (Small code improvement in rustdoc hidden stripper)
- rust-lang#138605 (Clean up librustdoc::html::render to be better encapsulated)
- rust-lang#139423 (Suppress missing field error when autoderef bottoms out in infer)
- rust-lang#139449 (match ergonomics: replace `peel_off_references` with a recursive call)
- rust-lang#139507 (compiletest: Trim whitespace from environment variable names)
- rust-lang#139530 (Remove some dead or leftover code related to rustc-intrinsic abi removal)
- rust-lang#139560 (fix title of offset_of_enum feature)
- rust-lang#139563 (emit a better error message for using the macro incorrectly)
- rust-lang#139568 (Don't use empty trait names)
- rust-lang#139580 (Temporarily leave the review rotation)
- rust-lang#139589 (saethlin is back from vacation)
- rust-lang#139592 (rustdoc: Enable Markdown extensions when looking for doctests)
- rust-lang#139599 (Tracking issue template: fine-grained information on style update status)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
30 files changed
+268
-329
lines changed- .github/ISSUE_TEMPLATE
- compiler
- rustc_builtin_macros/src
- rustc_error_codes/src
- error_codes
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_parse/src/parser
- rustc_resolve/src
- src
- doc/unstable-book/src/language-features
- librustdoc
- html
- render
- passes
- tools/compiletest/src
- tests
- rustdoc-ui
- ui
- autodiff
- compiletest-self-test
- error-codes
- parser
- typeck
30 files changed
+268
-329
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
| |||
787 | 786 | | |
788 | 787 | | |
789 | 788 | | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
799 | | - | |
800 | 789 | | |
801 | 790 | | |
802 | 791 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 28 | + | |
| 29 | + | |
39 | 30 | | |
| 31 | + | |
40 | 32 | | |
41 | 33 | | |
42 | 34 | | |
| |||
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 65 | + | |
80 | 66 | | |
81 | 67 | | |
82 | 68 | | |
| |||
148 | 134 | | |
149 | 135 | | |
150 | 136 | | |
151 | | - | |
| 137 | + | |
152 | 138 | | |
153 | 139 | | |
154 | 140 | | |
| |||
163 | 149 | | |
164 | 150 | | |
165 | 151 | | |
166 | | - | |
| 152 | + | |
167 | 153 | | |
168 | 154 | | |
169 | 155 | | |
170 | 156 | | |
171 | | - | |
172 | 157 | | |
173 | 158 | | |
174 | 159 | | |
| |||
706 | 691 | | |
707 | 692 | | |
708 | 693 | | |
709 | | - | |
| 694 | + | |
710 | 695 | | |
711 | 696 | | |
712 | 697 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2920 | 2920 | | |
2921 | 2921 | | |
2922 | 2922 | | |
2923 | | - | |
2924 | | - | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
2925 | 2930 | | |
2926 | 2931 | | |
2927 | 2932 | | |
| |||
0 commit comments