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 rust toolchain to 2022-05-17 #1209

Merged
merged 6 commits into from
May 25, 2022

Commits on May 19, 2022

  1. Update rust toolchain to 2022-05-17

    Status: Compilation succeeds but regression fails due to new intrinsic.
    
    Relevant changes:
    
    - rust-lang/rust#95837
    - rust-lang/rust#95562
    - rust-lang/rust#96883
    celinval committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a6335d0 View commit details
    Browse the repository at this point in the history
  2. Implement new intrinsic ptr_offset_from_unsigned

    This new intrinsic is used in many different places in the standard
    library and it was failing some tests for vectors.
    celinval committed May 19, 2022
    Configuration menu
    Copy the full SHA
    27a00e6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Apply suggestions from code review

    Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
    celinval and adpaco-aws authored May 20, 2022
    Configuration menu
    Copy the full SHA
    f331ccf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Address PR comments

     - Fix order of checks.
     - Improve error message.
     - Add comments to the new tests.
    celinval committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ff07c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6852ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e046ef8 View commit details
    Browse the repository at this point in the history