-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 5738fde
Auto merge of #144799 - GuillaumeGomez:rollup-uvbelp4, r=GuillaumeGomez
Rollup of 12 pull requests
Successful merges:
- #132748 (get rid of some false negatives in rustdoc::broken_intra_doc_links)
- #135771 ([rustdoc] Add support for associated items in "jump to def" feature)
- #143360 (loop match: error on `#[const_continue]` outside `#[loop_match]`)
- #143662 ([rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.)
- #144478 (Improve formatting of doc code blocks)
- #144703 ([test][AIX] ignore extern_weak linkage test)
- #144747 (compiletest: Improve diagnostics for line annotation mismatches 2)
- #144766 (Add human readable name "Cygwin")
- #144782 (Properly pass path to staged `rustc` to `compiletest` self-tests)
- #144786 (Cleanup the definition of `group_type`)
- #144796 (Add my previous commit name to .mailmap)
- #144797 (Update safety comment for new_unchecked in niche_types)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
66 files changed
+819
-292
lines changed- compiler
- rustc_attr_parsing/src
- rustc_borrowck/src/region_infer
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_infer/src/infer/outlives
- rustc_middle/src
- hir
- mir
- rustc_mir_build
- src
- builder/expr
- thir/cx
- rustc_mir_dataflow/src/impls
- rustc_mir_transform/src
- rustc_span/src
- rustc_thread_pool/src
- scope
- sleep
- library
- alloc/src
- vec
- core/src
- iter
- traits
- macros
- mem
- num
- std/src
- src
- bootstrap/src/core/build_steps
- librustdoc
- clean
- html
- render
- passes
- tools/compiletest/src
- directives
- tests
- rustdoc-ui
- intra-doc
- lints
- rustdoc
- jump-to-def
- reexport
- source-code-pages
- ui
- linkage-attr/propagate-generic-issue-18804
- loop-match
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+819
-292
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 | + | ||
600 | 601 |
| |
601 | 602 |
| |
602 | 603 |
| |
|
Lines changed: 36 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
72 | 75 |
| |
73 | 76 |
| |
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
74 | 82 |
| |
75 | 83 |
| |
76 | 84 |
| |
| |||
93 | 101 |
| |
94 | 102 |
| |
95 | 103 |
| |
96 | - | ||
104 | + | ||
97 | 105 |
| |
98 | - | ||
99 | - | ||
100 | - | ||
106 | + | ||
107 | + | ||
108 | + | ||
101 | 109 |
| |
102 | 110 |
| |
103 | 111 |
| |
104 | 112 |
| |
105 | 113 |
| |
106 | 114 |
| |
107 | 115 |
| |
108 | - | ||
109 | - | ||
110 | - | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
111 | 122 |
| |
112 | - | ||
123 | + | ||
113 | 124 |
| |
114 | 125 |
| |
115 | 126 |
| |
| |||
119 | 130 |
| |
120 | 131 |
| |
121 | 132 |
| |
122 | - | ||
133 | + | ||
123 | 134 |
| |
124 | 135 |
| |
125 | 136 |
| |
| |||
215 | 226 |
| |
216 | 227 |
| |
217 | 228 |
| |
218 | - | ||
229 | + | ||
219 | 230 |
| |
220 | 231 |
| |
221 | 232 |
| |
| |||
230 | 241 |
| |
231 | 242 |
| |
232 | 243 |
| |
233 | - | ||
244 | + | ||
234 | 245 |
| |
235 | 246 |
| |
236 | 247 |
| |
| |||
252 | 263 |
| |
253 | 264 |
| |
254 | 265 |
| |
255 | - | ||
266 | + | ||
256 | 267 |
| |
257 | 268 |
| |
258 | 269 |
| |
| |||
811 | 822 |
| |
812 | 823 |
| |
813 | 824 |
| |
814 | - | ||
815 | - | ||
825 | + | ||
826 | + | ||
816 | 827 |
| |
817 | 828 |
| |
818 | 829 |
| |
| |||
821 | 832 |
| |
822 | 833 |
| |
823 | 834 |
| |
824 | - | ||
835 | + | ||
825 | 836 |
| |
826 | 837 |
| |
827 | 838 |
| |
828 | - | ||
839 | + | ||
829 | 840 |
| |
830 | 841 |
| |
831 | 842 |
| |
| |||
856 | 867 |
| |
857 | 868 |
| |
858 | 869 |
| |
859 | - | ||
870 | + | ||
860 | 871 |
| |
861 | 872 |
| |
862 | 873 |
| |
| |||
877 | 888 |
| |
878 | 889 |
| |
879 | 890 |
| |
880 | - | ||
891 | + | ||
881 | 892 |
| |
882 | 893 |
| |
883 | 894 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 | - | ||
420 | + | ||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 | - | ||
363 | + | ||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
424 | - | ||
424 | + | ||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3016 | 3016 |
| |
3017 | 3017 |
| |
3018 | 3018 |
| |
3019 | - | ||
3019 | + | ||
3020 | 3020 |
| |
3021 | 3021 |
| |
3022 | 3022 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 | - | ||
428 | + | ||
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
|
Lines changed: 28 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 | - | ||
46 | - | ||
44 | + | ||
45 | + | ||
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
| |||
186 | 185 |
| |
187 | 186 |
| |
188 | 187 |
| |
189 | - | ||
188 | + | ||
190 | 189 |
| |
191 | 190 |
| |
192 | 191 |
| |
193 | 192 |
| |
194 | - | ||
193 | + | ||
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
198 | 197 |
| |
199 | 198 |
| |
200 | - | ||
199 | + | ||
201 | 200 |
| |
202 | 201 |
| |
203 | 202 |
| |
| |||
212 | 211 |
| |
213 | 212 |
| |
214 | 213 |
| |
215 | - | ||
216 | - | ||
217 | - | ||
218 | - | ||
219 | - | ||
220 | - | ||
221 | - | ||
214 | + | ||
215 | + | ||
216 | + | ||
217 | + | ||
222 | 218 |
| |
223 | - | ||
224 | - | ||
225 | - | ||
219 | + | ||
220 | + | ||
221 | + | ||
222 | + | ||
223 | + | ||
224 | + | ||
225 | + | ||
226 | 226 |
| |
227 | + | ||
228 | + | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
227 | 233 |
| |
228 | 234 |
| |
229 | 235 |
| |
| |||
249 | 255 |
| |
250 | 256 |
| |
251 | 257 |
| |
252 | - | ||
258 | + | ||
253 | 259 |
| |
254 | 260 |
| |
255 | 261 |
| |
| |||
259 | 265 |
| |
260 | 266 |
| |
261 | 267 |
| |
262 | - | ||
268 | + | ||
263 | 269 |
| |
264 | 270 |
| |
265 | 271 |
| |
| |||
268 | 274 |
| |
269 | 275 |
| |
270 | 276 |
| |
271 | - | ||
277 | + | ||
272 | 278 |
| |
273 | 279 |
| |
274 | 280 |
| |
| |||
416 | 422 |
| |
417 | 423 |
| |
418 | 424 |
| |
419 | - | ||
425 | + | ||
420 | 426 |
| |
421 | 427 |
| |
422 | 428 |
| |
| |||
438 | 444 |
| |
439 | 445 |
| |
440 | 446 |
| |
441 | - | ||
447 | + | ||
442 | 448 |
| |
443 | - | ||
449 | + | ||
444 | 450 |
| |
445 | 451 |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2391 | 2391 |
| |
2392 | 2392 |
| |
2393 | 2393 |
| |
2394 | - | ||
2395 | - | ||
2394 | + | ||
2396 | 2395 |
| |
2397 | 2396 |
| |
2398 | 2397 |
| |
2399 | 2398 |
| |
2400 | - | ||
2401 | 2399 |
| |
2402 | 2400 |
| |
2403 | 2401 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 | - | ||
537 | - | ||
536 | + | ||
537 | + | ||
538 | + | ||
539 | + | ||
538 | 540 |
| |
539 | 541 |
| |
540 | 542 |
| |
| |||
543 | 545 |
| |
544 | 546 |
| |
545 | 547 |
| |
546 | - | ||
547 | - | ||
548 | + | ||
549 | + | ||
550 | + | ||
551 | + | ||
548 | 552 |
| |
549 | 553 |
| |
550 | 554 |
| |
|
0 commit comments