index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-validator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow rec groups of public function types in closed world (#6053)
Alon Zakai
2023-10-26
1
-6
/
+16
*
Fix segfault in catch validator (#6032)
Philip Blair
2023-10-23
1
-26
/
+24
*
[typed-cont] Allow result types on tags (#5997)
Frank Emrich
2023-10-05
1
-4
/
+17
*
[Parser] Parse labels and br (#5970)
Thomas Lively
2023-10-02
1
-2
/
+5
*
Refine ref.test's castType during refinalization (#5985)
Thomas Lively
2023-10-02
1
-0
/
+4
*
Support i8/i16 mutable arrays as public types for string interop (#5814)
Alon Zakai
2023-09-21
1
-1
/
+5
*
Fix validation error message for table.fill (#5953)
Thomas Lively
2023-09-18
1
-4
/
+3
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+19
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
1
-39
/
+7
*
Validate and fix up tuples with non-nullable elements (#5909)
Thomas Lively
2023-08-30
1
-3
/
+6
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-2
/
+2
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+5
*
[NFC] Simplify `Tuple` by making it an alias of `TypeList` (#5775)
Thomas Lively
2023-06-20
1
-1
/
+1
*
Validate tag param types (#5759)
Alon Zakai
2023-06-08
1
-0
/
+5
*
Strings: Add initial validation checks (#5758)
Alon Zakai
2023-06-08
1
-0
/
+91
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-55
/
+86
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-12
/
+110
*
Support multiple memories in RemoveUnusedModuleElements (#5604)
Thomas Lively
2023-04-04
1
-6
/
+1
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-9
/
+9
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-1
/
+1
*
Do not treat `atomic.fence` as using a memory (#5603)
Thomas Lively
2023-03-29
1
-2
/
+0
*
Add bulk-array.wast spec test outline (#5568)
Thomas Lively
2023-03-16
1
-18
/
+11
*
Make constant expression validation stricter (#5557)
Thomas Lively
2023-03-10
1
-36
/
+29
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-2
/
+2
*
Fix validation of DataDrop (#5517)
Alon Zakai
2023-02-23
1
-3
/
+6
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-6
/
+7
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-3
/
+8
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-5
/
+5
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-1
/
+1
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-1
/
+7
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-0
/
+39
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-28
/
+33
*
Fix validation and inlining bugs (#5301)
Thomas Lively
2022-11-29
1
-2
/
+5
*
Validator: Print the field number on subtyping errors (#5297)
Alon Zakai
2022-11-29
1
-4
/
+6
*
[NFC] Expand comment about validating function type features (#5286)
Thomas Lively
2022-11-22
1
-1
/
+3
*
Validate that GC is enabled for rec groups and supertypes (#5279)
Thomas Lively
2022-11-22
1
-0
/
+3
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+68
*
Fix binary parsing of data segment memory (#5208)
Thomas Lively
2022-11-03
1
-3
/
+5
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
1
-93
/
+116
*
Remove excessive validation that is not in the wasm spec (#5167)
Alon Zakai
2022-10-20
1
-28
/
+1
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-6
/
+28
*
Validate memory initial < max only if memory hasMax (#5125)
Ashley Nelson
2022-10-07
1
-2
/
+4
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-29
/
+73
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-17
/
+8
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-26
/
+36
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+35
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+6
[next]