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 Weak::new_downgraded() (#30425) #30467

Merged
merged 7 commits into from Dec 30, 2015
Merged

Implement Weak::new_downgraded() (#30425) #30467

merged 7 commits into from Dec 30, 2015

Commits on Dec 18, 2015

  1. Implement Weak::new_downgraded() (rust-lang#30425)

    This adds a constructor for a Weak that can never be upgraded. These are
    mostly useless, but for example are required when deserializing.
    shahn committed Dec 18, 2015
    Copy the full SHA
    79d0235 View commit details
    Browse the repository at this point in the history
  2. Fix doctest failure

    shahn committed Dec 18, 2015
    Copy the full SHA
    8bed2ac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e04386 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4741ad3 View commit details
    Browse the repository at this point in the history
  5. Implement arc::Weak::new()

    shahn committed Dec 18, 2015
    Copy the full SHA
    9697076 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Address review comments

    shahn committed Dec 19, 2015
    Copy the full SHA
    7dd618f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b3bdaf View commit details
    Browse the repository at this point in the history