Rollup of 7 pull requests#153404
Closed
JonathanBrouwer wants to merge 79 commits intorust-lang:mainfrom
Closed
Conversation
This updates the rust-version file to 3c9faa0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@3c9faa0 Filtered ref: rust-lang/miri@4003d54 Upstream diff: rust-lang/rust@7bee525...3c9faa0 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 8387095.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@8387095 Filtered ref: rust-lang/miri@0d092c8 Upstream diff: rust-lang/rust@3c9faa0...8387095 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to e0cb264.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@e0cb264 Filtered ref: rust-lang/miri@291e6e9 Upstream diff: rust-lang/rust@8387095...e0cb264 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
…_files Print a warning when trying to open a file in `/proc`
Fixes RefCell being borrowed mutably twice, see rust-lang/miri#4563 (comment) . There are some places in rustc where the implementation of an argument passed to a tracing span makes a nested tracing call, e.g. [here](https://github.com/rust-lang/rust/blob/f6092f224d2b1774b31033f12d0bee626943b02f/compiler/rustc_const_eval/src/interpret/step.rs#L82-L89)->[here](https://github.com/rust-lang/rust/blob/f6092f224d2b1774b31033f12d0bee626943b02f/compiler/rustc_public/src/ty.rs#L265)->[here](https://github.com/rust-lang/rust/blob/f6092f224d2b1774b31033f12d0bee626943b02f/compiler/rustc_span/src/lib.rs#L2302). This is what caused the crash. Co-authored-by: Ralf Jung <post@ralfj.de>
Miscellaneous tracing fixes and improvements
Remove duplicate "the" in documentation.
This updates the rust-version file to 5fb2ff8.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@5fb2ff8 Filtered ref: rust-lang/miri@7247ca1 Upstream diff: rust-lang/rust@e0cb264...5fb2ff8 This merge was created using https://github.com/rust-lang/josh-sync.
Fix typo in tracing.md for `tracing_separate_thread`
Automatic Rustup
This updates the rust-version file to c78a294.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@c78a294 Filtered ref: rust-lang/miri@1f76d8d Upstream diff: rust-lang/rust@5fb2ff8...c78a294 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to b3869b9.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: b3869b9 Filtered ref: 8ca8d84b29d11100879eadb68eb5774f85bb6977 Upstream diff: rust-lang/rust@c78a294...b3869b9 This merge was created using https://github.com/rust-lang/josh-sync.
…rrors, r=oli-obk Abort after `representability` errors Doing so results in better error messages and makes the code a bit simpler. Details in individual commits. r? @oli-obk
…tack-true, r=WaffleLapkin
enable `PassMode::Indirect { on_stack: true, .. }` tail call arguments
tracking issue: rust-lang#112788
fixes rust-lang#144855
And add a bunch of tests for tail call target support.
r? WaffleLapkin
miri subtree update Subtree update of `miri` to rust-lang/miri@c37cbf8. Created using https://github.com/rust-lang/josh-sync. r? @ghost
Remove `cycle_fatal` query modifier This removes the `cycle_fatal` query modifier as it has no effect on its current users. The default `CycleErrorHandling::Error` mode does the same as `cycle_fatal` when the default impl of `FromCycleError` is used. The return types of queries using `cycle_fatal` however have no specialized `FromCycleError` impl.
…athanBrouwer Migrationg of `LintDiagnostic` - part 7 Part of rust-lang#153099. This PR removes the `LintDiagnostic` trait and proc-macro. \o/ r? @JonathanBrouwer
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
Contributor
Author
|
Trying commonly failed jobs |
Contributor
|
⌛ Trying commit 1ea11f2 with merge d112941… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/22671873455 |
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 4, 2026
Rollup of 7 pull requests try-job: test-various try-job: x86_64-gnu-aux try-job: x86_64-gnu-llvm-21-3 try-job: x86_64-msvc-1 try-job: aarch64-apple try-job: x86_64-mingw-1
Contributor
Author
|
@bors try cancel |
Contributor
|
Try build cancelled. Cancelled workflows: |
Contributor
|
PR #153401, which is a member of this rollup, was unapproved. |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
representabilityerrors #153317 (Abort afterrepresentabilityerrors)PassMode::Indirect { on_stack: true, .. }tail call arguments #153361 (enablePassMode::Indirect { on_stack: true, .. }tail call arguments)cycle_fatalquery modifier #153276 (Removecycle_fatalquery modifier)LintDiagnostic- part 7 #153401 (Migrationg ofLintDiagnostic- part 7)r? @ghost
Create a similar rollup