| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix crash when newlines are in string tokens (#1121) | Ben Smith | 2019-07-19 | 1 | -0/+13 |
* | Fix assertion in WastLexer::IsCharClass() (#1119) | Ben Smith | 2019-07-18 | 1 | -0/+14 |
* | Fix value dropping bug in return_call (#1112) | Ben Smith | 2019-07-15 | 1 | -0/+18 |
* | Fix wasm-interp assertions (#1092) | Ben Smith | 2019-06-07 | 3 | -0/+58 |
* | Fix infinite loop in lexer w/ bad character (#1061) | Ben Smith | 2019-04-10 | 1 | -0/+0 |
* | Fix segfault when running `wat2wasm -d` (#990) | Ben Smith | 2018-12-20 | 1 | -0/+7 |
* | The great renaming (#985) | Ben Smith | 2018-12-19 | 1 | -1/+1 |
* | Handle mismatch in function/code section (#959) | Ben Smith | 2018-11-28 | 1 | -0/+13 |
* | Set `end_loc` in folded `if` expressions (#940) | Ben Smith | 2018-10-30 | 1 | -0/+71 |
* | Check type use vs. explicit sig. in call_indirect (#937) | Ben Smith | 2018-10-30 | 1 | -0/+14 |
* | Fix: set_global on immutable global is invalid (#895) | Ben Smith | 2018-08-15 | 1 | -0/+15 |
* | Better type-check errors locs @ end of block (#856) | Ben Smith | 2018-06-05 | 2 | -6/+6 |
* | Store local types as Type+Count pairs (#820) | Ben Smith | 2018-03-28 | 1 | -0/+19 |
* | Support different returncodes per command in tests (#737) | Ben Smith | 2018-01-26 | 1 | -1/+1 |
* | Fix: don't allow a test with an empty command list (#736) | Ben Smith | 2018-01-25 | 2 | -0/+2 |
* | `wat2wasm` is no longer default TOOL for tests (#735) | Ben Smith | 2018-01-25 | 12 | -13/+23 |
* | Remove `run-interp.py`; use `RUN` commands instead (#730) | Ben Smith | 2018-01-21 | 1 | -1/+0 |
* | Rename run args (#728) | Ben Smith | 2018-01-21 | 3 | -3/+3 |
* | Fix bug when writing inline exports for import (#700) | Ben Smith | 2017-12-19 | 1 | -0/+12 |
* | Fix bad folding w/ imports and generating names (#665) | Ben Smith | 2017-11-02 | 1 | -0/+31 |
* | Better type-checking errors (#662) | Ben Smith | 2017-10-30 | 3 | -3/+3 |
* | Set the `loc` member in `Const` (#657) | Ben Smith | 2017-10-19 | 1 | -0/+13 |
* | Fix some fuzzer-found regressions (#647) | Ben Smith | 2017-10-06 | 3 | -0/+27 |
* | Fix assertion in wat2wasm for `(module (test))` (#638) | Ben Smith | 2017-09-22 | 1 | -0/+7 |
* | Fix parsing bug in ParseCommandList (#608) | Ben Smith | 2017-09-04 | 1 | -0/+11 |
* | Rewrite parser as recursive descent (#591) | Ben Smith | 2017-08-15 | 3 | -3/+3 |
* | Fix type-checking bug in br_if w/ polymorphic stack (#589) | Ben Smith | 2017-07-31 | 1 | -0/+15 |
* | Fix tee_local typechecking bug w/ polymorphic stack (#587) | Ben Smith | 2017-07-29 | 1 | -0/+13 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 4 | -5/+5 |
* | Fix for writing wat file with long indentation (#510) | Ben Smith | 2017-06-19 | 1 | -0/+194 |
* | Update testsuite; various lexing/parsing fixes (#482) | Ben Smith | 2017-06-07 | 2 | -5/+5 |
* | Use std::unordered_multimap for BindingHash (#357) | Ben Smith | 2017-03-16 | 1 | -3/+3 |
* | Fix bug in wasm2wast w/ many imports (#305) | Ben Smith | 2017-02-16 | 2 | -0/+108 |
* | Full typechecking for unreachable code (#302) | Ben Smith | 2017-02-14 | 1 | -3/+3 |
* | Update test/run-tests.py (#255) | Ben Smith | 2017-01-05 | 4 | -5/+5 |
* | Convert tests to new flat syntax (#222) | Kwadwo 'Que' Amankwa | 2016-11-17 | 1 | -2/+4 |
* | Add wast_resolve_names_* as a separate pass | Ben Smith | 2016-11-16 | 1 | -24/+0 |
* | fix typechecking bug in `check_n_types` | Ben Smith | 2016-09-30 | 1 | -0/+7 |
* | fix typecheck and regress tests for binary_0xc | Ben Smith | 2016-09-29 | 2 | -7/+7 |
* | WIP on tables + memories | Ben Smith | 2016-09-29 | 1 | -114/+113 |
* | fix regression tests | Ben Smith | 2016-09-29 | 3 | -16/+18 |
* | fix bug when displaying source lines for errors | Ben Smith | 2016-05-05 | 1 | -0/+124 |
* | simplify ast-checker by storing module+func in ctx | Ben Smith | 2016-04-29 | 1 | -6/+6 |
* | fix local name checking regression from 21deffc6 | Ben Smith | 2016-04-16 | 1 | -0/+11 |
* | fix wasm-check bug calling func defined by type | Ben Smith | 2016-03-19 | 1 | -0/+5 |
* | nicer errors for wasm-check too | Ben Smith | 2016-02-26 | 2 | -0/+22 |
* | [fuzz] fix crash printing error w/ long func name | Ben Smith | 2016-02-16 | 1 | -0/+23 |
* | fix test added in b127c07b. | Ben Smith | 2016-02-16 | 1 | -0/+4 |
* | [fuzz] fix crash, referencing undefined function | Ben Smith | 2016-02-15 | 1 | -0/+3 |