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

use checked casts and arithmetic in Miri engine #70226

Merged
merged 11 commits into from
Mar 25, 2020
Merged

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    5be304b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddbdc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9de6008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd15b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7e2650 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary cast

    RalfJung committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f16b491 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bc108a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afcb634 View commit details
    Browse the repository at this point in the history
  9. add helper method for ptr ops on Scalar; reduce unnecessary large ope…

    …rand of overflowing_signed_offset
    RalfJung committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1d67ca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7db732 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7400955 View commit details
    Browse the repository at this point in the history