Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix expected stack layout when typechecking select instruction (#1222) | Sam Clegg | 2019-11-15 | 1 | -4/+4 |
* | `wat2wasm` is no longer default TOOL for tests (#735) | Ben Smith | 2018-01-25 | 1 | -1/+2 |
* | Better type-checking errors (#662) | Ben Smith | 2017-10-30 | 1 | -2/+2 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 1 | -1/+1 |
* | Full typechecking for unreachable code (#302) | Ben Smith | 2017-02-14 | 1 | -1/+1 |
* | Update test/run-tests.py (#255) | Ben Smith | 2017-01-05 | 1 | -1/+1 |
* | Convert tests to new flat syntax (#227) | Kwadwo 'Que' Amankwa | 2016-11-28 | 1 | -4/+7 |
* | Fix typecheck tests | Ben Smith | 2016-09-29 | 1 | -2/+2 |
* | select is type-parametric, update testsuite | Ben Smith | 2016-03-03 | 1 | -5/+5 |
* | nicer errors for wasm-check too | Ben Smith | 2016-02-26 | 1 | -0/+2 |
* | update testsuite; condition comes last in select | Ben Smith | 2016-02-04 | 1 | -2/+2 |
* | check AST | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | parse select expression | Ben Smith | 2015-11-04 | 1 | -0/+7 |