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