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

Add WrappingNeg trait #153

Merged
merged 3 commits into from
Mar 6, 2020
Merged

Add WrappingNeg trait #153

merged 3 commits into from
Mar 6, 2020

Commits on Feb 10, 2020

  1. wrapping: add WrappingNeg trait

    ocstl committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    54c9c25 View commit details
    Browse the repository at this point in the history
  2. wrapping: remove some WrappingNeg tests

    Some WrappingNeg tests rely on core::ops::Neg being implemented for
    core::num::Wrapping<_>. Since it was only added in Rust 1.10, this
    causes the build to fail for version 1.8 (the MSRV).
    
    The problematic tests have been replaced with a TODO. Ideally, if and
    when the MSRV reaches 1.10, it will be a simple matter of reverting this
    commit to bring back the tests.
    ocstl committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a883d87 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

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