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

refactor svh #26629

Closed
wants to merge 5 commits into from
Closed

refactor svh #26629

wants to merge 5 commits into from

Commits on Jun 28, 2015

  1. Copy the full SHA
    ba7b47e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7eb7a6 View commit details
    Browse the repository at this point in the history
  3. rustc: Refactor Shv to use a canonical u64 internally

    I have vague concerns about how this allocates on attempts to look at
    it's representation as a str, however it doesn't appear that this is a
    common case in tight loops.
    richo committed Jun 28, 2015
    Copy the full SHA
    aff24e1 View commit details
    Browse the repository at this point in the history
  4. rustc_back: impl Hash for Svh

    richo committed Jun 28, 2015
    Copy the full SHA
    75219e1 View commit details
    Browse the repository at this point in the history
  5. rustc_back: Remove unused code

    Downstream consumers of Svh now use the ToString and Hash traits
    whenever possible
    richo committed Jun 28, 2015
    Copy the full SHA
    dd41732 View commit details
    Browse the repository at this point in the history