summaryrefslogtreecommitdiff
path: root/test/gtest/type-builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Encode reference types with bit packing (#7142)Thomas Lively2024-12-101-8/+0
* [threads] Calculate shared heap type depths in subtypes.h (#6777)Thomas Lively2024-07-231-14/+37
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-4/+205
* [NFC] Add constexpr HeapTypes for basic heap types (#6662)Thomas Lively2024-06-141-38/+38
* [threads] Parse, build, and print shared composite types (#6654)Thomas Lively2024-06-121-0/+34
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-82/+4
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-1/+83
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-28/+39
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-0/+73
* Make final types the default (#5918)Thomas Lively2023-09-091-60/+48
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-0/+32
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-3/+3
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-22/+0
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-77/+23
* Add a TypeNameGenerator that uses names from a Module (#5437)Thomas Lively2023-01-181-4/+42
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-27/+28
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-13/+8
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-1/+122
* Fix isorecursive canonicalization (#5269)Thomas Lively2022-11-171-1/+1
* [Wasm GC] Fix the depth of the new array heap type (#5186)Alon Zakai2022-10-281-1/+21
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-2/+22
* Exhaustively test basic heap type relationships (#5147)Thomas Lively2022-10-171-0/+199
* [Wasm GC] Add a getMaxDepths() helper for heap types (#5134)Alon Zakai2022-10-131-0/+29
* [Wasm GC] Add a method to traverse subtypes (#5131)Alon Zakai2022-10-121-0/+51
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-0/+4
* Fix compiler warnings under emcc. NFC (#5104)Sam Clegg2022-10-031-3/+3
* [Wasm GC] Fix .depth() and add testing (#5102)Alon Zakai2022-09-301-0/+38
* [C API] Make TypeBuilderSetSubType take a heap type (#5045)dcode2022-09-231-0/+86
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-4/+7
* Remove RTTs (#4848)Thomas Lively2022-08-051-8/+3
* Remove basic reference types (#4802)Thomas Lively2022-07-201-4/+9
* Allow TypeBuilder::grow to take 0 as an argument (#4668)Thomas Lively2022-05-161-0/+2
* Add SubTypes::getAllSubTypes variant which includes the type itself (#4649)Alon Zakai2022-05-131-0/+30
* Remove externref (#4633)Thomas Lively2022-05-041-11/+11
* Revert "Re-enable a previously flaky type test (#4582)" (#4591)Thomas Lively2022-04-111-1/+1
* Re-enable a previously flaky type test (#4582)Thomas Lively2022-04-051-1/+1
* Change `TypeTest` to use isorecursive types (#4540)Thomas Lively2022-03-221-4/+5
* [NFC] Move type system test fixture to its own header (#4539)Thomas Lively2022-03-221-31/+1
* Make IndexedTypeNameGenerator more powerful (#4511)Thomas Lively2022-02-091-2/+45
* Eagerly canonicalize basic types (#4507)Thomas Lively2022-02-081-0/+27
* Validate supertypes after isorecursive canonicalization (#4506)Thomas Lively2022-02-071-0/+26
* Disable a flaky isorecursion test (#4497)Thomas Lively2022-02-021-1/+1
* Isorecursive HeapType constructors (#4482)Thomas Lively2022-01-291-0/+29
* Isorecursive canonicalization (#4481)Thomas Lively2022-01-291-9/+142
* Add a HeapType method for getting the rec group index (#4480)Thomas Lively2022-01-271-0/+27
* Isorecursive type validation (#4475)Thomas Lively2022-01-261-6/+47
* Make `TypeBuilder::build()` fallible (#4474)Thomas Lively2022-01-251-1/+61
* Create `ParentIndexIterator` to reduce iterator boilerplate (#4469)Thomas Lively2022-01-211-3/+65
* Reset global type state between tests (#4468)Thomas Lively2022-01-201-2/+19