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

[beta] backports #127377

Merged
merged 6 commits into from
Jul 6, 2024
Merged

[beta] backports #127377

merged 6 commits into from
Jul 6, 2024

Commits on Jul 5, 2024

  1. Properly gate safe keyword in pre-expansion

    (cherry picked from commit 108b3f2)
    compiler-errors authored and cuviper committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    00583a6 View commit details
    Browse the repository at this point in the history
  2. Switch back non_local_definitions lint to allow-by-default

    as request T-lang is requesting some major changes in the lint inner
    workings in rust-lang#126768#issuecomment-2192634762
    
    (cherry picked from commit 0c0dfb8)
    Urgau authored and cuviper committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    aa82d2e View commit details
    Browse the repository at this point in the history
  3. Failing test for computing drop shim that has const param

    (cherry picked from commit 90c2b23)
    compiler-errors authored and cuviper committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e1f26a6 View commit details
    Browse the repository at this point in the history
  4. Don't inline drop shims with unsubstituted generic consts in MIR inliner

    (cherry picked from commit f17b27b)
    compiler-errors authored and cuviper committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bb45867 View commit details
    Browse the repository at this point in the history
  5. Update LLVM submodule

    (cherry picked from commit da81d0d)
    DianQK authored and cuviper committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cd1d94b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Change to the NetBSD archive URL rather than the CDN

    The CDN has been down for a few hours. Switch to an alternative for the
    time being so we can unblock CI.
    
    It appears that the CDN is quite a bit faster, so we will likely want to
    switch back when available.
    
    (cherry picked from commit 42ac903)
    tgross35 authored and cuviper committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c822bf2 View commit details
    Browse the repository at this point in the history