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