Rollup of 16 pull requests#154952
Closed
JonathanBrouwer wants to merge 41 commits intorust-lang:mainfrom
Closed
Conversation
…er of overly generic free const items
Since a1feab1 ("Use libm for acosh and asinh"), the standard library may link these functions to get a more accurate approximation; however, some targets do not have the needed symbols available. Add them to the compiler-builtins export list to make sure the fallback is usable.
Split a long sentence to improve readability.
These intrinsics don't technically need to be limited to a specific architecture, they'll probably only make sense to use on AArch64, but this just makes it harder to use them in stdarch where it is appropriate (such as on `arm64ec`), requiring a rustc patch to land and be on nightly before stdarch work can proceed - so just don't `cfg` them at all.
…50921, r=notriddle,GuillaumeGomez Fix no results when searching for == in doc Fixes rust-lang#150921 r? @GuillaumeGomez
…ed-closure-return, r=petrochenkov Suggest returning a reference for unsized place from a closure Fixes rust-lang#152064 There are 3 similar note: `the size for values of type str cannot be known at compilation time` for different spans, maybe need more work to remove some of them. This PR only adds a suggestion for using a reference.
…ses, r=petrochenkov Remove `TaggedQueryKey::def_kind` This removes `TaggedQueryKey::def_kind` by accessing the relevant query keys directly.
Split out the creation of `Cycle` to a new `process_cycle` function This splits out the creation of `CycleError` to a new `process_cycle` function. This makes it a bit clearer which operations are done for diagnostic purposes vs. what's needed to break cycles.
…petrochenkov Do not attempt generating DllImport for extern types Fixes rust-lang#154111
…, r=petrochenkov delegation(small cleanup): remove not needed PhantomData r? @petrochenkov
library: no `cfg(target_arch)` on scalable intrinsics These intrinsics don't technically need to be limited to a specific architecture, they'll probably only make sense to use on AArch64, but this just makes it harder to use them in stdarch where it is appropriate (such as on `arm64ec`): requiring a rustc patch to land and be on nightly before stdarch work can proceed. So let's just not `cfg` them at all, they're perma-unstable anyway. Fixes CI failure in rust-lang/stdarch#2071
Contributor
Author
Contributor
Contributor
|
⌛ Trying commit 56911ac with merge b55a6c8… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/24085732338 |
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
Rollup of 16 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 try-job: x86_64-mingw-1
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
PR #152162, which is a member of this rollup, was unapproved. This rollup was thus unapproved. |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
Author
|
@bors try cancel |
Contributor
|
Try build cancelled. Cancelled workflows: |
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:
TaggedQueryKey::def_kind#153999 (RemoveTaggedQueryKey::def_kind)Cycleto a newprocess_cyclefunction #154146 (Split out the creation ofCycleto a newprocess_cyclefunction)tests/ui/issuesto appropriate directories #154506 (Migrate some tests fromtests/ui/issuesto appropriate directories)impl_trait_in_assoc_type#146514)cfg(target_arch)on scalable intrinsics #154950 (library: nocfg(target_arch)on scalable intrinsics)r? @ghost
Create a similar rollup