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

refactor: disentangle bindgen extractor logic (continued) #1025

Merged
merged 25 commits into from
Jun 22, 2023

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    7552448 View commit details
    Browse the repository at this point in the history
  2. fix compilation tests

    itegulov committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f0dfc73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79b5bc7 View commit details
    Browse the repository at this point in the history
  4. make init payable

    itegulov committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    45305c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    a9c9367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5976c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c3663b2 View commit details
    Browse the repository at this point in the history
  2. sanitize in place

    itegulov committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    92b21d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9884f14 View commit details
    Browse the repository at this point in the history
  4. appease clippy

    itegulov committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6e43c8e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    6dafce8 View commit details
    Browse the repository at this point in the history
  2. update testcase from master

    A new test case was added in near#1024, this had to be moved and updated
    to reflect the changes in 79b5bc7
    agostbiro committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    153db8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ab89d View commit details
    Browse the repository at this point in the history
  4. remove visitor submodule

    As there was only the mod.rs file remaining in the `visitor` submodule,
    I removed `visitor/mod.rs` and replaced it with `visitor.rs`.
    agostbiro committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    00e639f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2ea56e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83534ed View commit details
    Browse the repository at this point in the history
  7. add visit_handles_result

    agostbiro committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3e843b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b542608 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a344fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf44a8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76be952 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56394ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6637e59 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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