summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-24Start working on printing for symbolic ASTSon Ho7-5/+165
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho8-123/+99
2022-01-21Start working on the generation of the symbolic ASTSon Ho10-52/+240
2022-01-21Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho2-6/+14
2022-01-21Make minor modifications for the invariants checksSon Ho2-14/+9
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 Ho2-28/+79
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho7-167/+442
2022-01-20Add commentsSon Ho1-2/+7
2022-01-20Fix a minor issue in expand_symbolic_valueSon Ho3-17/+25
2022-01-20Update a commentSon Ho1-4/+15
2022-01-20Fix a commentSon Ho1-1/+1
2022-01-20Make minor modificationsSon Ho2-4/+34
2022-01-20Update InterpreterSon Ho3-23/+49
2022-01-20Cleanup a bit InterpreterStatements following compiler warningsSon Ho1-6/+4
2022-01-20Finish updating InterpreterStatementsSon Ho2-89/+101
2022-01-20Make various style modificationsSon Ho2-7/+25
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho5-453/+614
2022-01-20Make minor modifications in InterpreterExpressionsSon Ho1-6/+3
2022-01-20Add more utilities for bool and integer expansion inSon Ho2-16/+102
2022-01-20Finish updating InterpreterExpressionsSon Ho2-101/+115
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-29/+41
2022-01-20Cleanup a bit InterpreterBorrowsSon Ho1-22/+14
2022-01-20Add a unit test in Cps.mlSon Ho1-0/+8
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-99/+116
2022-01-20Make progress on converting InterpreterExpressions to CPSSon Ho2-102/+165
2022-01-19Make minor updates to InterpreterBorrows and InterpreterExpansionSon Ho2-29/+28
2022-01-19Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho3-171/+170
2022-01-19Update the return valuesSon Ho1-5/+7
2022-01-19Make minor modificationsSon Ho1-3/+2
2022-01-19Start updating the interpreter to make it CPSSon Ho3-115/+253
2022-01-19Start working on Pure.mlSon Ho2-0/+104
2022-01-19Make a minor modificationSon Ho1-1/+1
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho10-244/+306
2022-01-19Commit the forgotten Collections.mlSon Ho1-0/+143
2022-01-19Implement ty_has_borrow_under_mutSon Ho4-64/+106
2022-01-19Implement the sanity checks for consumption of symbolic values bySon Ho5-9/+68
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho8-39/+34
2022-01-18Implement ty_has_borrows and ty_has_nested_borrowsSon Ho1-0/+21
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho5-7/+7
2022-01-18Update type_context to have to have a type info field, use maps insteadSon Ho6-36/+62
2022-01-18Implement TypesAnalysis.analyze_tySon Ho1-4/+31
2022-01-18Finish implementing TypesAnalysis.analyze_full_tySon Ho1-47/+65
2022-01-18Start working on TypesAnalysisSon Ho2-0/+225
2022-01-18Derive ord for the typesSon Ho2-10/+15
2022-01-18Make a minor modificationSon Ho1-0/+2
2022-01-18Update the types and deserialization following charon's updatesSon Ho9-152/+146
2022-01-15Introduce abs_kind, to keep track of abstractions' originsSon Ho3-4/+15
2022-01-15Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho7-30/+65
2022-01-15Use the new collectionsSon Ho11-138/+65