1. 05 Jul, 2021 2 commits
  2. 03 Jul, 2021 1 commit
    • initial pass improving decl parsing error messages · 6ee558b6
      - all decl tokens are given an accurate starting position
      - key grammar productions return token positions to facilitate the above
      - helpers for standardized parse error generation
      - replaced annoying pattern-matching type argument restrictions
      - moving away from dumping raw decl tokens in error messages
      Zachary Snow committed
  3. 02 Jul, 2021 2 commits
  4. 30 Jun, 2021 2 commits
  5. 28 Jun, 2021 1 commit
  6. 25 Jun, 2021 4 commits
  7. 24 Jun, 2021 1 commit
  8. 21 Jun, 2021 2 commits
  9. 20 Jun, 2021 1 commit
  10. 19 Jun, 2021 2 commits
  11. 17 Jun, 2021 3 commits
  12. 15 Jun, 2021 2 commits
  13. 08 Jun, 2021 1 commit
  14. 05 Jun, 2021 1 commit
  15. 04 Jun, 2021 3 commits
  16. 03 Jun, 2021 1 commit
  17. 02 Jun, 2021 1 commit
  18. 01 Jun, 2021 1 commit
  19. 31 May, 2021 4 commits
  20. 30 May, 2021 3 commits
  21. 29 May, 2021 1 commit
    • improved handling of string parameters · 7ffea36d
      - variable-size string parameter conversion restricted to modules which
        depend on the size of the string parameter
      - string localparams are typed as appropriately sized vectors
      - remove ordered parameter binding logic from string param conversion
      Zachary Snow committed
  22. 26 May, 2021 1 commit