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

derive Hash (and not Copy) for ranges #34180

Merged
merged 4 commits into from
Jun 15, 2016
Merged

derive Hash (and not Copy) for ranges #34180

merged 4 commits into from
Jun 15, 2016

Commits on Jun 9, 2016

  1. derive Hash for ranges

    durka committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    85e76e8 View commit details
    Browse the repository at this point in the history
  2. make RangeInclusive Hash and !Copy

    [breaking-change] due to the removal of Copy which shouldn't have been there in the first place, as per policy set forth in rust-lang#27186.
    durka committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    9e78cd7 View commit details
    Browse the repository at this point in the history
  3. test traits defined on ranges

    durka committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    53618c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. Configuration menu
    Copy the full SHA
    df924ca View commit details
    Browse the repository at this point in the history