summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-1014-142/+495
|\
| * Update the invariant checks to take into account ignored borrows/loansSon Ho2022-01-071-6/+33
| |
| * Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-073-58/+69
| | | | | | | | eval_function_call_symbolic_from_inst_sig and make minor modifications
| * Add a high-level commentSon Ho2022-01-071-0/+8
| |
| * Make more modifications to loggingSon Ho2022-01-076-19/+35
| |
| * Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-079-51/+220
| | | | | | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
| * Add logging information for borrowsSon Ho2022-01-075-7/+40
| |
| * Make more improvements to loggingSon Ho2022-01-073-24/+32
| |
| * Improve logging and introduce eval_operands_prepareSon Ho2022-01-076-15/+96
| |
* | Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-0625-4518/+5986
|\|
| * Add debugging infoSon Ho2022-01-061-3/+27
| |
| * CleanupSon Ho2022-01-068-17/+8
| |
| * Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-0611-104/+104
| | | | | | | | stateful
| * Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-0612-255/+116
| | | | | | | | field in the eval_ctx struct
| * Implement a small improvement for apply_reborrowsSon Ho2022-01-061-3/+10
| |
| * Fix another bugSon Ho2022-01-061-5/+5
| |
| * Fix more bugsSon Ho2022-01-062-7/+14
| |
| * Fix some bugsSon Ho2022-01-067-15/+42
| |
| * Make minor improvements to printingSon Ho2022-01-063-8/+20
| |
| * Fix some printing issuesSon Ho2022-01-061-2/+2
| |
| * Make a minor modificationSon Ho2022-01-061-1/+3
| |
| * Fix some issues when evaluating assertionsSon Ho2022-01-063-6/+56
| |
| * Make minor modificationsSon Ho2022-01-064-13/+23
| |
| * Fix minor bugsSon Ho2022-01-061-6/+3
| |
| * Implement tests for the symbolic interpreterSon Ho2022-01-063-21/+14
| |
| * Make good progress on implementing utilities to test symbolic executionSon Ho2022-01-0610-94/+269
| |
| * Move more definitions and do more cleanupSon Ho2022-01-068-67/+74
| |
| * Cleanup and reorganizeSon Ho2022-01-068-476/+492
| |
| * Cleanup a bit more the dependencies and activate more warnings/errorsSon Ho2022-01-065-12/+3
| |
| * Cleanup the dependencies a bitSon Ho2022-01-0610-51/+0
| |
| * Move some definitionsSon Ho2022-01-062-20/+20
| |
| * Move some definitions from Interpreter to InterpreterStatementsSon Ho2022-01-062-894/+895
| |
| * Move some definitions inside of InterpreterExpressionsSon Ho2022-01-061-28/+28
| |
| * Move some functions from Interpreter to InterpreterExpressionsSon Ho2022-01-062-437/+477
| |
| * Move some definitions from Interpreter to InterpreterPathsSon Ho2022-01-062-815/+834
| |
| * Move some functions from Interpreter to InterpreterExpansionSon Ho2022-01-063-483/+508
| |
| * Move some functions from Interpreter to InterpreterBorrowsSon Ho2022-01-062-1099/+1116
| |
| * Move some functions from Interpreter to InterpreterProjectorsSon Ho2022-01-063-635/+667
| |
| * Implement statement_has_loops and make minor modificationsSon Ho2022-01-063-2/+17
| |
| * Address some warningsSon Ho2022-01-061-19/+20
| |
| * Generate iterators for statementSon Ho2022-01-062-5/+54
| |
| * Cleanup a bitSon Ho2022-01-051-22/+17
| |
| * Finish implementing evaluation of non-local function calls in symbolicSon Ho2022-01-051-69/+71
| | | | | | | | mode
| * Make progress on eval_non_local_function_call_symbolicSon Ho2022-01-052-54/+92
| |
| * Cleanup a bitSon Ho2022-01-051-11/+0
| |
| * Split eval_local_function_call_symbolic to isolate a function which canSon Ho2022-01-053-46/+74
| | | | | | | | be reused for non-local function calls
| * Implement apply_proj_borrows_on_input_valueSon Ho2022-01-051-8/+19
| |
| * Make progress on implementing the symbolic evaluation for the non-localSon Ho2022-01-053-52/+134
| | | | | | | | function calls
| * Cleanup a bitSon Ho2022-01-052-14/+14
| |
| * Finish implementing eval_local_function_call_symbolicSon Ho2022-01-053-15/+50
| |