Rollup of 11 pull requests - #162943
Closed
JonathanBrouwer wants to merge 43 commits into
Closed
Rollup of 11 pull requests#162943JonathanBrouwer wants to merge 43 commits into
JonathanBrouwer wants to merge 43 commits into
Conversation
Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This avoids installing the src component from the command line also triggering a whole lot of other things which are behind the src path. Furthermore, it makes the name match the component as distributed in rustup, reducing confusion.
there's no need to wrap the value at runtime to visit it
- fix margins - ensure the MIR code wraps instead of needing scrollbars - defocus the trace suffixes
This updates the rust-version file to da51146.
This updates the rust-version file to 32d94cc.
This reverts commit 102f03d2c410660a45d0231fdafdd347e0d4e77f.
…k-simulacrum,jieyouxu,kobzol Rename the src install build step to rust-src. This avoids installing the src component from the command line also triggering installing a whole lot of other things which are behind the src path. Furthermore, it makes the name match the component as distributed in rustup, reducing confusion.
…2026-10-14, r=RalfJung,folkertdev stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@dc2e2b1. Created using https://github.com/rust-lang/josh-sync. r? @ghost
link Enzyme and the offload with in-tree lld if possible I have multiple LLVM builds on all my computers, and often enough ended up with an older lld version on the path, which often breaks Offload builds. I've also seen autodiff builds take forever since some of it's files are huge, and builds somehow end up using ld. This fixes both by just using our up-to-date in-tree lld (if available). I used an LLM to implement a couple of bootstrap fixes, including this one. I then split this one out and cleaned it up. r? kobzol closes: rust-lang#160584
…ss35
add `Div` and `Mul` for `Complex<{float}>`
tracking issue: rust-lang#154023
There are no fallbacks for the libcalls, so Miri will currently fail. The fallback is blocked on rust-lang/libs-team#876.
Fix docs of make_ascii_lowercase/make_ascii_upercase Currently the documentation (but the example) does not specify what happens to ascii characters that are not A-Z. This fixes the documentation to specify that all non A-Z characters are left untouched.
…emathas Add mentions to sync back `RELEASES.md` to the `main` branch I think this can be useful, we had several times in the past incident where the releases notes where not in sync with the `main` branch, which delayed the GitHub releases. One thing to note: triagebot mentions always runs on all the branches, so I had to make the message more generic than it could have been.
… r=clarfonthey docs(num): add documentation for `NonZero::from_str` Since `int::from_str` has its own documentation but `NonZero::from_str` does not, I added documentation for `NonZero::from_str` based on the documentation for `int::from_str`. @rustbot label +A-docs
…ests, r=Urgau Move more `rustdoc-html` tests in the right location Follow-up of rust-lang#162372. r? @Urgau
An assortment of polonius tweaks As discussed on zulip, r? @jackh726 this contains a couple tweaks: - fixes the variance recording to be done at the expected two places instead of three (it should be idempotent, but as we saw with unexpected variance, better safe than sorry) - cleans it up to also match with the deferred liveness work - starts adding some features from my polonius mir dump prototypes (here, just some simple navigation QoL additions) - improves the visuals slightly again (details in the commits; but mostly as you can see [in this example](https://gistpreview.github.io/?b8b9218f6565f3b13f91a63859ad776e) and [fixed here](https://gistpreview.github.io/?dadb54091b91f34578f58df067c7a77f), some lines in the MIR dump can be huge and that made the viewport scroll, etc)
…oshtriplett Use niche length type for strlen to guarantee `isize::MAX` bound Alternative to rust-lang#162912. r? hanna-kruppe cc @Darksonn
Member
Author
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 18, 2026
Rollup of 11 pull requests try-job: dist-various-1 try-job: test-various try-job: test-x86_64-gnu-aux try-job: test-x86_64-gnu-llvm-21-3 try-job: test-x86_64-msvc-1 try-job: test-aarch64-apple-1 try-job: test-aarch64-apple-2 try-job: test-x86_64-mingw-1 try-job: test-i686-msvc try-job: test-armhf-gnu
Contributor
|
This pull request was unapproved due to being closed. |
Contributor
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:
f128#161777 (Add Natvis visualiser and debuginfo tests forf128)DivandMulforComplex<{float}>#162832 (addDivandMulforComplex<{float}>)RELEASES.mdto themainbranch #162256 (Add mentions to sync backRELEASES.mdto themainbranch)NonZero::from_str#162803 (docs(num): add documentation forNonZero::from_str)rustdoc-htmltests in the right location #162906 (Move morerustdoc-htmltests in the right location)isize::MAXbound #162930 (Use niche length type for strlen to guaranteeisize::MAXbound)r? @ghost
Create a similar rollup