summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-15Start working on Collections.mlSon Ho6-26/+6
2022-01-14Improve printing of symbolic values in abstractionsSon Ho2-21/+19
2022-01-14Make minor modificationsSon Ho1-1/+2
2022-01-14Fix give_back_symbolic_valueSon Ho2-24/+86
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho14-98/+259
2022-01-14Update the TODOsSon Ho1-2/+0
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho11-62/+313
2022-01-14Implement loop detection when ending borrows/abstractionsSon Ho2-39/+70