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

Stablize RefCell::{replace, swap} #46517

Merged
merged 3 commits into from
Dec 20, 2017
Merged

Stablize RefCell::{replace, swap} #46517

merged 3 commits into from
Dec 20, 2017

Commits on Dec 5, 2017

  1. Stablize RefCell::{replace, swap}

    RefCell::replace_with is not stablized in this PR, since it wasn't part of the RFC.
    notriddle committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    fd064e0 View commit details
    Browse the repository at this point in the history
  2. Move replace_with to its own feature flag

    I'm not allowed to have the same feature flag associated with multiple stability levels.
    notriddle committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    28a19bf View commit details
    Browse the repository at this point in the history
  3. Update cell.rs

    notriddle committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    19775f7 View commit details
    Browse the repository at this point in the history