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(visit): Pre-generate visitor code #15

Closed
wants to merge 82 commits into from
Closed

Commits on Jul 16, 2024

  1. Add a crate

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    061bd6b View commit details
    Browse the repository at this point in the history
  2. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1cc6d8e View commit details
    Browse the repository at this point in the history
  3. publish false

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5adc83c View commit details
    Browse the repository at this point in the history
  4. Deps

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    efa50e7 View commit details
    Browse the repository at this point in the history
  5. Dep

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2cf29dc View commit details
    Browse the repository at this point in the history
  6. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cfd1392 View commit details
    Browse the repository at this point in the history
  7. cli args

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    edb4add View commit details
    Browse the repository at this point in the history
  8. Dep

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d3e9010 View commit details
    Browse the repository at this point in the history
  9. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    082c2ea View commit details
    Browse the repository at this point in the history
  10. main

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e201cdd View commit details
    Browse the repository at this point in the history
  11. collect inputs

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    60decfe View commit details
    Browse the repository at this point in the history
  12. more main

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fb461e6 View commit details
    Browse the repository at this point in the history
  13. inputs

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e99990c View commit details
    Browse the repository at this point in the history
  14. all_types

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    19035e0 View commit details
    Browse the repository at this point in the history
  15. generator

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a82b976 View commit details
    Browse the repository at this point in the history
  16. syn/full

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cc134b8 View commit details
    Browse the repository at this point in the history
  17. Rename

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    42c1162 View commit details
    Browse the repository at this point in the history
  18. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9ebcf66 View commit details
    Browse the repository at this point in the history
  19. cargo alias

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

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    71a5c46 View commit details
    Browse the repository at this point in the history
  21. WIP: qualify_types

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a0b97f4 View commit details
    Browse the repository at this point in the history
  22. for_each_use_item

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    737872f View commit details
    Browse the repository at this point in the history
  23. dep

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7004e2f View commit details
    Browse the repository at this point in the history
  24. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    834b914 View commit details
    Browse the repository at this point in the history
  25. Finish qualify_types

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    489bbff View commit details
    Browse the repository at this point in the history
  26. Dep

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    47e3543 View commit details
    Browse the repository at this point in the history
  27. visit-mut

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2b2b70a View commit details
    Browse the repository at this point in the history
  28. cargo fmt

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ab3fb7b View commit details
    Browse the repository at this point in the history
  29. More

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    44ad32f View commit details
    Browse the repository at this point in the history
  30. more work

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3a0d81b View commit details
    Browse the repository at this point in the history
  31. codegen

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    accb501 View commit details
    Browse the repository at this point in the history
  32. use generated

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    53b8ccc View commit details
    Browse the repository at this point in the history
  33. More work

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

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

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    94bf113 View commit details
    Browse the repository at this point in the history
  36. more

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

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0a530b0 View commit details
    Browse the repository at this point in the history
  38. more

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    28f8bea View commit details
    Browse the repository at this point in the history
  39. More work

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3a29949 View commit details
    Browse the repository at this point in the history
  40. fix

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ce3b75a View commit details
    Browse the repository at this point in the history
  41. cmt

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    065d27b View commit details
    Browse the repository at this point in the history
  42. dep

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9e2a1a0 View commit details
    Browse the repository at this point in the history
  43. cargo lockfile

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    95ad39a View commit details
    Browse the repository at this point in the history
  44. snake case

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8ada589 View commit details
    Browse the repository at this point in the history
  45. fix codegen

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    35d5207 View commit details
    Browse the repository at this point in the history
  46. more

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    01587a7 View commit details
    Browse the repository at this point in the history
  47. receiver

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    89e3699 View commit details
    Browse the repository at this point in the history
  48. doc

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    abb7e95 View commit details
    Browse the repository at this point in the history
  49. doc

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e21a13f View commit details
    Browse the repository at this point in the history
  50. sort

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4ee2792 View commit details
    Browse the repository at this point in the history
  51. doc

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ec7bb0e View commit details
    Browse the repository at this point in the history
  52. default_visit_body

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8840069 View commit details
    Browse the repository at this point in the history
  53. named struct

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

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    338f0c3 View commit details
    Browse the repository at this point in the history
  55. codegen

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9ab49b9 View commit details
    Browse the repository at this point in the history
  56. Default impl is done

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

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    000f924 View commit details
    Browse the repository at this point in the history
  58. Default impl

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1eecbd5 View commit details
    Browse the repository at this point in the history
  59. Optimize

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2be68a7 View commit details
    Browse the repository at this point in the history
  60. Optimize

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1e3fe69 View commit details
    Browse the repository at this point in the history
  61. Optimize

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d63b27e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    deb2c3a View commit details
    Browse the repository at this point in the history
  63. fixup

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f9def4b View commit details
    Browse the repository at this point in the history
  64. More opt

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    befc8f9 View commit details
    Browse the repository at this point in the history
  65. Fix qualify_types

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4afc441 View commit details
    Browse the repository at this point in the history
  66. more work

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    de410ce View commit details
    Browse the repository at this point in the history
  67. Improve

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c953974 View commit details
    Browse the repository at this point in the history
  68. More fix

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    00cf542 View commit details
    Browse the repository at this point in the history
  69. lint

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7768d57 View commit details
    Browse the repository at this point in the history
  70. AstPath

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    26884ef View commit details
    Browse the repository at this point in the history
  71. more work for ast path

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    282b300 View commit details
    Browse the repository at this point in the history
  72. fileds enums

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2f716b3 View commit details
    Browse the repository at this point in the history
  73. fix

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    29e9444 View commit details
    Browse the repository at this point in the history
  74. More ast path work

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    92715f9 View commit details
    Browse the repository at this point in the history
  75. more work

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9bd310c View commit details
    Browse the repository at this point in the history
  76. vector fields

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e033bb View commit details
    Browse the repository at this point in the history
  77. 'ast

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bc3474c View commit details
    Browse the repository at this point in the history
  78. lifetime

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cda2974 View commit details
    Browse the repository at this point in the history
  79. Add cfg

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fe5806f View commit details
    Browse the repository at this point in the history
  80. Fix FQ

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fea570d View commit details
    Browse the repository at this point in the history
  81. GEN

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    afd59b9 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    036a950 View commit details
    Browse the repository at this point in the history