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

Update the rust toolchain to nightly-2023-12-03 #2913

Merged
merged 17 commits into from
Dec 8, 2023

Commits on Dec 3, 2023

  1. Update the rust toolchain to nightly-2023-12-03

    Changes required due to:
    - rust-lang/rust@99ac405b96 Move MetadataLoader{,Dyn} to rustc_metadata.
    - rust-lang/rust@c997c6d822 Add more information to stable Instance
    tautschnig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    660b1f8 View commit details
    Browse the repository at this point in the history
  2. fmt

    tautschnig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    fa0e758 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    86c81b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba6b95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf13e8 View commit details
    Browse the repository at this point in the history
  4. Fix with u64

    tautschnig committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6207f88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcae824 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    d6adfd0 View commit details
    Browse the repository at this point in the history
  2. fmt

    tautschnig committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    606d96d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2d97b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    d00c437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505700a View commit details
    Browse the repository at this point in the history
  3. Revert model change and add new test

    The change was only needed in the test case, since the way
    portable simd invokes the intrinsic is still the same
    
    My current hypothesis is that the current failure could be an
    issue with simd_shuffle
    celinval committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ff40897 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6f1569d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa92da2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Regression now passes

    - Use internal to go around is_foreign_item() issue
    - Update tests after an issue:
      rust-lang/rust#116915
    - Update the toolchain
    celinval committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9be3d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed32e4 View commit details
    Browse the repository at this point in the history