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-integer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: num-integer-0.1.46
Choose a base ref
...
head repository: rust-num/num-integer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: num-integer-0.1.47
Choose a head ref
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3ce90c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7b81e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge pull request #65 from cuviper/old-ci

    Fix older CI for num-traits 0.2.19
    cuviper authored May 4, 2024
    Configuration menu
    Copy the full SHA
    03640c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. test_is_multiple_of: call is_multiple_of from trait

    is_multiple_of was just stabilized for unsigned integer types[0], so this
    fails to compile on recent nightlies without this fix.
    
    0: rust-lang/rust#137383
    durin42 committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    a979659 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from durin42/rustc-nightly-is_multiple_of-stable

    test_is_multiple_of: call is_multiple_of from trait
    cuviper authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    4b1818d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. non-negative

    mikem8891 authored and cuviper committed Jul 2, 2026
    Configuration menu
    Copy the full SHA
    f9279a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from mikem8891/master

    Non-negative GCD documentation
    cuviper authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    dcaa965 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. Rename master to main

    cuviper committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    3e242f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcaece1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from cuviper/rename-head

    Rename master to main
    cuviper authored Jul 7, 2026
    Configuration menu
    Copy the full SHA
    3fbe47f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Configuration menu
    Copy the full SHA
    e164588 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.47

    cuviper committed Aug 11, 2026
    Configuration menu
    Copy the full SHA
    6c3bec6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from cuviper/karatsuba-sqrt

    implement Karatsuba Square Root
    cuviper authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    1377fb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Fix the release date

    cuviper committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    765fd9b View commit details
    Browse the repository at this point in the history
Loading