index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pattern_completeness.ml
Age
Commit message (
Expand
)
Author
2020-11-25
Remove bogus pattern completeness warning on singleton enums and unions
Brian Campbell
2019-08-02
Fix all warnings (except for two lem warnings)
Alasdair Armstrong
2019-06-12
Handle partial matches in guarded pattern rewrite
Thomas Bauereiss
2019-05-22
Move Util.warn to Reporting, and make it take the location as a parameter
Alasdair Armstrong
2019-03-04
Add location to warning in pattern completeness check
Alasdair Armstrong
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-08-24
Fix rewriter issues
Alasdair Armstrong
2018-07-26
Some tweaks to not and or patterns
Alasdair Armstrong
2018-07-26
Patterns: add or and not patterns
Alastair Reid
2018-06-29
Try to fix some tricky C compilation bugs, break everything instead
Alasdair Armstrong
2018-05-02
refactor string append pattern ast to be based on lists rather than pairs
Jon French
2018-05-01
start of string pattern matching: currently only literals
Jon French
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-02-26
Fix missing case in pattern completeness check
Alasdair Armstrong
2018-02-21
Implement more builtins in constant propagation
Brian Campbell
2018-01-25
Add mli file for pattern completeness module
Alasdair Armstrong
2018-01-25
Add pattern completness check for match statements
Alasdair Armstrong