summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish updating the calls to the synthesis functions to generate theSon Ho2022-01-218-123/+99
* Start working on the generation of the symbolic ASTSon Ho2022-01-2110-52/+240
* Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho2022-01-212-6/+14
* Make minor modifications for the invariants checksSon Ho2022-01-212-14/+9
* Implement more invariant checks for the symbolic valuesSon Ho2022-01-211-3/+34
* Update projections_intersect to write it in terms of a more genericSon Ho2022-01-212-28/+79
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-217-167/+442
* Add commentsSon Ho2022-01-201-2/+7
* Fix a minor issue in expand_symbolic_valueSon Ho2022-01-203-17/+25
* Update a commentSon Ho2022-01-201-4/+15
* Fix a commentSon Ho2022-01-201-1/+1
* Make minor modificationsSon Ho2022-01-202-4/+34
* Update InterpreterSon Ho2022-01-203-23/+49
* Cleanup a bit InterpreterStatements following compiler warningsSon Ho2022-01-201-6/+4
* Finish updating InterpreterStatementsSon Ho2022-01-202-89/+101
* Make various style modificationsSon Ho2022-01-202-7/+25
* Make good progress on updating InterpreterStatements to use CPSSon Ho2022-01-205-453/+614
* Make minor modifications in InterpreterExpressionsSon Ho2022-01-201-6/+3
* Add more utilities for bool and integer expansion inSon Ho2022-01-202-16/+102
* Finish updating InterpreterExpressionsSon Ho2022-01-202-101/+115
* Make more progress on InterpreterExpressionsSon Ho2022-01-201-29/+41
* Cleanup a bit InterpreterBorrowsSon Ho2022-01-201-22/+14
* Add a unit test in Cps.mlSon Ho2022-01-201-0/+8
* Make more progress on InterpreterExpressionsSon Ho2022-01-201-99/+116
* Make progress on converting InterpreterExpressions to CPSSon Ho2022-01-202-102/+165
* Make minor updates to InterpreterBorrows and InterpreterExpansionSon Ho2022-01-192-29/+28
* Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho2022-01-193-171/+170
* Update the return valuesSon Ho2022-01-191-5/+7
* Make minor modificationsSon Ho2022-01-191-3/+2
* Start updating the interpreter to make it CPSSon Ho2022-01-193-115/+253
* Start working on Pure.mlSon Ho2022-01-192-0/+104
* Make a minor modificationSon Ho2022-01-191-1/+1
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-1910-244/+306
* Commit the forgotten Collections.mlSon Ho2022-01-191-0/+143
* Implement ty_has_borrow_under_mutSon Ho2022-01-194-64/+106
* Implement the sanity checks for consumption of symbolic values bySon Ho2022-01-195-9/+68
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-188-39/+34
* Implement ty_has_borrows and ty_has_nested_borrowsSon Ho2022-01-181-0/+21
* Rename type_is_primitively_copyable to ty_is_...Son Ho2022-01-185-7/+7
* Update type_context to have to have a type info field, use maps insteadSon Ho2022-01-186-36/+62
* Implement TypesAnalysis.analyze_tySon Ho2022-01-181-4/+31
* Finish implementing TypesAnalysis.analyze_full_tySon Ho2022-01-181-47/+65
* Start working on TypesAnalysisSon Ho2022-01-182-0/+225
* Derive ord for the typesSon Ho2022-01-182-10/+15
* Make a minor modificationSon Ho2022-01-181-0/+2
* Update the types and deserialization following charon's updatesSon Ho2022-01-189-152/+146
* Introduce abs_kind, to keep track of abstractions' originsSon Ho2022-01-153-4/+15
* Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho2022-01-157-30/+65
* Use the new collectionsSon Ho2022-01-1511-138/+65
* Start working on Collections.mlSon Ho2022-01-156-26/+6