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

stabilize Strict Provenance and Exposed Provenance APIs #130350

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. stabilize Strict Provenance and Exposed Provenance

    This comes with a big docs rewrite. It's mostly just rewording, except:
    
    - I removed the discussion of how pointers also have an associated "address
      space" -- that is not actually tracked in the pointer value, it is tracked in
      the type, so IMO it just distracts from the core point of provenance.
    - I also adjusted the docs for with_exposed_provenance to make it clear that we
      cannot guarantee much about this function, it's all best-effort.
    RalfJung committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cfef1eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341e003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eea183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7610210 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b1b211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3e944e View commit details
    Browse the repository at this point in the history
  7. fix some typos

    Co-authored-by: Matthew Woodcraft <[email protected]>
    RalfJung and mattheww committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bc582ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dd4bcf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e67d48e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5be50af View commit details
    Browse the repository at this point in the history