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

Bring the overflow behavior in bit shifts in sync with std #395

Merged
merged 15 commits into from
Dec 13, 2023

Commits on Dec 12, 2023

  1. Add more benchmarks for shifts

    fjarri committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f949925 View commit details
    Browse the repository at this point in the history
  2. Inline some low-level ops

    fjarri committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8257838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dbb16c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f9fd15 View commit details
    Browse the repository at this point in the history
  5. Adjust BoxedUint API

    fjarri committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    90a21a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36175ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a17ef3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    972f546 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17145af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1640e79 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix BoxedUint shift docstrings

    fjarri committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0ff9c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3558f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43af4e2 View commit details
    Browse the repository at this point in the history
  4. Remove an obsolete test

    fjarri committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    18179e0 View commit details
    Browse the repository at this point in the history
  5. Typo fix in shift docstrings

    fjarri committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6ce585a View commit details
    Browse the repository at this point in the history