Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-num/num-traits
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: num-traits-0.2.18
Choose a base ref
...
head repository: rust-num/num-traits
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: num-traits-0.2.19
Choose a head ref
  • 18 commits
  • 16 files changed
  • 2 contributors

Commits on Feb 8, 2024

  1. Use namespaced-features to safely bump to MSRV 1.60

    Earlier versions won't see the incompatible updates at all!
    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e4609ed View commit details
    Browse the repository at this point in the history
  2. Assume has_to_int_unchecked

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3b74d01 View commit details
    Browse the repository at this point in the history
  3. Assume has_reverse_bits

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2c012d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a59e17 View commit details
    Browse the repository at this point in the history
  5. Assume has_div_euclid

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    84e935b View commit details
    Browse the repository at this point in the history
  6. Assume has_copysign

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7c2f3bc View commit details
    Browse the repository at this point in the history
  7. Assume has_is_subnormal

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    33c92de View commit details
    Browse the repository at this point in the history
  8. Note the MSRV for total_cmp

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    531d965 View commit details
    Browse the repository at this point in the history
  9. Assume has_int_to_from_bytes

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7212041 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e253cd View commit details
    Browse the repository at this point in the history
  11. Upgrade to 2021 edition

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e9bea92 View commit details
    Browse the repository at this point in the history
  12. Update the MSRV in docs

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ca42b4e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #310 from cuviper/msrv-1.60

    Use namespaced-features to safely bump to MSRV 1.60
    cuviper authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a90d4a6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    2957044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a44ffb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from michaelciraci/implement-float-clamp

    Implementing clamp for Float trait
    cuviper authored May 3, 2024
    Configuration menu
    Copy the full SHA
    8358949 View commit details
    Browse the repository at this point in the history
  4. Release 0.2.19

    cuviper committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1a8d429 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #321 from cuviper/release-0.2.19

    Release 0.2.19
    cuviper authored May 3, 2024
    Configuration menu
    Copy the full SHA
    7ec3d41 View commit details
    Browse the repository at this point in the history
Loading