Commit e972bc8
committed
Auto merge of rust-lang#107451 - matthiaskrgr:rollup-m4ucfu8, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#96763 (Fix maintainer validation message)
- rust-lang#106540 (Insert whitespace to avoid ident concatenation in suggestion)
- rust-lang#106763 (print why a test was ignored if its the only test specified)
- rust-lang#106769 (libtest: Print why a test was ignored if it's the only test specified.)
- rust-lang#106798 (Implement `signum` with `Ord`)
- rust-lang#107006 (Output tree representation on thir-tree)
- rust-lang#107078 (Update wording of invalid_doc_attributes docs.)
- rust-lang#107169 (Pass `--locked` to the x test tidy call)
- rust-lang#107431 (docs: remove colon from time header)
- rust-lang#107432 (rustdoc: remove unused class `has-srclink`)
- rust-lang#107448 (When stamp doesn't exist, should say Error, and print path to stamp file)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
79 files changed
+1553
-233
lines changed- compiler
- rustc_driver/src
- rustc_lint_defs/src
- rustc_middle/src
- query
- thir
- rustc_mir_build/src
- build
- thir/cx
- rustc_parse/src/parser
- rustc_session/src
- library
- core/src/num
- std/src
- test/src
- formatters
- src
- bootstrap
- ci/docker/host-x86_64/mingw-check
- etc
- librustdoc/html/render
- tools
- compiletest/src
- tests
- rustdoc-gui
- rustdoc
- const-generics
- duplicate_impls
- inline_cross
- synthetic_auto
- ui
- parser
- thir-print
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+1553
-233
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
501 | 516 | | |
502 | 517 | | |
503 | 518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3531 | 3531 | | |
3532 | 3532 | | |
3533 | 3533 | | |
3534 | | - | |
3535 | | - | |
3536 | | - | |
| 3534 | + | |
| 3535 | + | |
| 3536 | + | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
| 3541 | + | |
| 3542 | + | |
3537 | 3543 | | |
3538 | 3544 | | |
3539 | 3545 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
364 | 371 | | |
365 | 372 | | |
366 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments