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