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

Implementations of type hashing. #3703

Merged
merged 28 commits into from
Feb 14, 2019
Merged

Commits on Jan 22, 2019

  1. Implementations of Number type hashing.

    As title.
    stuartarchibald committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1d17146 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fix up set IR hash function resolution.

    As title.
    stuartarchibald committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    9310fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe464b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7dfb7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a900f42 View commit details
    Browse the repository at this point in the history
  5. Fix Python 2.7.

    As title.
    stuartarchibald committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    835290c View commit details
    Browse the repository at this point in the history
  6. Flake 8 fixes.

    As title.
    stuartarchibald committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b9a4412 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Adjust return types.

    As title.
    stuartarchibald committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    3389e97 View commit details
    Browse the repository at this point in the history
  2. Update to use C type names.

    As title.
    stuartarchibald committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    666e45a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. 32 bit fixes

    As title.
    stuartarchibald committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    871900d View commit details
    Browse the repository at this point in the history
  2. Missed the var module.

    As title.
    stuartarchibald committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9c86d0a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Fix up for windows pointer sizes.

    As title.
    stuartarchibald committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    0b384b6 View commit details
    Browse the repository at this point in the history
  2. Fix up int overflows.

    As title.
    stuartarchibald committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a47d464 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Fix i64 min hash on 32bit

    As title.
    stuartarchibald committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0888bcc View commit details
    Browse the repository at this point in the history
  2. Add checks for hashing on Py2.

    As title.
    stuartarchibald committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8a36707 View commit details
    Browse the repository at this point in the history
  3. Show numba -s in azure.

    As title.
    stuartarchibald committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8c6bdfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b0da0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    7e46bd9 View commit details
    Browse the repository at this point in the history
  2. add numba -s

    stuartarchibald committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    0c54e9c View commit details
    Browse the repository at this point in the history
  3. debug

    stuartarchibald committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    08befe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a15cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9e81ff View commit details
    Browse the repository at this point in the history
  6. Revert "tmp commit, only run windows"

    This reverts commit 7e46bd9.
    stuartarchibald committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e184a24 View commit details
    Browse the repository at this point in the history
  7. reenable all tests

    stuartarchibald committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    f8ddce8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Add documentation

    As title.
    stuartarchibald committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    65196c6 View commit details
    Browse the repository at this point in the history
  2. Remove debug

    stuartarchibald committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    3143774 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Respond to PR feedback

    As title.
    stuartarchibald committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b82113d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Fail on invalid cast.

    As title.
    stuartarchibald committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    5ab801f View commit details
    Browse the repository at this point in the history