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

Commits on May 9, 2024

  1. Fixed incorrect formulas for coefficients.

    This concerns only the comments for big integer multiplication where the formulas for the coefficients w0..w4 are explicitly listed. These were not completely correct.
    secret-playfair-rust committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ba15044 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #304 from ralphtandetzky/master

    Fixed incorrect formulas for coefficients.
    cuviper authored May 9, 2024
    Configuration menu
    Copy the full SHA
    98006b2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Commit to alloc as much as possible

    Since our MSRV is 1.60, and `alloc` was stabilized way back in 1.36, we
    don't need to be conditional about using it anymore. There are still a
    few places where we use `std` functionality, like `std::error::Error`,
    so that feature flag is still useful, but less than it used to be.
    cuviper committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f12e812 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #305 from cuviper/alloc

    Commit to `alloc` as much as possible
    cuviper authored May 10, 2024
    Configuration menu
    Copy the full SHA
    2435646 View commit details
    Browse the repository at this point in the history
  3. Add feature cfgs for docs.rs

    cuviper committed May 10, 2024
    Configuration menu
    Copy the full SHA
    52175ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #306 from cuviper/docsrs

    Add feature cfgs for docs.rs
    cuviper authored May 10, 2024
    Configuration menu
    Copy the full SHA
    f511841 View commit details
    Browse the repository at this point in the history
  5. Mimic the standard library for adc and sbb fallbacks

    The intrinsic x86/x86_64 versions are still faster though.
    cuviper committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d9fb6e6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Remove the last use of SignedDoubleBigDigit

    The inverse for `MontyReducer` doesn't need a wider type at all!
    cuviper committed May 11, 2024
    Configuration menu
    Copy the full SHA
    98bea13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #308 from cuviper/less-wide

    Avoid some widening operations
    cuviper authored May 11, 2024
    Configuration menu
    Copy the full SHA
    71b78bc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Merge pull request #309 from yhx-12243/strip-prefix

    style: use strip_prefix instead of manual starts_with/slice
    cuviper authored May 29, 2024
    Configuration menu
    Copy the full SHA
    124eac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fixes for target x32

    cuviper committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5d530aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #312 from cuviper/x32

    Fixes for target x32
    cuviper authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    98efc2b View commit details
    Browse the repository at this point in the history
  3. Release 0.4.6

    cuviper committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2b33deb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #313 from cuviper/release-0.4.6

    Release 0.4.6
    cuviper authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a25836e View commit details
    Browse the repository at this point in the history
Loading