summaryrefslogtreecommitdiff
path: root/src/Invariants.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-27Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho1-2/+2
2022-01-27Cleanup a bitSon Ho1-2/+0
2022-01-26Make minor modificationsSon Ho1-1/+1
2022-01-26Fix various issuesSon Ho1-1/+10
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho1-3/+3
2022-01-24Start working on printing for symbolic ASTSon Ho1-1/+1
2022-01-21Make minor modifications for the invariants checksSon Ho1-4/+7
2022-01-21Implement more invariant checks for the symbolic valuesSon Ho1-3/+34
2022-01-21Update projections_intersect to write it in terms of a more genericSon Ho1-0/+5
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho1-10/+17
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-0/+7
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho1-20/+28
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho1-1/+2
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho1-1/+1
2022-01-15Use the new collectionsSon Ho1-9/+8
2022-01-14Make minor modificationsSon Ho1-1/+2
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-18/+101
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-1/+10
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