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-complex
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-complex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: num-complex-0.1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 8, 2018

  1. Fix typo on README

    `num-compex` => `num-complex`.
    
    May be good to publish a new version to crates.io so that the README is fixed there
    shingtaklam1324 authored and cuviper committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    14f13a3 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.43

    cuviper committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    48ea1e1 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
    1359337 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.44

    cuviper committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    08b4d96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 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
    29561b5 View commit details
    Browse the repository at this point in the history
Loading