summaryrefslogtreecommitdiff
path: root/test/typecheck
AgeCommit message (Expand)Author
2018-09-27Add an additional type checking testAlasdair Armstrong
2018-09-12Jenkins: Fix deprecation warningsAlasdair Armstrong
2018-07-26Some tweaks to not and or patternsAlasdair Armstrong
2018-06-11actually fix exist_pattern testJon French
2018-06-11fix test exist_pattern.sail -- lem needed much more of the stdlib to be importedJon French
2018-06-06Some work on improving error messagesAlasdair Armstrong
2018-05-24Revert "Allow instantiation of type or order type variables without kind decl...Brian Campbell
2018-05-12Fix bug in handling of registers with option typeThomas Bauereiss
2018-05-09Run ARM built-in tests for Lem backend (via OCaml)Thomas Bauereiss
2018-05-03Flow typing and l-expression changes for ASL parserAlasdair Armstrong
2018-05-03Work in progress on the coq backendBrian Campbell
2018-04-25Simplify subtyping checkAlasdair Armstrong
2018-04-20Allow instantiation of type or order type variables without kind declarationBrian Campbell
2018-04-19Fix bug with function being applied to tuplesAlasdair Armstrong
2018-04-18Add a test case for using enum to number function as a castAlasdair Armstrong
2018-04-10Porting some minisail changes to sail2 branchAlasdair Armstrong
2018-04-05Add generic prelude library that pulls in various basic sailAlasdair Armstrong
2018-03-14WIP Latex formattingAlasdair Armstrong
2018-03-14Disallow impure global let bindingsThomas Bauereiss
2018-03-07Make union types consistent in the ASTAlasdair Armstrong
2018-02-26Fix missing case in pattern completeness checkAlasdair Armstrong
2018-02-06Improve destructuring existential typesAlasdair Armstrong
2018-02-05Allow type variables to be introduced by global let bindings.Alasdair Armstrong
2018-02-01Fix a bug where local variables could shadow functionsAlasdair Armstrong
2018-01-31Fix bug in bitvector pattern rewritingThomas Bauereiss
2018-01-31Added test case for decode patterns that are currently failingAlasdair Armstrong
2018-01-30Fix failing Lem testsAlasdair Armstrong
2018-01-25Fix more type annotations in rewriterThomas Bauereiss
2018-01-23Run tests for Lem shallow embeddingThomas Bauereiss
2018-01-23Added additional tests, and fixed ocaml build of ARM testsAlasdair Armstrong
2018-01-22Add regression test for type synonym with constraints inside existential type...Alasdair Armstrong
2018-01-16Improve formatting of output when running all test suites.Alasdair Armstrong
2018-01-16Created version of typecheck test suite for sail2 branchAlasdair Armstrong
2017-12-06Add top-level pattern match guards internallyBrian Campbell
2017-12-04Fix warnings in test suiteAlasdair Armstrong
2017-11-27Use guards from when patterns when typing casesBrian Campbell
2017-11-16Fixed some longstanding issues regarding constraints on type constructors.Alasdair Armstrong
2017-11-15Additional test case for OCaml backendAlasdair Armstrong
2017-11-15Allow user defined operations in nexps (experimental)Alasdair Armstrong
2017-11-10Fixed some tricky typechecking bugsAlasdair Armstrong
2017-11-02Added monomorphism restriction to undefined values.Alasdair Armstrong
2017-10-06Remove BK_effect constructorAlasdair Armstrong
2017-10-04Merge branch 'cleanup' into experimentsAlasdair Armstrong
2017-09-27Add while-loops to Lem backendThomas Bauereiss
2017-09-21Cleaning up the AST and removing redundant and/or unused nodesAlasdair Armstrong
2017-09-19Added additional case for tuple l-expressions to increase compatability for ASL.Alasdair Armstrong
2017-09-14Fix some more test casesThomas Bauereiss
2017-09-13Work on improving Sail error messagesAlasdair Armstrong
2017-09-02Add command line flags to toggle sequential monad and native machine wordsThomas Bauereiss
2017-09-01Started work on test suite for ocaml backendAlasdair Armstrong