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

Pin stabilization #56939

Merged
merged 5 commits into from
Dec 24, 2018
Merged

Pin stabilization #56939

merged 5 commits into from
Dec 24, 2018

Commits on Dec 22, 2018

  1. Update Pin API to match the one proposed for stabilization

    Remove pin::Unpin reexport and add Unpin to the prelude.
    Change Pin associated functions to methods.
    Rename get_mut_unchecked_ to get_unchecked_mut
    Remove impl Unpin for Pin
    Mark Pin repr(transparent)
    cramertj committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    20d694a View commit details
    Browse the repository at this point in the history
  2. Stabilize Pin

    cramertj committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    610bcaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3005bf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    684fe9a View commit details
    Browse the repository at this point in the history
  5. Fix Unpin docs link

    cramertj committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    861df06 View commit details
    Browse the repository at this point in the history