index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
validation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
1
-0
/
+38
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-1
/
+0
*
Remove closed world validation checks (#7019)
Alon Zakai
2024-10-18
2
-125
/
+0
*
Fix null dereference in FunctionValidator (#6849)
mtb
2024-08-26
1
-0
/
+14
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-0
/
+11
*
Heap type `none` requires GC (#6840)
Thomas Lively
2024-08-14
2
-1
/
+12
*
Make source parser consistent with binary parser when naming things. NFC (#6813)
Sam Clegg
2024-08-06
1
-1
/
+1
*
Validate RefAsNonNull (#6785)
Alon Zakai
2024-07-24
1
-0
/
+13
*
Validate features for types used in element segments (#6769)
Thomas Lively
2024-07-18
1
-0
/
+12
*
Validate features for types used in tables (#6768)
Thomas Lively
2024-07-18
1
-0
/
+12
*
[threads] ref.i31_shared requires shared-everything in validation (#6767)
Thomas Lively
2024-07-18
1
-0
/
+12
*
[threads] Validate all features required by ref.null (#6757)
Thomas Lively
2024-07-16
2
-1
/
+13
*
[threads] Fix feature detection for shared basic heap types (#6756)
Thomas Lively
2024-07-16
1
-0
/
+11
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
2
-2
/
+2
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-0
/
+12
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+1
*
Add table64 lowering pass (#6595)
Sam Clegg
2024-05-15
1
-2
/
+2
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-1
/
+1
*
Mark non-closed types as requiring GC (#6421)
Thomas Lively
2024-03-21
1
-0
/
+13
*
Handle extended const segment offsets in the fuzzer (#6382)
Thomas Lively
2024-03-07
1
-0
/
+1
*
Print '(offset ...)` in data and element segments (#6379)
Thomas Lively
2024-03-06
1
-2
/
+8
*
Validator: ArrayNew|InitData require Bulk Memory (#6331)
Alon Zakai
2024-02-21
2
-0
/
+52
*
Validate function imports (#6315)
Alon Zakai
2024-02-20
1
-0
/
+9
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
2
-9
/
+9
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
3
-4
/
+4
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-3
/
+7
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-2
/
+2
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-2
/
+1
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Allow rec groups of public function types in closed world (#6053)
Alon Zakai
2023-10-26
1
-5
/
+6
*
Support i8/i16 mutable arrays as public types for string interop (#5814)
Alon Zakai
2023-09-21
1
-2
/
+2
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-2
/
+2
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
3
-5
/
+5
*
Validate and fix up tuples with non-nullable elements (#5909)
Thomas Lively
2023-08-30
1
-0
/
+11
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
4
-10
/
+10
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-1
/
+1
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
2
-2
/
+2
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
2
-2
/
+2
*
Make constant expression validation stricter (#5557)
Thomas Lively
2023-03-10
2
-4
/
+12
*
Note function signature param/result features for validation (#5542)
Alon Zakai
2023-03-03
2
-0
/
+26
*
Validation: Function types with multiple results require multivalue (#5535)
Alon Zakai
2023-03-01
1
-0
/
+19
*
Fix validation of DataDrop (#5517)
Alon Zakai
2023-02-23
1
-0
/
+13
*
[Wasm GC] Ignore call.without.effects for closed world validation (#5392)
Alon Zakai
2023-01-04
1
-0
/
+46
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-0
/
+78
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
2
-2
/
+2
*
Validate that GC is enabled for rec groups and supertypes (#5279)
Thomas Lively
2022-11-22
2
-0
/
+30
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-1
/
+2
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-2
/
+1
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-1
/
+2
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
1
-1
/
+1
[next]