summaryrefslogtreecommitdiff
path: root/test/typecheck
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite (#2495)Keith Winstein2024-10-301-0/+3
* Fix call_ref on empty stack (#2472)Soni L.2024-09-243-2/+16
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-232-6/+0
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-023-9/+9
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2017-60/+60
* Fix type names for function references (#1787)Sam Clegg2021-12-131-1/+1
* Fix syntax for assert_return typecheck test (#1782)Asumu Takikawa2021-12-132-8/+8
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-1312-20/+20
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-103-4/+4
* Re-generate all test expectations using `--rebase`. NFC (#1776)Sam Clegg2021-12-081-1/+1
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-0/+11
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-0/+3
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-0/+27
* Fix delegate validation to allow any block target (#1748)Asumu Takikawa2021-10-292-36/+38
* Add support for inline export/import of tags (#1747)Asumu Takikawa2021-10-291-2/+2
* Enable reference types by default (#1729)Sam Clegg2021-10-132-4/+2
* Enable bulk memory by default (#1728)Sam Clegg2021-10-134-17/+13
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-202-3/+2
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-252-0/+30
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-9/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-229-16/+16
* Fix checking of delegate target block kind. (#1605)Asumu Takikawa2021-02-232-1/+38
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-182-19/+77
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-1010-49/+140
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-8/+8
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-2/+2
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-066-24/+18
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-37/+1
* Fix TODOs in validator; only affects error outputBen Smith2020-02-295-15/+15
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-3/+3
* Always check index before accessing vectors (#1347)Ben Smith2020-02-284-301/+92
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-262-0/+6
* Update spec testsuite (#1237)Sam Clegg2019-11-224-52/+10
* Fix expected stack layout when typechecking select instruction (#1222)Sam Clegg2019-11-153-6/+6
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-3/+0
* Visit catch even when its body is empty (#1141)Heejin Ahn2019-08-141-0/+14
* Rename except_ref type to exnref (#1142)Heejin Ahn2019-08-132-2/+2
* Fix parsing of anyref-valued "if" expressions (#1125)Andy Wingo2019-07-221-0/+10
* Update spec testsuite (#1111)Ben Smith2019-07-161-2/+2
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-1/+1
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-52/+52
* Add support for the reference types proposal (#938)Alex Crichton2019-02-143-4/+24
* Add br_on_exn instruction (#1016)Ben Smith2019-02-133-0/+45
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-0/+9
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-303-22/+22
* The great renaming (#985)Ben Smith2018-12-195-418/+418
* Add more tests for tail_call feature (#931)Ben Smith2018-10-163-0/+129
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-154-0/+173
* Add support for multi-value proposal (#861)Ben Smith2018-06-147-3/+345
* Better type-check errors locs @ end of block (#856)Ben Smith2018-06-051-3/+3