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
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-2
/
+14
*
Validate ref.as_* argument is a reference (#5330)
Alon Zakai
2022-12-08
1
-1
/
+5
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-19
/
+20
*
[NFC] Do not read past the end of a string_view (#5317)
Thomas Lively
2022-12-02
1
-5
/
+5
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-25
/
+10
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-10
/
+25
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-25
/
+10
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-3
/
+9
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-30
/
+6
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
1
-124
/
+45
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-3
/
+8
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-2
/
+8
*
Add "struct" and "structref" as an alias for "data" and "dataref" (#5141)
Thomas Lively
2022-10-13
1
-2
/
+4
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-169
/
+156
*
[NFC] Remove more `cashew::` namespaces from IString (#5127)
Thomas Lively
2022-10-11
1
-4
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-3
/
+27
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-6
/
+15
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-1
/
+16
*
Correctly handle escapes in string constants (#5070)
Thomas Lively
2022-09-22
1
-10
/
+24
*
[Wasm64] The binary format offset of load/store should be u64leb in wasm64 (#...
Axis
2022-09-19
1
-10
/
+18
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-2
/
+2
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-6
/
+26
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-3
/
+5
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-89
/
+267
*
[Strings] Fix string.new_wtf16_array (#4894)
Alon Zakai
2022-08-10
1
-2
/
+9
*
[Strings] string.new.array methods have start:end arguments (#4888)
Alon Zakai
2022-08-09
1
-0
/
+3
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-124
/
+3
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-1
/
+14
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-10
/
+5
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-2
/
+16
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+11
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+20
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+4
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+5
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+5
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+17
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+16
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+4
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+18
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-0
/
+26
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-11
/
+26
*
[EH] Export tags (#4691)
Heejin Ahn
2022-05-26
1
-0
/
+1
*
[NFC] Deduplicate imported global parsing (#4678)
Thomas Lively
2022-05-19
1
-23
/
+7
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-1
/
+7
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-6
/
+3
*
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
[next]