summaryrefslogtreecommitdiff
path: root/src/Invariants.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make good progress on updating InterpreterStatements to use CPSSon Ho2022-01-201-0/+7
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-20/+28
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-181-1/+2
* Rename type_is_primitively_copyable to ty_is_...Son Ho2022-01-181-1/+1
* Use the new collectionsSon Ho2022-01-151-9/+8
* Make minor modificationsSon Ho2022-01-141-1/+2
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-18/+101
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-1/+10
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+8
* 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
* 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
* 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
* 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
* 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