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

Start leveraging the Deref/DerefMut traits #13053

Closed

Commits on Mar 22, 2014

  1. std: Remove the get() method from RefCell wrappers

    This method has been entirely obsoleted by autoderef, so there's no reason for
    its existence.
    alexcrichton committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    cd510b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3682b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a37416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dbb909 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7fd8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76f0b1a View commit details
    Browse the repository at this point in the history
  7. rustc: Remove all usage of manual deref()

    Favor using '*' instead
    alexcrichton committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    3fb1ed0 View commit details
    Browse the repository at this point in the history
  8. 5 Configuration menu
    Copy the full SHA
    9dc357b View commit details
    Browse the repository at this point in the history