Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use TopologicalSort::minSort to order rec groups (#6892) | Thomas Lively | 2024-09-04 | 1 | -8/+8 |
* | Drop support for type annotations on array.len (#6197) | Thomas Lively | 2024-01-03 | 1 | -4/+3 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -22/+22 |
* | Use Names instead of indices to identify segments (#5618) | Thomas Lively | 2023-04-04 | 1 | -15/+19 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 1 | -12/+12 |
* | Fix two fuzz bugs with ArrayNewSeg (#5242) | Thomas Lively | 2022-11-11 | 1 | -10/+10 |
* | Implement `array.new_data` and `array.new_elem` (#5214) | Thomas Lively | 2022-11-07 | 1 | -6/+66 |
* | Parse and emit `array.len` without a type annotation (#5151) | Thomas Lively | 2022-10-18 | 1 | -9/+25 |
* | Implement `array` basic heap type (#5148) | Thomas Lively | 2022-10-18 | 1 | -0/+72 |