summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-14Fix compilation errorsSon Ho2-6/+6
2022-01-14Implement give_back_symbolic_valueSon Ho3-60/+26
2022-01-14Make a minor modificationSon Ho1-6/+5
2022-01-14Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho10-118/+226
2022-01-14Make good progress on end_proj_loans_symbolicSon Ho2-64/+257
2022-01-13Make good progress on end_proj_loans_symbolicSon Ho3-5/+173
2022-01-13Add a small check in the invariantsSon Ho1-2/+8
2022-01-13Update the projectors to ignore values when they don't contain regionsSon Ho8-189/+232
2022-01-13Introduce "AIgnore" for the avaluesSon Ho5-8/+11
2022-01-13Introduce ended borrow/loan projectors over symbolic valuesSon Ho5-38/+57
2022-01-13Start working on checking proj_loans over symbolic values when endingSon Ho2-13/+45
2022-01-13Make more updates to assignment and update ctx_pop_frameSon Ho3-9/+67
2022-01-13Start updating the assignment semanticsSon Ho3-20/+39
2022-01-13Fix a small bug in projections_intersect and add more debugging outputSon Ho4-47/+75
2022-01-12Remove the inner_outer parameter from end_borrow, etc.Son Ho3-56/+33
2022-01-12Update ctx_pop_frame to not drop the local variablesSon Ho1-33/+7
2022-01-12Update end_borrow to check if there are loans in borrowed valuesSon Ho9-191/+288
2022-01-12Update some commentsSon Ho1-4/+7
2022-01-12Introduce dummy variables and update assign_to_placeSon Ho5-14/+56
2022-01-12Make minor modificationsSon Ho3-1/+7
2022-01-10remove another warningJonathan Protzenko1-1/+0
2022-01-07Update the invariant checks to take into account ignored borrows/loansSon Ho1-6/+33
2022-01-07Factorize initialize_symbolic_context_for_fun andSon Ho3-58/+69
2022-01-07Add a high-level commentSon Ho1-0/+8
2022-01-07Make more modifications to loggingSon Ho6-19/+35
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho9-51/+220
2022-01-07Add logging information for borrowsSon Ho5-7/+40