index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typecheck
Age
Commit message (
Expand
)
Author
2021-01-05
Enum value feature request for Alexandre
Alasdair
2021-01-05
Don't allow type synonyms with the same name as existing types
Alasdair
2020-11-25
Remove bogus pattern completeness warning on singleton enums and unions
Brian Campbell
2020-11-25
Fix Lem output for single element enum
Brian Campbell
2020-09-25
tests: Move copy-pasted code into a shared helper .sh
Alex Richardson
2020-08-06
Forbid duplicate top-level letbindings
Alasdair
2020-07-15
Update duplicate ctor warning
Alasdair
2020-07-15
Add test files missed from last commit
Mark Wassell
2020-06-17
Make `if cond { ... return() };` assert cond in the type environment
Brian Campbell
2020-06-17
Add test for if-return pattern
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
Update type error messages for jenkins
Alasdair
2020-04-28
Update test error messages, hopefully will make Jenkins happy again
Alasdair
2020-04-21
Tweak types of loop combinators for prover combinators
Thomas Bauereiss
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-24
Allow overloading of subrange builtins for non-bitvectors
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
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-14
Update tests
Thomas Bauereiss
2019-08-02
Fix up some edge cases with the bitvector/polyvector split
Brian Campbell
2019-07-17
Add another test case
Alasdair Armstrong
2019-07-16
Merge remote-tracking branch 'origin/sail2' into separate_bv
Alasdair Armstrong
2019-06-18
Update test cases
Thomas Bauereiss
2019-06-10
Add well-formedness check for type schemes in valspecs.
Brian Campbell
2019-06-05
Add some regression tests
Alasdair
2019-06-04
Merge branch 'sail2' into separate_bv
Alasdair Armstrong
2019-05-28
Fix typechecking test expected error
Alasdair Armstrong
2019-05-17
Experiment with making vector and bitvector distinct types
Alasdair Armstrong
2019-05-14
Fix test case for previous commit
Alasdair Armstrong
2019-05-14
Various bugfixes
Alasdair Armstrong
2019-05-14
Add feature that allows functions to require type variables are constant
Alasdair Armstrong
2019-05-07
Merge branch 'sail2' into smt_experiments
Alasdair Armstrong
2019-04-26
Fix boolean short-circuiting operators causing some flow-typing unsoundness
Alasdair Armstrong
2019-04-15
Fix: Allow zero-length vector literals
Alasdair Armstrong
2019-04-06
Various bugfixes and improvements
Alasdair
2019-03-22
Tidy up of div and mod operators (C implementation was previously inconsisten...
Robert Norton
2019-03-15
Fix tests
Thomas Bauereiss
2019-03-14
Add various useful methods to interactive mode
Alasdair Armstrong
2019-03-08
Fix: Never consider single variable types to be ambiguous
Alasdair
2019-03-05
Add forgotten recursive function test
Brian Campbell
[next]