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

[stdlib] Constrain BinaryInteger.Words to be a Collection #11178

Closed
wants to merge 5 commits into from

Commits on Jul 25, 2017

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

Commits on Jul 27, 2017

  1. [stdlib] Loosen BinaryInteger.Words constraint to _Indexable.

    This resolves a build time performance regression introduced in
    the previous commit.
    lorentey committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    7af21dc View commit details
    Browse the repository at this point in the history
  2. [stdlib] Move Collection.isEmpty, .count up to _Indexable.

    This allows the use of these properties on BinaryInteger.Words
    in unconstrained generic constraints.
    lorentey committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    6940054 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

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

Commits on Aug 2, 2017

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