Commit 3dd525e
committed
Auto merge of #157815 - JonathanBrouwer:rollup-8dfPeVm, r=JonathanBrouwer
Rollup of 17 pull requests
Successful merges:
- #156950 (Staticlib rename internal symbols)
- #157322 (test pre-stabilization items on CI)
- #157490 (Add field-wise CoerceShared reborrow tests)
- #157655 (Make Share::share final and improve docs)
- #157688 (Create experimental test job `aarch64-apple-macos-26` for evaluating `macos-26` runner images)
- #157796 (rustdoc: Some more lazy formatting)
- #157069 (Test that you can't implement Unpin for a compiler-generated future using TAIT)
- #157202 (add #[rustc_no_writable] to slice::get_unchecked_mut)
- #157622 (Disable retagging for variadic arguments in const-eval)
- #157684 (-Zassumptions-on-binders: insert empty assumptions when entering binders in the solver)
- #157695 (Extend capabilities of `TypeFoldable_Generic`)
- #157752 (Rename `errors.rs` file to `diagnostics.rs` (6/N))
- #157766 (interpret: avoid computing layout of sized raw pointee)
- #157785 (fuchsia: Support AddressSanitizer on riscv64gc-unknown-fuchsia)
- #157795 (revert 157013)
- #157798 (Prevent approving PRs that wait for Crater or formal decisions)
- #157803 (Rename `errors.rs` file to `diagnostics.rs` (7/N))160 files changed
Lines changed: 3008 additions & 735 deletions
File tree
- compiler
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/interpret
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- type_of
- diagnostics
- hir_ty_lowering
- impl_wf_check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- persist
- rustc_infer/src/infer
- rustc_interface/src
- rustc_monomorphize/src
- graph_checks
- mono_checks
- rustc_next_trait_solver/src/solve/eval_ctxt
- rustc_session/src
- rustc_target/src/spec/targets
- rustc_type_ir_macros
- src
- rustc_type_ir/src
- relate
- library/core/src
- slice
- src
- ci
- docker
- host-x86_64/x86_64-gnu-pre-stabilization
- scripts
- github-actions
- doc/unstable-book/src/compiler-flags
- librustdoc/html/render
- tools/miri/tests/pass
- both_borrows
- tree_borrows/implicit_writes
- tests
- crashes/reborrow
- run-make
- staticlib-rename-internal-symbols-macho
- staticlib-rename-internal-symbols
- ui
- assumptions_on_binders
- impl-trait
- layout
- linking
- reborrow
- auxiliary
- sized
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4892 | 4892 | | |
4893 | 4893 | | |
4894 | 4894 | | |
| 4895 | + | |
4895 | 4896 | | |
4896 | 4897 | | |
4897 | 4898 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
317 | 324 | | |
318 | 325 | | |
319 | 326 | | |
320 | 327 | | |
321 | 328 | | |
322 | | - | |
| 329 | + | |
323 | 330 | | |
324 | 331 | | |
325 | 332 | | |
| |||
534 | 541 | | |
535 | 542 | | |
536 | 543 | | |
537 | | - | |
| 544 | + | |
538 | 545 | | |
539 | | - | |
| 546 | + | |
540 | 547 | | |
541 | 548 | | |
542 | 549 | | |
| |||
546 | 553 | | |
547 | 554 | | |
548 | 555 | | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
| 556 | + | |
554 | 557 | | |
555 | 558 | | |
556 | 559 | | |
| |||
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
565 | 601 | | |
566 | 602 | | |
567 | 603 | | |
| |||
588 | 624 | | |
589 | 625 | | |
590 | 626 | | |
591 | | - | |
| 627 | + | |
592 | 628 | | |
593 | | - | |
| 629 | + | |
594 | 630 | | |
595 | 631 | | |
596 | 632 | | |
| |||
602 | 638 | | |
603 | 639 | | |
604 | 640 | | |
605 | | - | |
| 641 | + | |
606 | 642 | | |
607 | | - | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
608 | 648 | | |
609 | 649 | | |
610 | 650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
566 | 568 | | |
567 | 569 | | |
568 | 570 | | |
569 | | - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
570 | 575 | | |
571 | | - | |
572 | | - | |
573 | | - | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
574 | 586 | | |
575 | 587 | | |
576 | 588 | | |
| |||
581 | 593 | | |
582 | 594 | | |
583 | 595 | | |
584 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
585 | 604 | | |
586 | 605 | | |
587 | 606 | | |
| |||
0 commit comments