Rollup of 5 pull requests - #162059
Closed
JonathanBrouwer wants to merge 12 commits into
Closed
Conversation
This ensures that triagebot can render them to GitHub releases after the release is published.
…r=Mark-Simulacrum Port 1.98.1 release notes into main This ensures that triagebot can render them to GitHub releases after the release is published. r? Mark-Simulacrum
document some rustc_dump attributes r? @fmease I think you're the most familiar with these at this time?
Add a couple polonius tests and move universal region liveness generation Adds a couple tests that confirm the use/drop-liveness of NLL-boring locals. Also, move universal region liveness to liveness::generate instead of `RegionInferenceContext::new`, to keep all liveness generation in one place. r? lqd
Output `tests/debuginfo` raw JSON data on failure in CI As discussed a few days ago, this change allows people to "manually bless" in cases where they do not have access to the target that caused the failure in CI. When run outside of CI, no json is dumped (since it's assumed you're running it locally and thus can just use `--bless`). It makes things a lot easier (for the user) to present this as minified, single-line json, but obviously we'd prefer if it's formatted after they copypaste it. Maybe a tidy pass to enforce that? I'm not sure if we have anything that currently handles JSON, but I can look into it. r? @Kobzol , @jieyouxu
…ize, r=joboet Fix a compile error on the ESP-IDF target PR rust-lang#160848 accidentally broke the Tier-3 ESP-IDF target by leaving out one reference to `attr.as_ptr()` which should've been changed to `attr.get()`. This PR does the absolute minimum to restore correct behavior for the ESP-IDF target (and Nuttx). CC @joboet @nia-e
Member
Author
Contributor
Contributor
|
⌛ Trying commit e62b2c1 with merge e69f865… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/33393482925 |
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 31, 2026
Rollup of 5 pull requests try-job: dist-various-1 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-1 try-job: aarch64-apple-2 try-job: x86_64-mingw-1 try-job: i686-msvc-1 try-job: i686-msvc-2
Member
Author
|
@bors try cancel |
Contributor
|
This pull request was unapproved due to being closed. |
Contributor
|
Try build cancelled. Cancelled workflows: Hint: if you want to run another try build, you do not need to manually cancel the previous one. Just run |
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:
tests/debuginforaw JSON data on failure in CI #162002 (Outputtests/debuginforaw JSON data on failure in CI)r? @ghost
Create a similar rollup