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

Upgrade rust toolchain to nightly-2023-06-20 #2551

Merged
merged 7 commits into from
Jul 4, 2023

Commits on Jun 28, 2023

  1. Upgrade toolchain version and clean compilation

     - Still need to clean regression
    celinval committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cd03fee View commit details
    Browse the repository at this point in the history
  2. Add codegen_unimplemented for c literal

     - We were crashing while compiling the standard library
    celinval committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    07bbcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37a6acc View commit details
    Browse the repository at this point in the history
  4. Workaround performance issue for regression test

    Use u8 instead of i8 for now and add a performance test to capture this
    issue.
    celinval committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8ef1847 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    5f8aae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Apply suggestions from code review

    Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
    celinval and adpaco-aws committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a2fa98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441734b View commit details
    Browse the repository at this point in the history