| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix the validator to be able to validate exception handling constructs. (#514) | KarlSchimpf | 2017-06-22 | 1 | -1/+40 |
* | Add exception declarations and examples. (#494) | KarlSchimpf | 2017-06-13 | 1 | -0/+4 |
* | Use CamelCase names and member functions in ir.h (#492) | Ben Smith | 2017-06-12 | 1 | -5/+5 |
* | Update testsuite; more lexer/parser changes (#484) | Ben Smith | 2017-06-11 | 1 | -7/+7 |
* | Use C++ callbacks in BindingHash::FindDuplicates (#487) | Ben Smith | 2017-06-09 | 1 | -26/+9 |
* | Use C++ classes for {apply,resolve,generate}-names (#472) | Ben Smith | 2017-06-03 | 1 | -165/+182 |
* | Make ExprVisitor into C++ class (#471) | Ben Smith | 2017-06-02 | 1 | -76/+57 |
* | Add fuzzing helper scripts, fix fuzzing bugs (#416) | Ben Smith | 2017-05-12 | 1 | -0/+3 |
* | Use C++ style C headers (e.g. <cstdlib>) (#431) | Ben Smith | 2017-05-11 | 1 | -2/+2 |
* | Rename all occurences of AST (#413) | Ben Smith | 2017-05-04 | 1 | -7/+7 |
* | Change {Source,Binary}ErrorHandler to C++ (#403) | Ben Smith | 2017-04-24 | 1 | -13/+1 |
* | Support arithmetic/canonical NaN; update testsuite (#368) | Ben Smith | 2017-03-24 | 1 | -1/+2 |
* | Replace wabt::*vector with std::vector (#366) | Ben Smith | 2017-03-22 | 1 | -45/+40 |
* | Use std::unordered_multimap for BindingHash (#357) | Ben Smith | 2017-03-16 | 1 | -9/+9 |
* | Fix potential one-definition-rule breaking structs (#356) | Ben Smith | 2017-03-15 | 1 | -0/+4 |
* | Fix crash using binary reader logging with error (#351) | Ben Smith | 2017-03-13 | 1 | -2/+4 |
* | Move loop variable into for loop header (#347) | Ben Smith | 2017-03-09 | 1 | -14/+9 |
* | Replace the Wabt/wabt prefix with a C++ namespace (#331) | Ben Smith | 2017-03-02 | 1 | -124/+128 |
* | Make most enumerations into enum classes (#329) | Ben Smith | 2017-03-01 | 1 | -51/+43 |
* | Require C++-style casts, disallow C-style casts (#320) | Ben Smith | 2017-02-27 | 1 | -17/+18 |
* | Remove struct and enum typedefs (#317) | Ben Smith | 2017-02-24 | 1 | -4/+4 |
* | Change NULL -> nullptr (#315) | Ben Smith | 2017-02-24 | 1 | -3/+3 |
* | Switch C files to CC files (#309) | Ben Smith | 2017-02-23 | 1 | -0/+467 |