summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | abstractions (as input or given back values)
* 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
| | | | of lists to store the types/functions definitions
* 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
| | | | values
* Use the new collectionsSon Ho2022-01-1511-138/+65
|
* Start working on Collections.mlSon Ho2022-01-156-26/+6
|
* Improve printing of symbolic values in abstractionsSon Ho2022-01-142-21/+19
|
* Make minor modificationsSon Ho2022-01-141-1/+2
|
* Fix give_back_symbolic_valueSon Ho2022-01-142-24/+86
|
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-1414-98/+259
| | | | copy
* Update the TODOsSon Ho2022-01-141-2/+0
|
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-1411-62/+313
| | | | assignment
* Implement loop detection when ending borrows/abstractionsSon Ho2022-01-142-39/+70
|
* Fix compilation errorsSon Ho2022-01-142-6/+6
|
* Implement give_back_symbolic_valueSon Ho2022-01-143-60/+26
|
* Make a minor modificationSon Ho2022-01-141-6/+5
|
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-1410-118/+226
| | | | AIgnoredProjBorrows variant
* Make good progress on end_proj_loans_symbolicSon Ho2022-01-142-64/+257
|
* Make good progress on end_proj_loans_symbolicSon Ho2022-01-133-5/+173
|
* Add a small check in the invariantsSon Ho2022-01-131-2/+8
|
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-138-189/+232
| | | | of interest
* Introduce "AIgnore" for the avaluesSon Ho2022-01-135-8/+11
|
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-135-38/+57
|
* Start working on checking proj_loans over symbolic values when endingSon Ho2022-01-132-13/+45
| | | | abstractions
* Make more updates to assignment and update ctx_pop_frameSon Ho2022-01-133-9/+67
|
* Start updating the assignment semanticsSon Ho2022-01-133-20/+39
|
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-134-47/+75
|
* Remove the inner_outer parameter from end_borrow, etc.Son Ho2022-01-123-56/+33
|
* Update ctx_pop_frame to not drop the local variablesSon Ho2022-01-121-33/+7
|