This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit b7fb425
committed
Auto merge of rust-lang#124688 - compiler-errors:rollup-qhi9pyn, r=compiler-errors
Rollup of 8 pull requests
Successful merges:
- rust-lang#124293 (Let miri and const eval execute intrinsics' fallback bodies)
- rust-lang#124418 (Use a proof tree visitor to refine the `Obligation` for error reporting in new solver)
- rust-lang#124480 (Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`)
- rust-lang#124648 (Trim crate graph)
- rust-lang#124656 (release notes 1.78: add link to interior-mut breaking change)
- rust-lang#124658 (Migrate `run-make/doctests-keep-binaries` to new rmake.rs format)
- rust-lang#124681 (zkvm: fix run_tests)
- rust-lang#124687 (Make `Bounds.clauses` private)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
133 files changed
+886
-582
lines changed- compiler
- rustc_builtin_macros/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src
- rustc_hir_typeck
- src
- rustc_interface/src
- rustc_middle/src/traits
- solve/inspect
- rustc_passes
- src
- rustc_privacy
- rustc_query_system
- rustc_resolve/src
- rustc_session/src
- config
- rustc_span/src
- rustc_target/src/spec
- rustc_trait_selection/src/solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- rustc/src
- library
- core/src
- std/src
- sys/pal/unix
- process
- test/src
- src
- bootstrap/src/core/build_steps
- doc/unstable-book/src
- compiler-flags
- language-features
- tools
- miri
- src
- shims/intrinsics
- tests/fail
- run-make-support/src
- rust-analyzer/crates/hir-def/src/attr
- rustdoc
- tidy/src
- tests
- run-make/doctests-keep-binaries
- ui
- attributes/unix_sigpipe
- coherence/occurs-check
- feature-gates
- for
- higher-ranked/leak-check
- process
- runtime/on-broken-pipe
- auxiliary
- traits/next-solver
- coherence
- cycles
- coinduction
- env-shadows-impls
- normalize
- overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+886
-582
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3824 | 3824 | | |
3825 | 3825 | | |
3826 | 3826 | | |
3827 | | - | |
3828 | 3827 | | |
3829 | 3828 | | |
3830 | 3829 | | |
| |||
4008 | 4007 | | |
4009 | 4008 | | |
4010 | 4009 | | |
4011 | | - | |
4012 | 4010 | | |
4013 | 4011 | | |
4014 | 4012 | | |
| |||
4468 | 4466 | | |
4469 | 4467 | | |
4470 | 4468 | | |
4471 | | - | |
4472 | 4469 | | |
4473 | 4470 | | |
4474 | 4471 | | |
| |||
4515 | 4512 | | |
4516 | 4513 | | |
4517 | 4514 | | |
4518 | | - | |
4519 | 4515 | | |
4520 | 4516 | | |
4521 | 4517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
472 | 482 | | |
473 | 483 | | |
474 | 484 | | |
| |||
536 | 546 | | |
537 | 547 | | |
538 | 548 | | |
539 | | - | |
540 | | - | |
541 | | - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
542 | 559 | | |
543 | 560 | | |
544 | 561 | | |
545 | 562 | | |
546 | | - | |
| 563 | + | |
547 | 564 | | |
548 | 565 | | |
549 | 566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
226 | | - | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
550 | 564 | | |
551 | 565 | | |
552 | 566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments