| Commit message (Expand) | Author | Files | Lines |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -2/+2 |
2022-01-27 | Make a modification in InterpreterPath | Son Ho | 1 | -8/+16 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -0/+3 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -4/+4 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -1/+0 |
2022-01-19 | Update InterpreterExpansion and InterpreterPaths to use CPS | Son Ho | 1 | -86/+92 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -2/+4 |
2022-01-18 | Rename type_is_primitively_copyable to ty_is_... | Son Ho | 1 | -1/+1 |
2022-01-18 | Update type_context to have to have a type info field, use maps instead | Son Ho | 1 | -2/+2 |
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 | -6/+9 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -2/+4 |
2022-01-13 | Make more updates to assignment and update ctx_pop_frame | Son Ho | 1 | -5/+11 |
2022-01-13 | Start updating the assignment semantics | Son Ho | 1 | -12/+21 |
2022-01-12 | Remove the inner_outer parameter from end_borrow, etc. | Son Ho | 1 | -4/+4 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -137/+59 |
2022-01-12 | Make minor modifications | Son Ho | 1 | -0/+2 |
2022-01-07 | Make more modifications to logging | Son Ho | 1 | -4/+7 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -1/+1 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -3/+2 |
2022-01-06 | Make good progress on implementing utilities to test symbolic execution | Son Ho | 1 | -1/+1 |
2022-01-06 | Move more definitions and do more cleanup | Son Ho | 1 | -0/+2 |
2022-01-06 | Cleanup and reorganize | Son Ho | 1 | -0/+1 |
2022-01-06 | Cleanup a bit more the dependencies and activate more warnings/errors | Son Ho | 1 | -1/+0 |
2022-01-06 | Cleanup the dependencies a bit | Son Ho | 1 | -7/+0 |
2022-01-06 | Move some definitions from Interpreter to InterpreterPaths | Son Ho | 1 | -0/+833 |