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

Extract instruction crate #2405

Merged
merged 46 commits into from
Sep 13, 2024
Merged

Commits on Sep 12, 2024

  1. extract instruction crate

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    03f7de0 View commit details
    Browse the repository at this point in the history
  2. remove thiserror

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    269af1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022bc50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed76f8d View commit details
    Browse the repository at this point in the history
  5. fix doc tests

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c0e5ef View commit details
    Browse the repository at this point in the history
  6. fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cbe3cc2 View commit details
    Browse the repository at this point in the history
  7. harmonize features

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fc9e019 View commit details
    Browse the repository at this point in the history
  8. fmt Cargo.toml

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    50cd0f3 View commit details
    Browse the repository at this point in the history
  9. clippy

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d9f5335 View commit details
    Browse the repository at this point in the history
  10. fix syscalls.rs imports

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    55dca67 View commit details
    Browse the repository at this point in the history
  11. update digests

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    629bfdb View commit details
    Browse the repository at this point in the history
  12. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    afd03a0 View commit details
    Browse the repository at this point in the history
  13. unused imports

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cf3212b View commit details
    Browse the repository at this point in the history
  14. post-rebase fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    12f9a7a View commit details
    Browse the repository at this point in the history
  15. fix doc links

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7dcfbf4 View commit details
    Browse the repository at this point in the history
  16. use workspace lints

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    066ceb3 View commit details
    Browse the repository at this point in the history
  17. fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e28ba93 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aef2a2b View commit details
    Browse the repository at this point in the history
  19. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    67f2dc9 View commit details
    Browse the repository at this point in the history
  20. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e023cc4 View commit details
    Browse the repository at this point in the history
  21. update import

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7cf608c View commit details
    Browse the repository at this point in the history
  22. fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ac2fdd View commit details
    Browse the repository at this point in the history
  23. fix dup import

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    be32fad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1da7102 View commit details
    Browse the repository at this point in the history
  25. fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    87e991b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c6141bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6bcdf3d View commit details
    Browse the repository at this point in the history
  28. fmt

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f6373c8 View commit details
    Browse the repository at this point in the history
  29. move get_processed_sibling_instruction and get_stack_height back to s…

    …olana-program to avoid breaking change
    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7bc0fae View commit details
    Browse the repository at this point in the history
  30. fix path

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f8acbfb View commit details
    Browse the repository at this point in the history
  31. fix typo

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bf9a4a4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cdb0a48 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0c43f15 View commit details
    Browse the repository at this point in the history
  34. fix bad import

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1127181 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9ed5c74 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e7db89a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0504374 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5d62dff View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    10f1c82 View commit details
    Browse the repository at this point in the history
  40. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3d77935 View commit details
    Browse the repository at this point in the history
  41. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    edfd466 View commit details
    Browse the repository at this point in the history
  42. missing import

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0d4dd64 View commit details
    Browse the repository at this point in the history
  43. update digest

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d2564f3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c0e6ca0 View commit details
    Browse the repository at this point in the history
  45. fix import warnings

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4b20996 View commit details
    Browse the repository at this point in the history
  46. simplify cfg usage

    kevinheavey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5727e9f View commit details
    Browse the repository at this point in the history