summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-183-12/+17
|
* Make a minor modificationSon Ho2022-01-181-0/+2
|
* Update the types and deserialization following charon's updatesSon Ho2022-01-1810-153/+151
|
* Update the TODOsSon Ho2022-01-161-11/+27
|
* 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-157-26/+17
|
* Make more minor modificationsSon Ho2022-01-141-1/+2
|
* Make minor modifications to the TODOsSon Ho2022-01-141-11/+11
|
* Improve printing of symbolic values in abstractionsSon Ho2022-01-143-24/+21
|
* Make minor modificationsSon Ho2022-01-142-4/+6
|
* Update the TODOsSon Ho2022-01-141-6/+7
|
* Fix give_back_symbolic_valueSon Ho2022-01-142-24/+86
|
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-1415-98/+263
| | | | copy
* Update the TODOsSon Ho2022-01-142-2/+4
|
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-1412-67/+318
| | | | assignment
* Implement loop detection when ending borrows/abstractionsSon Ho2022-01-143-41/+71
|
* Update the TODOsSon Ho2022-01-141-0/+2
|
* Update the TODOsSon Ho2022-01-141-18/+18
|
* Add a TODOSon Ho2022-01-141-0/+3
|
* 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-143-65/+260
|
* Make good progress on end_proj_loans_symbolicSon Ho2022-01-134-5/+175
|
* 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
* Update the TODO listSon Ho2022-01-131-4/+4
|
* Make more updates to assignment and update ctx_pop_frameSon Ho2022-01-133-9/+67
|
* Start updating the assignment semanticsSon Ho2022-01-134-36/+63
|
* Update the TODOsSon Ho2022-01-131-6/+46
|
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-135-48/+75
|
* Remove the inner_outer parameter from end_borrow, etc.Son Ho2022-01-123-56/+33
|
* Regenerate the traceSon Ho2022-01-121-14723/+0
|
* Regenerate the traceSon Ho2022-01-121-39168/+114636
|
* Update ctx_pop_frame to not drop the local variablesSon Ho2022-01-121-33/+7
|
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-1210-192/+291
|
* Remove an item from TODO.mdSon Ho2022-01-121-6/+0
|
* Update some commentsSon Ho2022-01-121-4/+7
|
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-126-14/+61
|