summaryrefslogtreecommitdiff
path: root/test/lit/isorecursive-good.wast
Commit message (Expand)AuthorAgeFilesLines
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-2/+1
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-7/+8
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Make final types the default (#5918)Thomas Lively2023-09-091-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-7/+7
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-15/+31
* [NFC] Fix check lines in nominal-good.wast (#5802)Thomas Lively2023-07-061-31/+29
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-3/+3
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-2/+2
* Update lit tests and remove stale checks (#5662)Thomas Lively2023-04-131-26/+2
* Convert some tests off of --nominal (#5660)Thomas Lively2023-04-131-1/+0
* [Wasm GC] Parse (sub $super _) for array, func, and struct (#5515)Andy Wingo2023-04-031-3/+3
* [Wasm GC] Support and fuzz function subtyping (#5420)Thomas Lively2023-01-121-4/+34
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-4/+4
* Remvoe extra space after rec beginning (#4981)Alon Zakai2022-08-291-2/+2
* Parse `rec` in update_lit_checks.py (#4784)Thomas Lively2022-07-081-18/+35
* Isorecursive binary format (#4494)Thomas Lively2022-02-031-2/+1
* Parse, create, and print isorecursive recursion groups (#4464)Thomas Lively2022-01-211-0/+53