| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix supertype counts when collecting heap types (#6905) | Thomas Lively | 2024-09-05 | 1 | -3/+3 |
* | Use TopologicalSort::minSort to order rec groups (#6892) | Thomas Lively | 2024-09-04 | 1 | -4/+4 |
* | [threads] Calculate shared heap type depths in subtypes.h (#6777) | Thomas Lively | 2024-07-23 | 1 | -0/+29 |
* | Remove extra space printed in empty structs (#6750) | Thomas Lively | 2024-07-16 | 1 | -2/+2 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -12/+32 |
* | Drop support for type annotations on array.len (#6197) | Thomas Lively | 2024-01-03 | 1 | -1/+1 |
* | GUFA: Add missing set of optimized boolean (#6010) | Alon Zakai | 2023-10-16 | 1 | -3/+3 |
* | Make final types the default (#5918) | Thomas Lively | 2023-09-09 | 1 | -34/+34 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -96/+96 |
* | Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894) | Jérôme Vouillon | 2023-08-23 | 1 | -173/+175 |
* | Fix LinearExecutionWalker on calls (#5857) | Alon Zakai | 2023-08-07 | 1 | -0/+59 |
* | GUFA: Infer using TrapsNeverHappen (#5850) | Alon Zakai | 2023-08-02 | 1 | -0/+1955 |