index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
heap-types.wast.fromBinary.noDebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-353
/
+0
*
[Wasm GC] Stop printing deprecated cast etc. instructions (#5852)
Thomas Lively
2023-08-02
1
-5
/
+5
*
Print supertype declarations using the standard format (#5801)
Thomas Lively
2023-07-06
1
-2
/
+2
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-2
/
+2
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-2
/
+2
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-2
/
+2
*
[Wasm GC] Automatically make RefCast heap types more precise (#5704)
Alon Zakai
2023-05-05
1
-1
/
+1
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-2
/
+2
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-6
/
+1
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-3
/
+4
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-6
/
+0
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-26
/
+6
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-4
/
+4
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-30
/
+9
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-21
/
+22
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-1
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-46
/
+45
*
Simplify and fix heap type counting (#5110)
Thomas Lively
2022-10-04
1
-3
/
+3
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-4
/
+4
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-4
/
+2
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-132
/
+27
*
Include globals when collecting module types (#4717)
Thomas Lively
2022-06-10
1
-1
/
+1
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-1
/
+32
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-2
/
+36
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-2
/
+21
*
[Wasm GC] Fix printing of more unreachable struct/array instructions (#4049)
Alon Zakai
2021-08-03
1
-2
/
+8
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-1
/
+4
*
[Wasm GC] Support struct.new in global initializers (#3930)
Alon Zakai
2021-06-09
1
-0
/
+3
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-1
/
+54
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-1
/
+11
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-4
/
+4
*
[Wasm GC] Fix printing of unreachable Array operations (#3892)
Alon Zakai
2021-05-17
1
-2
/
+29
*
[Wasm GC] Fix StructSet::finalize on an unreachable value (#3874)
Alon Zakai
2021-05-10
1
-2
/
+14
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-25
/
+29
*
[Wasm GC] Allow set values to be subtypes (#3665)
Alon Zakai
2021-03-09
1
-2
/
+13
*
Fix binary writing of local name indexes (#3649)
Alon Zakai
2021-03-04
1
-6
/
+6
*
[Wasm GC] Parse text field names even of types that end up canonicalized toge...
Alon Zakai
2021-03-03
1
-0
/
+5
*
[Wasm GC] ref.cast and ref.test should have zero immediates (#3641)
Alon Zakai
2021-03-02
1
-2
/
+2
*
[Wasm GC] Allow subtyping in arguments to struct.get etc. Fixes #3636 (#3644)
Alon Zakai
2021-03-02
1
-1
/
+6
*
Support comparing, subtyping, and naming recursive types (#3610)
Thomas Lively
2021-02-25
1
-2
/
+2
*
[Wasm GC] Fix the order of operands in array.new and struct.new (#3617)
Alon Zakai
2021-02-25
1
-4
/
+4
*
Support type use before definition in binaries (#3588)
Thomas Lively
2021-02-19
1
-6
/
+6
*
[GC] Do not crash on unreachable inputs to struct.get/set (#3542)
Alon Zakai
2021-02-03
1
-0
/
+3
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-6
/
+14
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+5
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+34
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-4
/
+6
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-1
/
+18
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+21
*
[GC] Fix minor binary format issues of ordering and immediates (#3472)
Alon Zakai
2021-01-11
1
-0
/
+3
[next]