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 Pin::static_ref, static_mut. #77726

Merged
merged 6 commits into from
Oct 21, 2020

Commits on Oct 8, 2020

  1. Add Pin::new_static.

    m-ou-se committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    64839ee View commit details
    Browse the repository at this point in the history
  2. Make Pin::new_static const.

    m-ou-se committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    390883e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    104c0f0 View commit details
    Browse the repository at this point in the history
  2. Add Pin::static_mut.

    m-ou-se committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2c71f68 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Reword safety guarantee of Pin::static_{ref,mut}.

    Co-authored-by: Peter Todd <pete@petertodd.org>
    m-ou-se and petertodd committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f83446b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Add missing mut.

    Co-authored-by: David Tolnay <dtolnay@gmail.com>
    m-ou-se and dtolnay committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    df95dce View commit details
    Browse the repository at this point in the history