| Commit message (Expand) | Author | Files | Lines |
2022-01-25 | Make the back_id field non optional in Values.abs | Son Ho | 1 | -1/+0 |
2022-01-25 | Make progress on SymbolicToPure.translate_end_abstraction | Son Ho | 1 | -1/+5 |
2022-01-25 | Replace BackwardFunctionId with RegionGroupId | Son Ho | 1 | -2/+2 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -11/+9 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -3/+17 |
2022-01-21 | Make minor modifications for the invariants checks | Son Ho | 1 | -10/+2 |
2022-01-20 | Cleanup a bit InterpreterStatements following compiler warnings | Son Ho | 1 | -6/+4 |
2022-01-20 | Finish updating InterpreterStatements | Son Ho | 1 | -85/+101 |
2022-01-20 | Make various style modifications | Son Ho | 1 | -7/+11 |
2022-01-20 | Make good progress on updating InterpreterStatements to use CPS | Son Ho | 1 | -443/+546 |
2022-01-19 | Implement the sanity checks for consumption of symbolic values by | Son Ho | 1 | -1/+5 |
2022-01-18 | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 1 | -1/+4 |
2022-01-18 | Update the types and deserialization following charon's updates | Son Ho | 1 | -12/+19 |
2022-01-15 | Introduce abs_kind, to keep track of abstractions' origins | Son Ho | 1 | -3/+4 |
2022-01-15 | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 1 | -1/+1 |
2022-01-15 | Use the new collections | Son Ho | 1 | -1/+1 |
2022-01-15 | Start working on Collections.ml | Son Ho | 1 | -1/+1 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -3/+4 |
2022-01-14 | Update the TODOs | Son Ho | 1 | -2/+0 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -0/+8 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -1/+3 |
2022-01-13 | Update the projectors to ignore values when they don't contain regions | Son Ho | 1 | -2/+2 |
2022-01-13 | Make more updates to assignment and update ctx_pop_frame | Son Ho | 1 | -4/+38 |
2022-01-13 | Start updating the assignment semantics | Son Ho | 1 | -4/+8 |
2022-01-12 | Update ctx_pop_frame to not drop the local variables | Son Ho | 1 | -33/+7 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -1/+1 |
2022-01-12 | Update some comments | Son Ho | 1 | -4/+7 |
2022-01-12 | Introduce dummy variables and update assign_to_place | Son Ho | 1 | -3/+12 |
2022-01-12 | Make minor modifications | Son Ho | 1 | -0/+4 |
2022-01-07 | Factorize initialize_symbolic_context_for_fun and | Son Ho | 1 | -29/+58 |
2022-01-07 | Make more modifications to logging | Son Ho | 1 | -6/+9 |
2022-01-07 | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 1 | -2/+15 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -7/+5 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -19/+10 |
2022-01-06 | Make a minor modification | Son Ho | 1 | -1/+3 |
2022-01-06 | Fix some issues when evaluating assertions | Son Ho | 1 | -6/+48 |
2022-01-06 | Make minor modifications | Son Ho | 1 | -6/+7 |
2022-01-06 | Implement tests for the symbolic interpreter | Son Ho | 1 | -1/+1 |
2022-01-06 | Make good progress on implementing utilities to test symbolic execution | Son Ho | 1 | -45/+56 |
2022-01-06 | Cleanup the dependencies a bit | Son Ho | 1 | -4/+0 |
2022-01-06 | Move some definitions | Son Ho | 1 | -0/+20 |
2022-01-06 | Move some definitions from Interpreter to InterpreterStatements | Son Ho | 1 | -101/+0 |
2022-01-06 | Move some functions from Interpreter to InterpreterExpressions | Son Ho | 1 | -437/+1 |
2022-01-06 | Move some definitions from Interpreter to InterpreterPaths | Son Ho | 1 | -815/+1 |
2022-01-06 | Move some functions from Interpreter to InterpreterExpansion | Son Ho | 1 | -483/+1 |
2022-01-06 | Move some functions from Interpreter to InterpreterBorrows | Son Ho | 1 | -1099/+1 |
2022-01-06 | Move some functions from Interpreter to InterpreterProjectors | Son Ho | 1 | -635/+2 |
2022-01-05 | Cleanup a bit | Son Ho | 1 | -22/+17 |
2022-01-05 | Finish implementing evaluation of non-local function calls in symbolic | Son Ho | 1 | -69/+71 |
2022-01-05 | Make progress on eval_non_local_function_call_symbolic | Son Ho | 1 | -53/+85 |