1. 21 Jul, 2021 2 commits
  2. 20 Jul, 2021 1 commit
  3. 19 Jul, 2021 4 commits
  4. 18 Jul, 2021 1 commit
  5. 16 Jul, 2021 5 commits
  6. 15 Jul, 2021 2 commits
  7. 14 Jul, 2021 3 commits
  8. 12 Jul, 2021 3 commits
    • fix inadvertent duplicate declaration generation · 2e06d45c
      Disabling the package item injection routine used in the enum conversion
      when there were no items to inject exposed cases where conversions would
      generate duplicate declarations. The hierarchical constant and param
      type conversions were trivially affected. The package conversion could
      inject class items within a generate region and then re-inject them
      outside of that generate region. The package conversions now uses an
      upgraded generate region flattening utility to ensure injected class
      items are seen. This also includes coverage for a conflict which
      occurred even without the enum conversion change.
      Zachary Snow committed
    • improved source position trace comments · ac548cac
      - remove needless comments generated during interface conversion
      - filter null statements even in verbose mode
      - hoist trace comment statements if doing so would prevent the need to
        wrap a task or function body in a block
      - add traces for global declarations
      - add traces for parameter declaration lists
      - add traces for module items within generate blocks
      - avoid generating duplicate traces before declarations
      Zachary Snow committed
  9. 11 Jul, 2021 2 commits
  10. 10 Jul, 2021 5 commits
  11. 09 Jul, 2021 4 commits
  12. 08 Jul, 2021 7 commits
  13. 07 Jul, 2021 1 commit