-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 8 pull requests #141908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Rollup of 8 pull requests #141908
+787
−350
Conversation
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
fix: Recognize salsa cycles in `thread_result_to_response`
fix: Fix import insertion not being fully cfg aware
…efs-constructor-search docs: add documentation for find_all_refs constructor search
internal: Restructure some semantics APIs for virtual macro files
refactor: Remove unncessary duplication in highlight_related
Account for `Generate` actions when filtering the allowed ones
fix: Fix manual not containing diagnostics documentation
New Windows Server 2025 images have been released (20250527).
This ensures that these tests can be run on editions other than 2015
ci: use free runner for aarch64-gnu-llvm-19-1 PR job
…527, r=Kobzol Switch `x86_64-msvc-{1,2}` back to Windows Server 2025 images New Windows Server 2025 images have been released (**20250527.1.0**). New images appear to not exhibit the lack-of-disk-space problem as tracked by rust-lang#141022, and the new runner image's storage capacity appears to be configured correctly. Windows Server 2025 image version **20250527.1.0** release notes: <https://github.com/actions/runner-images/releases/tag/win25%2F20250527.1>. Resolves rust-lang#141022.
Optionally don't steal the THIR The THIR being stolen is a recurrent pain for authors of rustc drivers. This makes it optional, so that the `thir_body` query can still be used after analysis of the crate has completed.
Subtree update of `rust-analyzer` r? ``@ghost``
allow macro_use as first segment Fixes rust-lang#140255 This issue may raise a question: It's reasonable an external crate name or import target be legally named `macro_use`?
…sgx_maintainers, r=Noratrieb [RTE-484] Update SGX maintainers ```@mzohreva``` is no longer with Fortanix. We need to change the SGX maintainers accordingly.
…rochenkov Add missing `dyn` keywords to tests that do not test for them This ensures that these tests can be run on editions other than 2015
…n-crate, r=petrochenkov Fix false positive lint error from no_implicit_prelude attr Fixes rust-lang#141785 r? ``@petrochenkov``
@bors r+ rollup=never p=5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
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:
x86_64-msvc-{1,2}
back to Windows Server 2025 images #141861 (Switchx86_64-msvc-{1,2}
back to Windows Server 2025 images)rust-analyzer
#141881 (Subtree update ofrust-analyzer
)dyn
keywords to tests that do not test for them #141889 (Add missingdyn
keywords to tests that do not test for them)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup