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

Implement core::ptr::Unique on top of NonNull #96010

Merged
merged 7 commits into from
Apr 17, 2022

Commits on Apr 14, 2022

  1. Implement core::ptr::Unique on top of NonNull

    Removes the use `rustc_layout_scalar_valid_range_start` and some `unsafe` blocks.
    eduardosm committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2a91eea View commit details
    Browse the repository at this point in the history
  2. Add additional extract_field / project_field to take into account…

    … extra level of struct nesting.
    eduardosm committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c58af72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    399c0dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1308c73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    176a618 View commit details
    Browse the repository at this point in the history
  6. Fix debugger tests

    eduardosm committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b232b11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ba0292 View commit details
    Browse the repository at this point in the history