summaryrefslogtreecommitdiff
path: root/src/Invariants.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-14Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho1-1/+8
2022-01-13Add a small check in the invariantsSon Ho1-2/+8
2022-01-13Update the projectors to ignore values when they don't contain regionsSon Ho1-0/+1
2022-01-13Introduce "AIgnore" for the avaluesSon Ho1-7/+6
2022-01-07Update the invariant checks to take into account ignored borrows/loansSon Ho1-6/+33
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho1-3/+10
2022-01-07Add logging information for borrowsSon Ho1-1/+1
2022-01-07Make more improvements to loggingSon Ho1-21/+21
2022-01-06Add debugging infoSon Ho1-3/+27
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-2/+2
2022-01-06Fix more bugsSon Ho1-5/+6
2022-01-06Fix some bugsSon Ho1-12/+24
2022-01-06Make minor improvements to printingSon Ho1-0/+5
2022-01-06Cleanup and reorganizeSon Ho1-0/+1
2022-01-05Introduce the type_context definitionSon Ho1-2/+2
2022-01-04Cleanup a bitSon Ho1-3/+2
2022-01-04Finish implementing visit_typed_avalue for check_typing_invariantSon Ho1-12/+24
2022-01-04Make good progress on visit_typed_avalue for check_typing_invariantSon Ho1-1/+89
2022-01-04Improve check_typing_invariant to lookup borrowed/shared values andSon Ho1-5/+20
2022-01-04Finish implementing visit_typed_value for check_typing_invariantSon Ho1-3/+6
2022-01-04Make good progress on visit_typed_value for check_typing_invariantSon Ho1-4/+55
2022-01-04Implement check_constant_value_typeSon Ho1-2/+8
2022-01-04Start working on check_typing_invariantSon Ho1-1/+23
2022-01-04Implement check_borrowed_values_invariant and fix minor issuesSon Ho1-5/+82
2022-01-04Fix compiler warningsJonathan Protzenko1-10/+6
2022-01-04Add more checks in check_loans_borrow_relation_invariantSon Ho1-12/+34
2022-01-04Make minor modificationsSon Ho1-1/+1
2022-01-04Update the traceSon Ho1-1/+25
2022-01-04Make progress on implementing check_loans_borrows_relations_invariantSon Ho1-5/+196
2022-01-04Start working on invariant checkingSon Ho1-0/+31