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

Deprecate the unstable ptr_to_from_bits feature #95583

Merged
merged 4 commits into from
Nov 22, 2022

Commits on Apr 2, 2022

  1. Deprecate the ptr_to_from_bits feature

    The strict provenance APIs are a better version of these, and things like `.addr()` work for the "that cast looks sketchy" case even if the full strict provenance stuff never happens.  So I think it's fine to move away from these, and encourage the others instead.
    scottmcm committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    9072281 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Refer to the exposed versions of the methods instead

    Changing to those doesn't introduce any new unsoundness over the existing ones, so they're the better "if you won't want to think about it" replacement.  But also mention the strict provenance APIs, as that's what we'd rather they use instead.
    scottmcm committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    4d37d1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    a9e92be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d943af View commit details
    Browse the repository at this point in the history