1. 10 Aug, 2023 1 commit
  2. 09 Aug, 2023 2 commits
  3. 01 Aug, 2023 4 commits
  4. 27 Jul, 2023 1 commit
  5. 09 Jul, 2023 1 commit
  6. 08 Jul, 2023 1 commit
  7. 24 Jun, 2023 3 commits
  8. 22 Jun, 2023 3 commits
  9. 21 Jun, 2023 1 commit
  10. 19 Jun, 2023 2 commits
  11. 18 Jun, 2023 1 commit
  12. 17 Jun, 2023 1 commit
  13. 14 Jun, 2023 2 commits
  14. 11 Jun, 2023 2 commits
  15. 07 Jun, 2023 1 commit
  16. 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
  17. 31 May, 2023 2 commits
  18. 29 May, 2023 2 commits
  19. 16 May, 2023 1 commit
  20. 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
  21. 14 May, 2023 1 commit
  22. 10 May, 2023 1 commit
  23. 09 May, 2023 1 commit
  24. 07 May, 2023 3 commits
  25. 26 Apr, 2023 1 commit