1. 01 Aug, 2023 2 commits
  2. 27 Jul, 2023 1 commit
  3. 09 Jul, 2023 1 commit
  4. 08 Jul, 2023 1 commit
  5. 24 Jun, 2023 3 commits
  6. 22 Jun, 2023 3 commits
  7. 21 Jun, 2023 1 commit
  8. 19 Jun, 2023 2 commits
  9. 18 Jun, 2023 1 commit
  10. 17 Jun, 2023 1 commit
  11. 14 Jun, 2023 2 commits
  12. 11 Jun, 2023 2 commits
  13. 07 Jun, 2023 1 commit
  14. 06 Jun, 2023 1 commit
    • avoid dangling procedural else · 4756f497
      * Remove unneeded begin/end when the loop is a do/while
      * Dangling else check passes through statement attributes (bug fix)
      * Dangling else check passes through most control flow structures to reduce unneeded begin/end
      * Add test case and update changelog
      
      ---------
      
      Co-authored-by: qcorradi <q.corradi22@imperial.ac.uk>
      Co-authored-by: Zachary Snow <zach@zachjs.com>
      CORRADI Quentin committed
  15. 31 May, 2023 2 commits
  16. 29 May, 2023 2 commits
  17. 16 May, 2023 1 commit
  18. 15 May, 2023 1 commit
    • drop tf block edge case · 2aff725e
      - The deleted chunk in TFBlock has been unreachable since 57ef23ef. The
        RemoveComments change would make it reachable by dropping the leading
        Null in a task or function body.
      - The optimization in TFBlock was unsound because the nested block could
        shadow identifiers used (but not defined) in the tail of the outer
        block.
      - The optimization is not clearly necessary, so I'm dropping it for now.
      - Expand tf_block test coverage.
      Zachary Snow committed
  19. 14 May, 2023 1 commit
  20. 10 May, 2023 1 commit
  21. 09 May, 2023 1 commit
  22. 07 May, 2023 3 commits
  23. 26 Apr, 2023 1 commit
  24. 21 Apr, 2023 1 commit
  25. 08 Mar, 2023 1 commit
  26. 22 Feb, 2023 1 commit
  27. 08 Jan, 2023 1 commit
  28. 24 Dec, 2022 1 commit