index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
3
-33
/
+35
*
Fix typo in parsers.h (#7032)
Angela Upreti
2024-10-25
1
-1
/
+1
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-3
/
+24
*
Require string-style identifiers to be UTF-8 (#6941)
Thomas Lively
2024-09-16
1
-0
/
+10
*
Fix parser error on block params (#6932)
Thomas Lively
2024-09-11
1
-6
/
+6
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-0
/
+4
*
Fix a warning under gcc 14 (#6912)
Scott Moser
2024-09-09
1
-0
/
+5
*
Check for required actions when parsing wast (#6874)
Thomas Lively
2024-08-27
1
-3
/
+11
*
Support more reference constants in wast scripts (#6865)
Thomas Lively
2024-08-26
1
-0
/
+28
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
1
-1
/
+11
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
2
-0
/
+25
*
Add missing parser error check in makeArrayInitElem (#6835)
Sofi Aberegg
2024-08-13
1
-0
/
+1
*
Typed continuations: update syntax of handler clauses (#6824)
Frank Emrich
2024-08-09
1
-2
/
+2
*
[NFC][parser] Rename deftype and subtype (#6819)
Thomas Lively
2024-08-07
4
-36
/
+43
*
[parser] Fix bug when printing type builder errors (#6817)
Thomas Lively
2024-08-06
1
-1
/
+1
*
Make source parser consistent with binary parser when naming things. NFC (#6813)
Sam Clegg
2024-08-06
1
-2
/
+3
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
3
-7
/
+22
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
1
-4
/
+5
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-0
/
+2
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
2
-70
/
+114
*
[Parser] Fix error message on required reftype (#6666)
Thomas Lively
2024-06-14
1
-9
/
+15
*
[Parser] Update requirements for implicit type uses (#6665)
Thomas Lively
2024-06-14
1
-1
/
+1
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
1
-1
/
+2
*
[Parser][NFC] Make typeidx and maybeTypeidx return consistent types (#6663)
Thomas Lively
2024-06-14
2
-13
/
+12
*
[threads] Parse, build, and print shared composite types (#6654)
Thomas Lively
2024-06-12
2
-10
/
+29
*
[Parser][NFC] Split parser into multiple compilation units (#6653)
Thomas Lively
2024-06-12
9
-167
/
+369
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-2
/
+0
*
Use new wast parser in wasm2js (#6606)
Thomas Lively
2024-05-29
1
-2
/
+6
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
6
-43
/
+52
*
Debug location parser: accept arbitrary paths (#6594)
Jérôme Vouillon
2024-05-15
1
-15
/
+14
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
2
-69
/
+12
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
3
-122
/
+15
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-1
/
+7
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
5
-1
/
+518
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
3
-27
/
+58
*
[Parser][NFC] Clean up the lexer index/pos API (#6553)
Thomas Lively
2024-04-29
3
-32
/
+30
*
[Parser] Do not eagerly lex numbers (#6544)
Thomas Lively
2024-04-25
2
-293
/
+141
*
[Parser] Do not eagerly lex strings (#6543)
Thomas Lively
2024-04-25
2
-49
/
+25
*
[Parser] Do not eagerly lex IDs (#6542)
Thomas Lively
2024-04-25
2
-43
/
+23
*
[Parser] Do not eagerly lex keywords (#6541)
Thomas Lively
2024-04-25
2
-85
/
+56
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
2
-65
/
+36
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-0
/
+2
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
4
-16
/
+35
*
DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)
许鑫权
2024-04-21
1
-45
/
+1
*
[Parser][NFC] Do less work when parsing function types (#6516)
Thomas Lively
2024-04-19
2
-3
/
+11
*
[Parser][NFC] Improve performance of idchar lexing (#6515)
Thomas Lively
2024-04-19
1
-30
/
+18
*
[Parser][NFC] Solve performance issue by adding maybeLabelidx (#6514)
Thomas Lively
2024-04-18
1
-7
/
+21
*
[Parser] Parse contref and nullcontref types (#6485)
Thomas Lively
2024-04-10
2
-0
/
+16
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
2
-20
/
+10
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
2
-0
/
+19
[next]