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(es): Use into for AST construction #9197

Merged
merged 28 commits into from
Jul 10, 2024
Merged

Commits on Jul 10, 2024

  1. Box::new(Expr::$VARIANT($ARG))

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eb2817a View commit details
    Browse the repository at this point in the history
  2. Box::new(Pat::$VARIANT($ARG))

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    164e3de View commit details
    Browse the repository at this point in the history
  3. Pat::$VARIANT($ARG)

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3f44fed View commit details
    Browse the repository at this point in the history
  4. Expr::$VARIANT($ARG)

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a369a40 View commit details
    Browse the repository at this point in the history
  5. More fomr impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dade00b View commit details
    Browse the repository at this point in the history
  6. fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5e07066 View commit details
    Browse the repository at this point in the history
  7. into into

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a0a2b31 View commit details
    Browse the repository at this point in the history
  8. Fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b9b1172 View commit details
    Browse the repository at this point in the history
  9. fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    080d0e6 View commit details
    Browse the repository at this point in the history
  10. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    92b9efd View commit details
    Browse the repository at this point in the history
  11. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4d3d833 View commit details
    Browse the repository at this point in the history
  12. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a08dcd7 View commit details
    Browse the repository at this point in the history
  13. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9f990b9 View commit details
    Browse the repository at this point in the history
  14. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8b353ee View commit details
    Browse the repository at this point in the history
  15. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    681f0cb View commit details
    Browse the repository at this point in the history
  16. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    126bbb2 View commit details
    Browse the repository at this point in the history
  17. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dfd5eb7 View commit details
    Browse the repository at this point in the history
  18. fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8c168aa View commit details
    Browse the repository at this point in the history
  19. more from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6719d88 View commit details
    Browse the repository at this point in the history
  20. fix mroe

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b4f87e4 View commit details
    Browse the repository at this point in the history
  21. more from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d4feabe View commit details
    Browse the repository at this point in the history
  22. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    beb46cf View commit details
    Browse the repository at this point in the history
  23. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    09af10e View commit details
    Browse the repository at this point in the history
  24. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2811081 View commit details
    Browse the repository at this point in the history
  25. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    32dcfb7 View commit details
    Browse the repository at this point in the history
  26. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a55467f View commit details
    Browse the repository at this point in the history
  27. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    14e8bcf View commit details
    Browse the repository at this point in the history
  28. more fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cdcfb9a View commit details
    Browse the repository at this point in the history