Skip to content

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
wants to merge 34 commits into from

Conversation

matthiaskrgr
Copy link
Member

@matthiaskrgr matthiaskrgr commented Jun 2, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

vremyavnikuda and others added 30 commits May 26, 2025 15:51
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``
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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. rollup A PR which is a rollup labels Jun 2, 2025
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Jun 2, 2025

📌 Commit 93c8c49 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 2, 2025
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.