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 #123466

Merged
merged 6 commits into from
Apr 6, 2024
Merged

[beta] backports #123466

merged 6 commits into from
Apr 6, 2024

Commits on Apr 4, 2024

  1. Update f16 and f128 tests to run on both 2015 and 2018 editions

    Reproduce the bug from <rust-lang#123282>
    that indicates this feature gate hits edition-dependent resolution paths.
    Resolution changed in edition 2018, so test that as well.
    
    (cherry picked from commit 9a7b176)
    tgross35 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    07ed445 View commit details
    Browse the repository at this point in the history
  2. Fix f16 and f128 feature gates in editions other than 2015

    Fixes rust-lang#123282
    
    Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
    (cherry picked from commit 5afe072)
    tgross35 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    356bb13 View commit details
    Browse the repository at this point in the history
  3. Update to LLVM 18.1.2

    (cherry picked from commit 022e42d)
    nikic authored and cuviper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    986e6f7 View commit details
    Browse the repository at this point in the history
  4. unix fs: Make hurd and horizon using explicit new rather than From

    408c0ea ("unix time module now return result") dropped the From
    impl for SystemTime, breaking the hurd and horizon builds.
    
    Fixes rust-lang#123032
    
    (cherry picked from commit 7b4e507)
    sthibaul authored and cuviper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d02fc8e View commit details
    Browse the repository at this point in the history
  5. Don't inherit codegen attrs from parent static

    (cherry picked from commit 4ff8a9b)
    compiler-errors authored and cuviper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5538d6d View commit details
    Browse the repository at this point in the history
  6. Make sure to insert Sized bound first into clauses list

    (cherry picked from commit f2fd2d8)
    compiler-errors authored and cuviper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf44931 View commit details
    Browse the repository at this point in the history