-
Notifications
You must be signed in to change notification settings - Fork 204
Comparing changes
Open a pull request
base repository: rust-num/num-bigint
base: num-bigint-0.4.5
head repository: rust-num/num-bigint
compare: num-bigint-0.4.6
- 15 commits
- 20 files changed
- 3 contributors
Commits on May 9, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for ba15044 - Browse repository at this point
Copy the full SHA ba15044View commit details -
Merge pull request #304 from ralphtandetzky/master
Fixed incorrect formulas for coefficients.
Configuration menu - View commit details
-
Copy full SHA for 98006b2 - Browse repository at this point
Copy the full SHA 98006b2View commit details
Commits on May 10, 2024
-
Commit to
alloc
as much as possibleSince 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.
Configuration menu - View commit details
-
Copy full SHA for f12e812 - Browse repository at this point
Copy the full SHA f12e812View commit details -
Merge pull request #305 from cuviper/alloc
Commit to `alloc` as much as possible
Configuration menu - View commit details
-
Copy full SHA for 2435646 - Browse repository at this point
Copy the full SHA 2435646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52175ce - Browse repository at this point
Copy the full SHA 52175ceView commit details -
Merge pull request #306 from cuviper/docsrs
Add feature cfgs for docs.rs
Configuration menu - View commit details
-
Copy full SHA for f511841 - Browse repository at this point
Copy the full SHA f511841View commit details -
Mimic the standard library for
adc
andsbb
fallbacksThe intrinsic x86/x86_64 versions are still faster though.
Configuration menu - View commit details
-
Copy full SHA for d9fb6e6 - Browse repository at this point
Copy the full SHA d9fb6e6View commit details
Commits on May 11, 2024
-
Remove the last use of
SignedDoubleBigDigit
The inverse for `MontyReducer` doesn't need a wider type at all!
Configuration menu - View commit details
-
Copy full SHA for 98bea13 - Browse repository at this point
Copy the full SHA 98bea13View commit details -
Merge pull request #308 from cuviper/less-wide
Avoid some widening operations
Configuration menu - View commit details
-
Copy full SHA for 71b78bc - Browse repository at this point
Copy the full SHA 71b78bcView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 635c687 - Browse repository at this point
Copy the full SHA 635c687View commit details
Commits on May 29, 2024
-
Merge pull request #309 from yhx-12243/strip-prefix
style: use strip_prefix instead of manual starts_with/slice
Configuration menu - View commit details
-
Copy full SHA for 124eac8 - Browse repository at this point
Copy the full SHA 124eac8View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d530aa - Browse repository at this point
Copy the full SHA 5d530aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98efc2b - Browse repository at this point
Copy the full SHA 98efc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b33deb - Browse repository at this point
Copy the full SHA 2b33debView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25836e - Browse repository at this point
Copy the full SHA a25836eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff num-bigint-0.4.5...num-bigint-0.4.6