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 u8 native integer type #15564

Merged
merged 16 commits into from
Jul 6, 2023
Merged

[mypyc] Support the u8 native integer type #15564

merged 16 commits into from
Jul 6, 2023

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    f5465bd View commit details
    Browse the repository at this point in the history
  2. Fix remaining irbuild tests

    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    81f9e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d084bb View commit details
    Browse the repository at this point in the history
  4. Fix tests and issues

    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    5f362ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdcc841 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    145474a View commit details
    Browse the repository at this point in the history
  7. Rename native int types in IR to match names in mypy_extensions

    For example, use i64 instead of int64.
    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8a47018 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fd535b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e20e1f7 View commit details
    Browse the repository at this point in the history
  10. Document u8

    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e3d4eac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d77fda View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    70dfa56 View commit details
    Browse the repository at this point in the history
  13. Lint

    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ca05ef6 View commit details
    Browse the repository at this point in the history
  14. Minor tweaks

    JukkaL committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    62bfc28 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

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