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

Ergotree proc-macro #634

Draft
wants to merge 20 commits into
base: develop
Choose a base branch
from
Draft

Ergotree proc-macro #634

wants to merge 20 commits into from

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    bf0007a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a07d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    83b310e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0505f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    6f6345e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924710b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    d1db47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6e43a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    d9044e3 View commit details
    Browse the repository at this point in the history
  2. Fix some clippy issues

    kettlebell committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ef5f04a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    43acc67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3182517 View commit details
    Browse the repository at this point in the history
  3. Document ExtractedType

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    6cabd1b View commit details
    Browse the repository at this point in the history
  4. Handle relation operators

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    034fc01 View commit details
    Browse the repository at this point in the history
  5. Handle logical operators

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    48473a4 View commit details
    Browse the repository at this point in the history
  6. Handle bitwise operations

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    2ba5d17 View commit details
    Browse the repository at this point in the history
  7. Handle LogicalNot

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    2d85550 View commit details
    Browse the repository at this point in the history
  8. Handle Downcast and Upcast

    kettlebell committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    84df5d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Initial MethodCall code

    kettlebell committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    f9f91e1 View commit details
    Browse the repository at this point in the history