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