-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[stable] Prepare Rust 1.84.1 point release #136158
Conversation
(cherry picked from commit 9148660)
(cherry picked from commit 3f08997)
(cherry picked from commit 988f28d)
(cherry picked from commit 4c6d793)
(cherry picked from commit 7d80617)
There is a chance that these tools are being installed from an external LLVM and we have no control over them. If any of these tools use symlinks, they will fail during tarball distribution. This change makes copying process to resolve symlinks just before placing them into the destination path. Signed-off-by: onur-ozkan <[email protected]> (cherry picked from commit cde58dd)
(cherry picked from commit ebbcfd4)
(cherry picked from commit 94bf8f0)
…tions with dummy spans instead of dropping them entirely Revert most of rust-lang#133194 (except the test and the comment fixes). Then refix not emitting locations at all when the correct location discriminator value exceeds LLVM's capacity. (cherry picked from commit 45ef927)
Previously, bootstrap was using `Config::last_modified_commit` unconditionally to figure the commit has to download precompiled rustc artifact from CI, which was leading builds to fail on tarball sources as `Config::last_modified_commit` requires `git` to be present in the project source. This change makes bootstrap to call `Config::last_modified_commit` only when it's running on git-managed source and read `git-commit-hash` file otherwise. Signed-off-by: onur-ozkan <[email protected]> (cherry picked from commit 903cddb)
This PR modifies If appropriate, please update This PR modifies cc @jieyouxu Some changes occurred in compiler/rustc_codegen_gcc |
@bors r+ rollup=never p=10 |
Not sure if this works yet, but in case anyone wants to sanity-check my point release relnotes: @rustbot ping relnotes-interest-group |
Hi relnotes-interest-group, this PR adds release notes. Could you review this PR |
☀️ Test successful - checks-actions |
(Late, but relnotes look good) |
llvm-objcopy
if llvm tools are enabled.cc @rust-lang/release
r? ghost