| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a lot of small modifications | Son Ho | 2022-01-28 | 1 | -0/+3 |
* | Introduce AEndedSharedBorrow so as not to introduce ABottom when | Son Ho | 2022-01-27 | 1 | -7/+9 |
* | Make give_back_symbolic_value fail in case we need to reinsert inside an | Son Ho | 2022-01-27 | 1 | -2/+14 |
* | Implement the borrow_content case of end_abstraction_borrows | Son Ho | 2022-01-27 | 1 | -5/+31 |
* | Fix a small issue in end_abstraction_loans: the loan_content case was | Son Ho | 2022-01-26 | 1 | -0/+13 |
* | Fix a bug in the end borrows/abs loop detection | Son Ho | 2022-01-26 | 1 | -4/+4 |
* | Fix various issues | Son Ho | 2022-01-26 | 1 | -0/+1 |
* | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 2022-01-26 | 1 | -2/+2 |
* | Replace other occurrences of mvalue with msymbolic_value | Son Ho | 2022-01-26 | 1 | -4/+7 |
* | Replace another occurrence of mvalue with msymbolic_value | Son Ho | 2022-01-25 | 1 | -3/+1 |
* | Use msymbolic_value instead of mvalue in some places in Values.aproj | Son Ho | 2022-01-25 | 1 | -1/+1 |
* | Add a SynthInputGivenBack case in Values.sv_kind | Son Ho | 2022-01-25 | 1 | -4/+11 |
* | Finish updating the calls to the synthesis functions to generate the | Son Ho | 2022-01-21 | 1 | -10/+20 |
* | Add invariant checks at the end of [end_borrow] and [end_abstraction] | Son Ho | 2022-01-21 | 1 | -5/+13 |
* | Update AProjLoans and AEndedProjLoans to take a list of given back | Son Ho | 2022-01-21 | 1 | -93/+126 |
* | Cleanup a bit InterpreterBorrows | Son Ho | 2022-01-20 | 1 | -22/+14 |
* | Make minor updates to InterpreterBorrows and InterpreterExpansion | Son Ho | 2022-01-19 | 1 | -6/+10 |
* | Make minor modifications | Son Ho | 2022-01-19 | 1 | -3/+2 |
* | Start updating the interpreter to make it CPS | Son Ho | 2022-01-19 | 1 | -115/+182 |
* | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 2022-01-19 | 1 | -153/+156 |
* | Implement ty_has_borrow_under_mut | Son Ho | 2022-01-19 | 1 | -1/+1 |
* | Implement the sanity checks for consumption of symbolic values by | Son Ho | 2022-01-19 | 1 | -6/+31 |
* | Update the types and deserialization following charon's updates | Son Ho | 2022-01-18 | 1 | -2/+5 |
* | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 2022-01-15 | 1 | -4/+4 |
* | Use the new collections | Son Ho | 2022-01-15 | 1 | -3/+3 |
* | Fix give_back_symbolic_value | Son Ho | 2022-01-14 | 1 | -10/+11 |
* | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 2022-01-14 | 1 | -0/+2 |
* | Implement loop detection when ending borrows/abstractions | Son Ho | 2022-01-14 | 1 | -39/+45 |
* | Fix compilation errors | Son Ho | 2022-01-14 | 1 | -3/+3 |
* | Implement give_back_symbolic_value | Son Ho | 2022-01-14 | 1 | -13/+18 |
* | Make a minor modification | Son Ho | 2022-01-14 | 1 | -6/+5 |
* | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 2022-01-14 | 1 | -15/+33 |
* | Make good progress on end_proj_loans_symbolic | Son Ho | 2022-01-14 | 1 | -8/+51 |
* | Make good progress on end_proj_loans_symbolic | Son Ho | 2022-01-13 | 1 | -5/+27 |
* | Update the projectors to ignore values when they don't contain regions | Son Ho | 2022-01-13 | 1 | -1/+2 |
* | Introduce "AIgnore" for the avalues | Son Ho | 2022-01-13 | 1 | -1/+2 |
* | Introduce ended borrow/loan projectors over symbolic values | Son Ho | 2022-01-13 | 1 | -38/+47 |
* | Start working on checking proj_loans over symbolic values when ending | Son Ho | 2022-01-13 | 1 | -13/+42 |
* | Remove the inner_outer parameter from end_borrow, etc. | Son Ho | 2022-01-12 | 1 | -34/+25 |
* | Update end_borrow to check if there are loans in borrowed values | Son Ho | 2022-01-12 | 1 | -46/+140 |
* | Make more modifications to logging | Son Ho | 2022-01-07 | 1 | -1/+1 |
* | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 2022-01-07 | 1 | -14/+86 |
* | Add logging information for borrows | Son Ho | 2022-01-07 | 1 | -1/+28 |
* | Cleanup | Son Ho | 2022-01-06 | 1 | -2/+1 |
* | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 2022-01-06 | 1 | -5/+4 |
* | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 2022-01-06 | 1 | -68/+12 |
* | Fix more bugs | Son Ho | 2022-01-06 | 1 | -2/+8 |
* | Move more definitions and do more cleanup | Son Ho | 2022-01-06 | 1 | -0/+1 |
* | Cleanup and reorganize | Son Ho | 2022-01-06 | 1 | -0/+1 |
* | Cleanup a bit more the dependencies and activate more warnings/errors | Son Ho | 2022-01-06 | 1 | -4/+0 |