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

Constant fold more unary and binary expressions #15202

Merged
merged 15 commits into from
Jun 25, 2023

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    33bc95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80e95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced8a10 View commit details
    Browse the repository at this point in the history
  4. Support constant folding bytes ops

    Unfortunately mypy can't easily support storing the bytes value for
    final references. Other than preventing b"foo" + CONST_BYTES from being
    folded, it also means this commit is mypyc-only.
    ichard26 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    54a892b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c057484 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b3c4c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bae7d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3670d0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d24649 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    0655190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a35c4 View commit details
    Browse the repository at this point in the history
  3. Moar comments

    ichard26 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    7fb8f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7542d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    c32dc3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9e755 View commit details
    Browse the repository at this point in the history