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

interpret: make typed copies lossy wrt provenance and padding #129778

Merged
merged 9 commits into from
Sep 10, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    fa60ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad808d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85dc22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbdcbf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cd982c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a241042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11bd99d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. union padding computation: add fast-path for ZST

    Also avoid even tracking empty ranges, and add fast-path for arrays of scalars
    RalfJung committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    65c7090 View commit details
    Browse the repository at this point in the history
  2. fix UB in a test

    also add an explicit test for the fact that a Option<WidePtr> has padding when it is None
    RalfJung committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0a70924 View commit details
    Browse the repository at this point in the history