| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 2022-01-14 | 1 | -3/+4 |
* | Update the TODOs | Son Ho | 2022-01-14 | 1 | -2/+0 |
* | Start working on greedy symbolic value expansion and expansion before | Son Ho | 2022-01-14 | 1 | -0/+8 |
* | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 2022-01-14 | 1 | -1/+3 |
* | Update the projectors to ignore values when they don't contain regions | Son Ho | 2022-01-13 | 1 | -2/+2 |
* | Make more updates to assignment and update ctx_pop_frame | Son Ho | 2022-01-13 | 1 | -4/+38 |
* | Start updating the assignment semantics | Son Ho | 2022-01-13 | 1 | -4/+8 |
* | Update ctx_pop_frame to not drop the local variables | Son Ho | 2022-01-12 | 1 | -33/+7 |
* | Update end_borrow to check if there are loans in borrowed values | Son Ho | 2022-01-12 | 1 | -1/+1 |
* | Update some comments | Son Ho | 2022-01-12 | 1 | -4/+7 |
* | Introduce dummy variables and update assign_to_place | Son Ho | 2022-01-12 | 1 | -3/+12 |
* | Make minor modifications | Son Ho | 2022-01-12 | 1 | -0/+4 |
* | Factorize initialize_symbolic_context_for_fun and | Son Ho | 2022-01-07 | 1 | -29/+58 |
* | Make more modifications to logging | Son Ho | 2022-01-07 | 1 | -6/+9 |
* | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 2022-01-07 | 1 | -2/+15 |
* | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 2022-01-06 | 1 | -7/+5 |
* | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 2022-01-06 | 1 | -19/+10 |
* | Make a minor modification | Son Ho | 2022-01-06 | 1 | -1/+3 |
* | Fix some issues when evaluating assertions | Son Ho | 2022-01-06 | 1 | -6/+48 |
* | Make minor modifications | Son Ho | 2022-01-06 | 1 | -6/+7 |
* | Implement tests for the symbolic interpreter | Son Ho | 2022-01-06 | 1 | -1/+1 |
* | Make good progress on implementing utilities to test symbolic execution | Son Ho | 2022-01-06 | 1 | -45/+56 |
* | Cleanup the dependencies a bit | Son Ho | 2022-01-06 | 1 | -4/+0 |
* | Move some definitions | Son Ho | 2022-01-06 | 1 | -0/+20 |
* | Move some definitions from Interpreter to InterpreterStatements | Son Ho | 2022-01-06 | 1 | -0/+894 |