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

Allow arithmetic and certain bitwise ops on AtomicPtr #96935

Merged
merged 2 commits into from
Jul 6, 2022

Commits on Jul 1, 2022

  1. Allow arithmetic and certain bitwise ops on AtomicPtr

    This is mainly to support migrating from AtomicUsize, for the strict
    provenance experiment.
    
    Fixes rust-lang#95492
    thomcc committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2f872af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e65ecee View commit details
    Browse the repository at this point in the history