-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 3d207da
Auto merge of #144791 - GuillaumeGomez:rollup-ujf9ae4, r=GuillaumeGomez
Rollup of 11 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.)
- #143900 ([rustdoc] Correctly handle `should_panic` doctest attribute and fix `--no-run` test flag on the 2024 edition)
- #144478 (Improve formatting of doc code blocks)
- #144703 ([test][AIX] ignore extern_weak linkage test)
- #144747 (compiletest: Improve diagnostics for line annotation mismatches 2)
- #144756 (detect infinite recursion with tail calls in ctfe)
- #144766 (Add human readable name "Cygwin")
- #144782 (Properly pass path to staged `rustc` to `compiletest` self-tests)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
77 files changed
+970
-283
lines changed- compiler
- 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
- std/src
- src
- bootstrap/src/core/build_steps
- librustdoc
- clean
- doctest
- html
- render
- passes
- tools/compiletest/src
- directives
- tests
- run-make/rustdoc-should-panic
- rustdoc-ui
- doctest
- intra-doc
- lints
- rustdoc
- jump-to-def
- reexport
- source-code-pages
- ui
- explicit-tail-calls
- 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.
77 files changed
+970
-283
lines changedLines 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 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 | - | ||
1020 | + | ||
1021 | + | ||
1021 | 1022 |
| |
1022 | 1023 |
| |
1023 | 1024 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | - | ||
90 | + | ||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
0 commit comments