summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-07Make more improvements to loggingSon Ho3-24/+32
2022-01-07Improve logging and introduce eval_operands_prepareSon Ho6-15/+96
2022-01-06Add debugging infoSon Ho1-3/+27
2022-01-06CleanupSon Ho8-17/+8
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho11-104/+104
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho12-255/+116
2022-01-06Implement a small improvement for apply_reborrowsSon Ho1-3/+10
2022-01-06Fix another bugSon Ho1-5/+5
2022-01-06Fix more bugsSon Ho2-7/+14
2022-01-06Fix some bugsSon Ho7-15/+42
2022-01-06Make minor improvements to printingSon Ho3-8/+20
2022-01-06Fix some printing issuesSon Ho1-2/+2
2022-01-06Make a minor modificationSon Ho1-1/+3
2022-01-06Fix some issues when evaluating assertionsSon Ho3-6/+56
2022-01-06Make minor modificationsSon Ho4-13/+23
2022-01-06Fix minor bugsSon Ho1-6/+3
2022-01-06Implement tests for the symbolic interpreterSon Ho3-21/+14
2022-01-06Make good progress on implementing utilities to test symbolic executionSon Ho10-94/+269
2022-01-06Move more definitions and do more cleanupSon Ho8-67/+74
2022-01-06Cleanup and reorganizeSon Ho8-476/+492
2022-01-06Cleanup a bit more the dependencies and activate more warnings/errorsSon Ho5-12/+3
2022-01-06Cleanup the dependencies a bitSon Ho10-51/+0
2022-01-06Move some definitionsSon Ho2-20/+20
2022-01-06Move some definitions from Interpreter to InterpreterStatementsSon Ho2-894/+895
2022-01-06Move some definitions inside of InterpreterExpressionsSon Ho1-28/+28
2022-01-06Move some functions from Interpreter to InterpreterExpressionsSon Ho2-437/+477