Skip to content
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

Merged
merged 9 commits into from
Nov 2, 2024
Merged

Rustup #4009

merged 9 commits into from
Nov 2, 2024

Commits on Oct 31, 2024

  1. 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.
    bors committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e506739 View commit details
    Browse the repository at this point in the history
  2. 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
    bors committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    65ecfc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. 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
    bors committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5f5369e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikic

    Update LLVM to 19.1.3
    
    Closes #131031.
    
    r? nikic
    bors committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    2517868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48dd838 View commit details
    Browse the repository at this point in the history
  3. 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.
    bors committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    7f6b109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    635378e View commit details
    Browse the repository at this point in the history
  5. Merge from rustc

    RalfJung committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    89da22b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    907e8b8 View commit details
    Browse the repository at this point in the history