index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
type_check.ml
Age
Commit message (
Expand
)
Author
2021-02-17
Check if an unbound identifier is bound as a function identifier
Alasdair
2021-01-05
Don't allow type synonyms with the same name as existing types
Alasdair
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-28
Refactor: Rename 'a defs to 'a ast
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-09-23
Allow more access to parts of Env (needed by minisail)
Mark Wassell
2020-08-10
Fix a C backend bug with letbindings in guards shadowing body definitions
Alasdair
2020-08-06
Fix for last commit
Alasdair
2020-08-06
Forbid duplicate top-level letbindings
Alasdair
2020-07-15
Prevent creation of variant with existing type id and constructors that exist...
Mark Wassell
2020-06-23
Fix bug with duplicate enum identifiers in patterns
Alasdair
2020-06-18
Report locations for "default order" errors
Brian Campbell
2020-06-17
Make `if cond { ... return() };` assert cond in the type environment
Brian Campbell
2020-06-05
Generate nice error messages for patterns woth duplicate bindings
Alasdair
2020-05-21
Merge branch 'sail2' into mono-tweaks
Alasdair
2020-05-15
Add coverage tracking tool
Alasdair
2020-04-10
Make bounds check for vector subrange assignments stricter
Thomas Bauereiss
2020-04-10
Be more careful when flow-typing loops
Thomas Bauereiss
2020-03-19
Improve a particularly unhelpful type error
Alasdair
2020-03-18
Expose details of failed lexp bounds checks
Thomas Bauereiss
2020-02-21
Make sure we test that struct literals have a complete set of fields. Fixes #60
Alasdair Armstrong
2020-01-31
Fix soundness bug found by Mark
Alasdair
2020-01-16
Allow effects on mappings
Alasdair Armstrong
2020-01-16
Cleanup type-checking rule for LEXP_field
Alasdair Armstrong
2019-12-10
Introduce new bitfield syntax for ASL translation
Alasdair Armstrong
2019-11-05
Forbid types declared after a scattered union being used in clauses
Alasdair
2019-11-05
Improve type error for recursive types slightly
Alasdair Armstrong
2019-11-05
Make sure we correctly forbid recursive datatypes that we don't want to support
Alasdair Armstrong
2019-11-01
Add a missing well-formedness check
Alasdair
2019-08-05
Remove escape/pure effect restriction for mapping
Alasdair Armstrong
2019-08-02
Fix all warnings (except for two lem warnings)
Alasdair Armstrong
2019-07-16
Merge remote-tracking branch 'origin/sail2' into separate_bv
Alasdair Armstrong
2019-06-28
Add a warning for potentially unsafe casts
Alasdair
2019-06-26
Fix: Make sure to consider NC_app when checking constraints are identical
Alasdair Armstrong
2019-06-26
Make sure we take constraint synonyms into account when checking if types are...
Alasdair Armstrong
2019-06-13
Add AST for greater-than and less-than constraints
Brian Campbell
2019-06-10
Add well-formedness check for type schemes in valspecs.
Brian Campbell
2019-06-04
Merge branch 'sail2' into separate_bv
Alasdair Armstrong
2019-06-04
Remove unused AST constructor
Alasdair Armstrong
2019-05-22
Move Util.warn to Reporting, and make it take the location as a parameter
Alasdair Armstrong
2019-05-20
Revert "Add constraints to undefined vector functions to ensure that lengths ...
Brian Campbell
2019-05-19
Add constraints to undefined vector functions to ensure that lengths are
Brian Campbell
2019-05-17
Experiment with making vector and bitvector distinct types
Alasdair Armstrong
2019-05-14
Merge branch 'smt_experiments' into sail2
Alasdair Armstrong
2019-05-14
Add feature that allows functions to require type variables are constant
Alasdair Armstrong
2019-05-13
Parse dereferences in orderinary expressions
Alasdair
2019-05-07
Merge branch 'sail2' into smt_experiments
Alasdair Armstrong
2019-05-07
Merge branch 'sc_fix' into sail2
Alasdair Armstrong
2019-05-07
Preserve more pattern locations during type checking
Brian Campbell
2019-05-01
Jib: Refactor V_call
Alasdair Armstrong
[next]