index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve-names.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+19
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-1
/
+1
*
C++20 compatibility fixes
Shravan Narayan
2023-07-02
1
-6
/
+6
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-5
/
+5
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-0
/
+12
*
wast2json: write binary modules verbatim (#1932)
Ben Smith
2022-06-03
1
-0
/
+4
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-4
/
+2
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-0
/
+1
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-0
/
+38
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-3
/
+4
*
Fix resolution of delegate labels (#1675)
Asumu Takikawa
2021-06-29
1
-0
/
+6
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-14
/
+14
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-7
/
+22
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-0
/
+7
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-2
/
+2
*
Update testsuite (#1308)
Ben Smith
2020-01-16
1
-1
/
+0
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-2
/
+0
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+6
*
wast2json: add new `assert_return_func` assertion type (#1224)
Sam Clegg
2019-11-15
1
-0
/
+1
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-1
/
+2
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+6
*
Check for redefinitions of elem segments (#1193)
Sam Clegg
2019-10-21
1
-0
/
+1
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-2
/
+5
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+26
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+7
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-0
/
+9
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-7
/
+7
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-14
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-21
/
+21
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-7
/
+20
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-0
/
+34
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+14
*
Fix some multi-value bugs; run spec tests
Ben Smith
2018-09-06
1
-1
/
+12
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-16
/
+13
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-17
/
+8
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-16
/
+13
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-5
/
+10
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
1
-1
/
+2
*
Fix some fuzzer-found regressions (#647)
Ben Smith
2017-10-06
1
-2
/
+2
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-7
/
+7
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-11
/
+12
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
1
-0
/
+2
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-7
/
+7
*
Remove uses of StringSlice from IR (#559)
Ben Smith
2017-07-07
1
-11
/
+9
*
Use std::string instead of StringSlice in Var (#556)
Ben Smith
2017-07-06
1
-19
/
+13
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-8
/
+6
*
Use type hierarchy for Command instead of union (#538)
Ben Smith
2017-06-27
1
-14
/
+6
*
Refactor Expr as class hierarchy instead of union (#524)
Ben Smith
2017-06-23
1
-58
/
+58
*
Consistent comments when ending anonymous namespace (#521)
Sam Clegg
2017-06-23
1
-1
/
+1
[next]