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.1.x
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on May 16, 2018

  1. chmod -x benches/factorial.rs

    cuviper committed May 16, 2018
    Configuration menu
    Copy the full SHA
    fc4d149 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Disable rustc-serialize derives for future compilers

    The built-in derives are being [removed], but crater showed problems
    with crates depending on `num v0.1`, where this feature is enabled by
    default. With this PR, we detect the missing built-ins and disable the
    derives, adding a build-script warning about it. Cargo won't show such
    warnings by default from non-path dependencies, unless the build fails.
    
    [removed]: rust-lang/rust#134272
    cuviper committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    6b11ef8 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.45

    cuviper committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    fbca0b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #319 from cuviper/dead-derive-0.1

    [0.1] Disable `rustc-serialize` derives for future compilers
    cuviper authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    a69685e View commit details
    Browse the repository at this point in the history
Loading