summaryrefslogtreecommitdiff
path: root/test/lit/passes/gto-mutability.wast
Commit message (Expand)AuthorAgeFilesLines
* [GC] Fix GlobalTypeOptimization logic for public types handling (#7051)Alon Zakai2024-11-041-0/+324
* Remove closed world validation checks (#7019)Alon Zakai2024-10-181-0/+36
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-101-4/+4
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-1/+1
* Support i8/i16 mutable arrays as public types for string interop (#5814)Alon Zakai2023-09-211-0/+63
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-091-6/+6
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-35/+35
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-3/+3
* Port a few more tests off of --nominal (#5666)Thomas Lively2023-04-141-35/+51
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-29/+29
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-77/+80
* Update nominal type ordering (#4631)Thomas Lively2022-05-031-2/+1
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-18/+18
* Heap2Local: Handle loops (#4288)Alon Zakai2021-10-281-1/+2
* [Wasm GC] Add missing Tuple logic to TypeRewriter (#4278)Alon Zakai2021-10-261-0/+35
* [Wasm GC] Global Type Optimization: Remove unread fields (#4255)Alon Zakai2021-10-201-6/+195
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-26/+26
* [Wasm GC] GlobalTypeOptimization: Turn fields immutable when possible (#4213)Alon Zakai2021-10-061-0/+348