Thanks to visit codestin.com
Credit goes to github.com

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: master
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: num-bigint-0.3.x
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 3, 2021

  1. rust: use explicitily Integer::div_ceil

    cf rust-lang/rust#88581
    
    (cherry picked from commit a8fc78c)
    catenacyber authored and cuviper committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    dfe3d2d View commit details
    Browse the repository at this point in the history
  2. Adjust shadowed names around div_ceil

    (cherry picked from commit de57106)
    cuviper committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    43eaeec View commit details
    Browse the repository at this point in the history
  3. Fix div_ceil with rand and serde too

    (cherry picked from commit 1469ed6)
    cuviper committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3affee9 View commit details
    Browse the repository at this point in the history
  4. Release 0.3.3

    cuviper committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    6c8442b View commit details
    Browse the repository at this point in the history
  5. Merge #220

    220: Release 0.3.3 r=cuviper a=cuviper
    
    This backports the changes to fix the use of `div_ceil`, #218.
    
    Co-authored-by: Philippe Antoine <[email protected]>
    Co-authored-by: Josh Stone <[email protected]>
    3 people authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8882ff5 View commit details
    Browse the repository at this point in the history
Loading