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

Initial Rust implementation #173

Closed
wants to merge 8 commits into from

Commits on May 24, 2024

  1. [DRAFT]

    ebfull committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5b6bc86 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    5906175 View commit details
    Browse the repository at this point in the history
  2. Rearrange Rust impl to match C++ more closely

    The only changes here other than moving chunks of code around are
    - moving `evaluate` out of `impl Script`, which required changing
     `&self` to `script: &Script`; and
    - unifying `ExecutionOptions` with `VerificationFlags`.
    sellout committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a25ddc7 View commit details
    Browse the repository at this point in the history
  3. Rename Rust identifiers to match C++

    For easier side-by-side comparison.
    sellout committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4b35877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8d0c87 View commit details
    Browse the repository at this point in the history
  5. Existing unit tests succeed

    sellout committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2f546a4 View commit details
    Browse the repository at this point in the history
  6. The rest of the owl

    sellout committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3c735f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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