-
Notifications
You must be signed in to change notification settings - Fork 347
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
Rustup #4009
Rustup #4009
Commits on Oct 31, 2024
-
Auto merge of #132301 - compiler-errors:adjust, r=lcnr
Remove region from adjustments It's not necessary to store this region, because it's only used in THIR and MemCat/ExprUse, both of which already basically only deal with erased regions anyways.
Configuration menu - View commit details
-
Copy full SHA for e506739 - Browse repository at this point
Copy the full SHA e506739View commit details -
Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser
Update compiler-builtins to 0.1.136 This includes: * The license change rust-lang/compiler-builtins#717 * The `libm` submodule update, which also has a license change rust-lang/libm#317 * Re-enabling `math` on i686 UEFI rust-lang/compiler-builtins#715 Fixes: rust-lang/rust#128533
Configuration menu - View commit details
-
Copy full SHA for 65ecfc4 - Browse repository at this point
Copy the full SHA 65ecfc4View commit details
Commits on Nov 1, 2024
-
Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzol
Use protected visibility when building rustc with LLD rust-lang/compiler-team#782 I wasn't sure about having two commits in a PR, but I figured, at least initially it might make sense to discuss these commits together. Happy to squash, or move the second commit to a separate PR. I contemplated trying to enable protected visibility for more cases when LLD will be used other than just `-Zlinker-features=+lld`, but that would be more a complex change that probably still wouldn't cover all cases when LLD is used, so went with the simplest option of just checking if the linker-feature is enabled. r? lqd
Configuration menu - View commit details
-
Copy full SHA for 5f5369e - Browse repository at this point
Copy the full SHA 5f5369eView commit details
Commits on Nov 2, 2024
-
Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikic
Update LLVM to 19.1.3 Closes #131031. r? nikic
Configuration menu - View commit details
-
Copy full SHA for 2517868 - Browse repository at this point
Copy the full SHA 2517868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48dd838 - Browse repository at this point
Copy the full SHA 48dd838View commit details -
Auto merge of #132512 - workingjubilee:update-miri-for-rustc-abi, r=R…
…alfJung miri: Directly use rustc_abi I tried to make this a PR to the miri repo for funsies. Ironically, the integration flow meant that it would use a too-old toolchain hash, and I didn't understand the build system there enough to want to manually fiddle with the hashes.
Configuration menu - View commit details
-
Copy full SHA for 7f6b109 - Browse repository at this point
Copy the full SHA 7f6b109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 635378e - Browse repository at this point
Copy the full SHA 635378eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89da22b - Browse repository at this point
Copy the full SHA 89da22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 907e8b8 - Browse repository at this point
Copy the full SHA 907e8b8View commit details