index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-s-parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include type names in error messages from building (#4517)
Thomas Lively
2022-02-18
1
-1
/
+10
*
Make `TypeBuilder::build()` fallible (#4474)
Thomas Lively
2022-01-25
1
-1
/
+5
*
Parse, create, and print isorecursive recursion groups (#4464)
Thomas Lively
2022-01-21
1
-10
/
+40
*
Remove unused `isNominal` field on HeapTypeInfo (#4465)
Thomas Lively
2022-01-20
1
-2
/
+0
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-3
/
+1
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+1
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-2
/
+16
*
Fix typo in comment (#4231)
Paulo Matos
2021-10-11
1
-1
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+9
*
Parse milestone 4 nominal types (#4222)
Thomas Lively
2021-10-08
1
-15
/
+39
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+11
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+10
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+37
*
Properly error on bad function names in text format (#4177)
Alon Zakai
2021-09-22
1
-2
/
+11
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-0
/
+19
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+12
*
Support specialized function types in element segments (#4109)
Alon Zakai
2021-09-02
1
-21
/
+26
*
Parse and print pops of compound types (#4030)
Thomas Lively
2021-07-27
1
-1
/
+1
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-1
/
+2
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-12
/
+8
*
Preserve function heap types during text parsing (#3935)
Thomas Lively
2021-06-22
1
-29
/
+38
*
Remove (attr 0) from tag text format (#3946)
Heejin Ahn
2021-06-19
1
-22
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-50
/
+50
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+6
*
Parsing and emitting nominal types (#3933)
Thomas Lively
2021-06-15
1
-5
/
+16
*
[EH] Allow catch/delegate-less trys (#3924)
Heejin Ahn
2021-06-10
1
-3
/
+0
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-1
/
+1
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+14
*
[Wasm GC] Validate struct.get/set heap types early in text parsing (#3897)
Alon Zakai
2021-05-20
1
-0
/
+6
*
Very simple module linking in wasm-shell (#3792)
Abbas Mashayekh
2021-04-16
1
-0
/
+15
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-2
/
+2
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-15
/
+19
*
Emit dollar signs when relevant while debugging s-expression elements (#3693)
Alon Zakai
2021-04-06
1
-0
/
+3
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-15
/
+0
*
Catch bad tuple.extract index in parser (#3766)
Thomas Lively
2021-03-31
1
-0
/
+4
*
Remove old syntax from table and elem in parser (#3753)
Abbas Mashayekh
2021-03-31
1
-87
/
+52
*
Remove passive keyword from data segment parser (#3757)
Abbas Mashayekh
2021-03-30
1
-14
/
+21
*
Refactor TypeBuilder (#3728)
Thomas Lively
2021-03-24
1
-9
/
+12
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-11
/
+50
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-14
/
+9
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-53
/
+79
*
Emit "elem declare" for functions that need it (#3653)
Alon Zakai
2021-03-04
1
-1
/
+7
*
[Wasm GC] Parse text field names even of types that end up canonicalized toge...
Alon Zakai
2021-03-03
1
-15
/
+12
*
[Wasm GC] ref.cast and ref.test should have zero immediates (#3641)
Alon Zakai
2021-03-02
1
-8
/
+4
*
[Wasm GC] Allow subtyping in arguments to struct.get etc. Fixes #3636 (#3644)
Alon Zakai
2021-03-02
1
-1
/
+1
*
[Wasm GC] Add Names section support for field names (#3589)
Alon Zakai
2021-03-01
1
-1
/
+6
*
[Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)
Alon Zakai
2021-03-01
1
-23
/
+7
[next]