index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
passes
/
Oz_fuzz-exec_all-features.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly stringify names in tests (#6279)
Thomas Lively
2024-02-06
1
-2
/
+2
*
Fix incorrect wat in tests (#6207)
Thomas Lively
2024-01-08
1
-2
/
+2
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-2
/
+2
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-20
/
+20
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-1
/
+1
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-1
/
+1
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-12
/
+12
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-1
/
+1
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-7
/
+7
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-7
/
+7
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-7
/
+7
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-4
/
+4
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-8
/
+0
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-1
/
+1
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-2
/
+2
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-8
/
+0
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-19
/
+19
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-78
/
+1
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-2
/
+2
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-2
/
+2
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-2
/
+2
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-4
/
+6
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-181
/
+29
*
Fix RTTs for RTT-less instructions (#4294)
Thomas Lively
2021-11-03
1
-1
/
+3
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-13
/
+6
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-0
/
+94
*
Fix interpreting of ref.as_func|data (#4164)
Alon Zakai
2021-09-20
1
-0
/
+34
*
[Wasm GC] Fix lack of packing in array.init (#4153)
Alon Zakai
2021-09-14
1
-0
/
+13
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+22
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+44
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-0
/
+115
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+48
*
[Wasm GC] Fix casting code in interpreter (#3873)
Alon Zakai
2021-05-10
1
-0
/
+12
*
[Wasm GC] Fix Array initialization of a packed value (#3868)
Alon Zakai
2021-05-07
1
-0
/
+15
*
[Wasm GC] Fix precompute on GC data (#3810)
Alon Zakai
2021-04-15
1
-1
/
+3
*
Fuzzer: Distinguish traps from host limitations (#3801)
Alon Zakai
2021-04-12
1
-0
/
+15
*
[GC] Do not crash on unreasonable GC array allocations in interpreter; trap (...
Alon Zakai
2021-04-07
1
-1
/
+9
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-1
/
+6
*
[Wasm GC] Validate static subtyping in rtt.sub (#3696)
Alon Zakai
2021-03-16
1
-1
/
+1
*
[Wasm GC] ref.cast and ref.test should have zero immediates (#3641)
Alon Zakai
2021-03-02
1
-11
/
+11
*
[Wasm GC] Fix the order of operands in array.new and struct.new (#3617)
Alon Zakai
2021-02-25
1
-4
/
+4
*
[GC] Support casts of function types (#3554)
Alon Zakai
2021-02-09
1
-0
/
+30
*
[GC] dataref typing fixes (#3536)
Alon Zakai
2021-02-03
1
-0
/
+12
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-3
/
+3
*
[GC] RTT types are not defaultable (#3489)
Alon Zakai
2021-01-13
1
-17
/
+11
*
[GC] Fix casts of non-GC data (#3483)
Alon Zakai
2021-01-12
1
-0
/
+11
*
[GC] Validate that struct.set is to a mutable field. (#3473)
Alon Zakai
2021-01-08
1
-1
/
+1
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-0
/
+38
*
[GC] Fully implement RTT semantics (#3441)
Alon Zakai
2020-12-15
1
-0
/
+74
[next]