Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul split integer handling and fix numerous issues #384

Merged
merged 8 commits into from
Dec 8, 2020

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    080f6d3 View commit details
    Browse the repository at this point in the history
  2. Introduce the DInt and HInt traits

    and add various methods that will be used for improved fuzzing
    AaronKutch committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    b1a7a00 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    d1960ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400c504 View commit details
    Browse the repository at this point in the history
  3. Remove WideInt

    AaronKutch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    35e323a View commit details
    Browse the repository at this point in the history
  4. replace some transmutes

    AaronKutch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    96eafff View commit details
    Browse the repository at this point in the history
  5. fix some clippy warnings

    AaronKutch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    430c0b4 View commit details
    Browse the repository at this point in the history
  6. Completely overhaul fuzz testing

    adds testing for almost every numerical intrinsic
    AaronKutch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c2ff1b3 View commit details
    Browse the repository at this point in the history