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

Add some APIs to ptr::NonNull and fix since attributes #47631

Merged
merged 4 commits into from
Feb 7, 2018

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    3f55794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad37e3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6461c9b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Add an unstable cast<U>() -> NonNull<U> method to NonNull<T>.

    This is less verbose than going through raw pointers to cast with `as`.
    SimonSapin committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    b8ffc8a View commit details
    Browse the repository at this point in the history