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

[mypyc] Support the i16 native integer type #15464

Merged
merged 22 commits into from
Jun 23, 2023
Merged

[mypyc] Support the i16 native integer type #15464

merged 22 commits into from
Jun 23, 2023

Commits on Jun 18, 2023

  1. Add i16 to test stubs

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    acfb403 View commit details
    Browse the repository at this point in the history
  2. Add failing test case

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    fabfa1a View commit details
    Browse the repository at this point in the history
  3. Some i16 operations work

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    7096d32 View commit details
    Browse the repository at this point in the history
  4. Add test case

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    91fd533 View commit details
    Browse the repository at this point in the history
  5. Partial support for // and %

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e03d006 View commit details
    Browse the repository at this point in the history
  6. Add irbuild test case

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    22cefd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5084558 View commit details
    Browse the repository at this point in the history
  8. Support i16 -> int coercion

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1e456c9 View commit details
    Browse the repository at this point in the history
  9. Add test case

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    8618333 View commit details
    Browse the repository at this point in the history
  10. Add and update unit tests

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    531cca2 View commit details
    Browse the repository at this point in the history
  11. Fix conversions

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    fcdd7e1 View commit details
    Browse the repository at this point in the history
  12. Document i16

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    de7b9a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5e67bb View commit details
    Browse the repository at this point in the history
  14. Support i16 at runtime

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    09992a5 View commit details
    Browse the repository at this point in the history
  15. More runtime tests

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d825911 View commit details
    Browse the repository at this point in the history
  16. Some test updates

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    80f3932 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e470524 View commit details
    Browse the repository at this point in the history
  18. Black

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    9ac00f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e144679 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8cf1a92 View commit details
    Browse the repository at this point in the history
  21. Black

    JukkaL committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    90cc72a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    05c459e View commit details
    Browse the repository at this point in the history