summaryrefslogtreecommitdiff
path: root/src/Invariants.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+8
| | | | AIgnoredProjBorrows variant
* Add a small check in the invariantsSon Ho2022-01-131-2/+8
|
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-0/+1
| | | | of interest
* Introduce "AIgnore" for the avaluesSon Ho2022-01-131-7/+6
|
* Update the invariant checks to take into account ignored borrows/loansSon Ho2022-01-071-6/+33
|
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-3/+10
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* Add logging information for borrowsSon Ho2022-01-071-1/+1
|
* Make more improvements to loggingSon Ho2022-01-071-21/+21
|
* Add debugging infoSon Ho2022-01-061-3/+27
|
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-2/+2
| | | | field in the eval_ctx struct
* Fix more bugsSon Ho2022-01-061-5/+6
|
* Fix some bugsSon Ho2022-01-061-12/+24
|
* Make minor improvements to printingSon Ho2022-01-061-0/+5
|
* Cleanup and reorganizeSon Ho2022-01-061-0/+1
|
* Introduce the type_context definitionSon Ho2022-01-051-2/+2
|
* Cleanup a bitSon Ho2022-01-041-3/+2
|
* Finish implementing visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-12/+24
|
* Make good progress on visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-1/+89
|
* Improve check_typing_invariant to lookup borrowed/shared values andSon Ho2022-01-041-5/+20
| | | | check they have the proper type
* Finish implementing visit_typed_value for check_typing_invariantSon Ho2022-01-041-3/+6
|
* Make good progress on visit_typed_value for check_typing_invariantSon Ho2022-01-041-4/+55
|
* Implement check_constant_value_typeSon Ho2022-01-041-2/+8
|
* Start working on check_typing_invariantSon Ho2022-01-041-1/+23
|
* Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-01-041-5/+1
|\
| * Fix compiler warningsJonathan Protzenko2022-01-041-10/+6
| |
* | Implement check_borrowed_values_invariant and fix minor issuesSon Ho2022-01-041-5/+82
|/
* Add more checks in check_loans_borrow_relation_invariantSon Ho2022-01-041-12/+34
|
* Make minor modificationsSon Ho2022-01-041-1/+1
|
* Update the traceSon Ho2022-01-041-1/+25
|
* Make progress on implementing check_loans_borrows_relations_invariantSon Ho2022-01-041-5/+196
|
* Start working on invariant checkingSon Ho2022-01-041-0/+31