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 #9262

Merged
merged 214 commits into from
Jul 17, 2024
Merged

refactor(visit): Pre-generate visitor code #9262

merged 214 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. Add a crate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b75f204 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4556f50 View commit details
    Browse the repository at this point in the history
  63. fixup

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    97b8ac0 View commit details
    Browse the repository at this point in the history
  82. run_visitor_codegen

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    636df89 View commit details
    Browse the repository at this point in the history
  83. Fix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    100d504 View commit details
    Browse the repository at this point in the history
  84. Fix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    343afff View commit details
    Browse the repository at this point in the history
  85. codegen

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d793722 View commit details
    Browse the repository at this point in the history
  86. leaf_types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0cb0c6c View commit details
    Browse the repository at this point in the history
  87. Skip leaf types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    df2eb27 View commit details
    Browse the repository at this point in the history
  88. Visitor methods for leaf types

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8436746 View commit details
    Browse the repository at this point in the history
  90. fmt

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5d8663f View commit details
    Browse the repository at this point in the history
  91. WIP: FieldType

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2ebf041 View commit details
    Browse the repository at this point in the history
  92. FieldType

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7592931 View commit details
    Browse the repository at this point in the history
  93. Refactor

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e7fc498 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    2cfe6eb View commit details
    Browse the repository at this point in the history
  95. leaf types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6fa3d50 View commit details
    Browse the repository at this point in the history
  96. More work

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    084cae1 View commit details
    Browse the repository at this point in the history
  97. Option

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    318ac91 View commit details
    Browse the repository at this point in the history
  98. node types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eadbd2b View commit details
    Browse the repository at this point in the history
  99. feature

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    995e3c5 View commit details
    Browse the repository at this point in the history
  100. Options

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a8dfc11 View commit details
    Browse the repository at this point in the history
  101. Use qualified

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b7f2f0c View commit details
    Browse the repository at this point in the history
  102. unused

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5d1dae4 View commit details
    Browse the repository at this point in the history
  103. visit_wwith

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    58f54d3 View commit details
    Browse the repository at this point in the history
  104. Rename & should_skip

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e17ba31 View commit details
    Browse the repository at this point in the history
  105. all types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5be237a View commit details
    Browse the repository at this point in the history
  106. Fix typo

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3391739 View commit details
    Browse the repository at this point in the history
  107. should_skip

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    426205d View commit details
    Browse the repository at this point in the history
  108. GENERATED

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5ad8a7f View commit details
    Browse the repository at this point in the history
  109. Method name

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    96035bd View commit details
    Browse the repository at this point in the history
  110. More visitwith

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d28464d View commit details
    Browse the repository at this point in the history
  111. field_only_types

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    03a73f3 View commit details
    Browse the repository at this point in the history
  112. Fix VisitWith impls

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    818775d View commit details
    Browse the repository at this point in the history
  113. fixup

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    29ae8da View commit details
    Browse the repository at this point in the history
  114. Use visit_with<V>

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7d5cbdf View commit details
    Browse the repository at this point in the history
  115. {}

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1378f14 View commit details
    Browse the repository at this point in the history
  116. Fix arg types

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

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1982c61 View commit details
    Browse the repository at this point in the history
  119. opt_vec

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9c91f7f View commit details
    Browse the repository at this point in the history
  120. unit fields

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e8bfea2 View commit details
    Browse the repository at this point in the history
  121. Generic impls

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    660859d View commit details
    Browse the repository at this point in the history
  122. attributes

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    15c599a View commit details
    Browse the repository at this point in the history
  123. receiver

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d4729f7 View commit details
    Browse the repository at this point in the history
  124. Remove self.

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    793dbbb View commit details
    Browse the repository at this point in the history
  125. indent

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e1984c3 View commit details
    Browse the repository at this point in the history
  126. Box deref

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bc71e6e View commit details
    Browse the repository at this point in the history
  127. plural

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4cd161a View commit details
    Browse the repository at this point in the history
  128. BigIntValue

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3c94916 View commit details
    Browse the repository at this point in the history
  129. Fix bigint issue

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    274f69a View commit details
    Browse the repository at this point in the history
  130. Impl visit for [T]

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d8a092e View commit details
    Browse the repository at this point in the history
  131. Vec<T> => [T]

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa8e9fa View commit details
    Browse the repository at this point in the history
  132. refactor

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fb27db0 View commit details
    Browse the repository at this point in the history
  133. lint

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    842fd5a View commit details
    Browse the repository at this point in the history
  134. Use &[T] in visitor

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    90e5924 View commit details
    Browse the repository at this point in the history
  135. Use &[T] in visitor

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8b0219b View commit details
    Browse the repository at this point in the history
  136. Fix generic impl

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    398e298 View commit details
    Browse the repository at this point in the history
  137. declare_visit_trait: tems

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3fc4ea0 View commit details
    Browse the repository at this point in the history
  138. vectors

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b08c18b View commit details
    Browse the repository at this point in the history
  139. More implementors for VisitMut

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1b20faa View commit details
    Browse the repository at this point in the history
  140. fix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b2fca3d View commit details
    Browse the repository at this point in the history
  141. fix <V>

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    954cb97 View commit details
    Browse the repository at this point in the history
  142. Fix either impl

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    15702bb View commit details
    Browse the repository at this point in the history
  143. else_block

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d83d8ef View commit details
    Browse the repository at this point in the history
  144. &mut **self

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2c85465 View commit details
    Browse the repository at this point in the history
  145. V as #trait_name

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    093d52a View commit details
    Browse the repository at this point in the history
  146. #[inline]

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d4082ae View commit details
    Browse the repository at this point in the history
  147. Fix Optional

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0307c13 View commit details
    Browse the repository at this point in the history
  148. Init VisitAll

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    af266a9 View commit details
    Browse the repository at this point in the history
  149. prefix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c17de61 View commit details
    Browse the repository at this point in the history
  150. doc

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    418c217 View commit details
    Browse the repository at this point in the history
  151. Visitall

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d74583f View commit details
    Browse the repository at this point in the history
  152. VisitAll

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    859eb37 View commit details
    Browse the repository at this point in the history
  153. fix VisitAll

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b340fed View commit details
    Browse the repository at this point in the history
  154. swap args

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b579fb2 View commit details
    Browse the repository at this point in the history
  155. Fix recursion

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98289ee View commit details
    Browse the repository at this point in the history
  156. Use &[T] for VisitAll

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2de5be2 View commit details
    Browse the repository at this point in the history
  157. VisitAllWith for Vec<T>

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bd900e6 View commit details
    Browse the repository at this point in the history
  158. AstPath

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    27388c8 View commit details
    Browse the repository at this point in the history
  159. variant

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9b79906 View commit details
    Browse the repository at this point in the history
  160. #visit_with_name

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d774e4b View commit details
    Browse the repository at this point in the history
  161. field enums

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    05ea4e3 View commit details
    Browse the repository at this point in the history
  162. traits for field neums

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d271c1c View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    de8da9a View commit details
    Browse the repository at this point in the history
  164. method

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dc9db2d View commit details
    Browse the repository at this point in the history
  165. Call set_index

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b049b85 View commit details
    Browse the repository at this point in the history
  166. Fix astpath

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a2cd64d View commit details
    Browse the repository at this point in the history
  167. Fix return type

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    386360b View commit details
    Browse the repository at this point in the history
  168. set_index

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fb8dfd3 View commit details
    Browse the repository at this point in the history
  169. fixup

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4030e9c View commit details
    Browse the repository at this point in the history
  170. #fields_enum_name

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    66aba01 View commit details
    Browse the repository at this point in the history
  171. Hide set_inde

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3154bea View commit details
    Browse the repository at this point in the history
  172. Move to module

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    37eb77f View commit details
    Browse the repository at this point in the history
  173. Move to module

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aeb8be6 View commit details
    Browse the repository at this point in the history
  174. _ => {}

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0874ca8 View commit details
    Browse the repository at this point in the history
  175. __field_kind

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    14f5fa3 View commit details
    Browse the repository at this point in the history
  176. __ast_path

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4830de6 View commit details
    Browse the repository at this point in the history
  177. deref

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f8f973d View commit details
    Browse the repository at this point in the history
  178. Some work for ast path

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8dcb40b View commit details
    Browse the repository at this point in the history
  179. kind: vec

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ec527a6 View commit details
    Browse the repository at this point in the history
  180. enum variant

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    83d0af8 View commit details
    Browse the repository at this point in the history
  181. Check for variant

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8b66261 View commit details
    Browse the repository at this point in the history
  182. lint

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    866cde7 View commit details
    Browse the repository at this point in the history
  183. fix visibility

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    44c676c View commit details
    Browse the repository at this point in the history
  184. Move

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b9985e6 View commit details
    Browse the repository at this point in the history
  185. CI

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ce4d05 View commit details
    Browse the repository at this point in the history
  186. test

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d481dfd View commit details
    Browse the repository at this point in the history
  187. test

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7dbdc37 View commit details
    Browse the repository at this point in the history
  188. codegen

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    706b07c View commit details
    Browse the repository at this point in the history
  189. CSS

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0db7c3 View commit details
    Browse the repository at this point in the history
  190. Fix CSS AST

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2357f78 View commit details
    Browse the repository at this point in the history
  191. Fix all

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4e9da62 View commit details
    Browse the repository at this point in the history
  192. License

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    81c3e16 View commit details
    Browse the repository at this point in the history
  193. Fix tool

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4cd995c View commit details
    Browse the repository at this point in the history
  194. Fix tool

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    001e3fc View commit details
    Browse the repository at this point in the history
  195. Update snapshot

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6225d34 View commit details
    Browse the repository at this point in the history
  196. Log rustfmt

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c0d49cf View commit details
    Browse the repository at this point in the history
  197. canonicalize

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    74b2fe4 View commit details
    Browse the repository at this point in the history
  198. Udpate

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cdc19b1 View commit details
    Browse the repository at this point in the history
  199. AstParentNodeRef, AstParentKind

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bbdef94 View commit details
    Browse the repository at this point in the history
  200. Inline macro

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eb71063 View commit details
    Browse the repository at this point in the history
  201. GEN

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9586d8e View commit details
    Browse the repository at this point in the history
  202. lint

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bbc1a70 View commit details
    Browse the repository at this point in the history
  203. Merge branch 'main' into codegen

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e8116e7 View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    5615262 View commit details
    Browse the repository at this point in the history
  205. feature

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    39c30a4 View commit details
    Browse the repository at this point in the history
  206. visitor

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

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    788da1e View commit details
    Browse the repository at this point in the history
  209. fix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    761eaf6 View commit details
    Browse the repository at this point in the history
  210. Fix imports

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

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ff0a645 View commit details
    Browse the repository at this point in the history
  212. real fix

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    15ecdc3 View commit details
    Browse the repository at this point in the history
  213. autoinherit

    kdy1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2cd1553 View commit details
    Browse the repository at this point in the history
  214. swc_core

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