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

feat!: int operations other than widen/narrow have only one width arg #1455

Merged
merged 6 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. feat!: int operations other than widen/narrow have only width arg

    BREAKING CHANGE: `idivmod_checked`, `idivmod`, `idiv`, `idiv_checked`, `imod`, `ishl`, `ishr`, `irotl`, `irotr` operations now only have one width argument for all inputs and outputs rather than two.
    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6eab43d View commit details
    Browse the repository at this point in the history
  2. fix descriptions

    Co-authored-by: Alec Edgington <[email protected]>
    ss2165 and cqc-alec authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3ec6362 View commit details
    Browse the repository at this point in the history
  3. remove redundant todo

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    715b695 View commit details
    Browse the repository at this point in the history
  4. fix descriptions

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fad3d78 View commit details
    Browse the repository at this point in the history
  5. update spec table

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    35e85a5 View commit details
    Browse the repository at this point in the history
  6. format table

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bc6fba6 View commit details
    Browse the repository at this point in the history