| Commit message (Expand) | Author | Files | Lines |
2023-02-03 | Improve the order of the loop input parameters | Son Ho | 1 | -0/+3 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -3/+20 |
2023-02-03 | Implement support for nested borrows in loops, and add loop tests | Son Ho | 1 | -0/+14 |
2023-02-03 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -14/+32 |
2023-02-03 | Make progress on Interpreter.ml | Son Ho | 1 | -0/+1 |
2023-02-03 | Make minor modifications | Son Ho | 1 | -6/+5 |
2023-02-03 | Implement [match_ctx_with_target] | Son Ho | 1 | -5/+20 |
2023-02-03 | Make some fixes | Son Ho | 1 | -0/+4 |
2023-02-03 | Make progress on checking that two environments are equivalent | Son Ho | 1 | -0/+70 |
2023-02-03 | Make progress on environment matches and joins | Son Ho | 1 | -2/+11 |
2023-02-03 | Start implementing support for loops | Son Ho | 1 | -3/+10 |
2022-11-07 | Add ids to the dummy variables | Son Ho | 1 | -1/+4 |
2022-10-28 | Move the AssignGlobal case from statement to rvalue | Son Ho | 1 | -1/+1 |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -3/+3 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -10/+10 |
2022-09-22 | Reformat the project with dune | Son Ho | 1 | -16/+2 |
2022-08-10 | Corrected translation without using functions, remaining bug in hashmap trans... | Sidney Congard | 1 | -2/+2 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -2/+0 |
2022-04-21 | Improve the generation of names for given back values | Son Ho | 1 | -0/+10 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -2/+2 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+2 |
2022-02-08 | Implement pre-passes to update the AST before executing the interpreter | Son Ho | 1 | -2/+0 |
2022-02-08 | Fix some issues | Son Ho | 1 | -0/+2 |
2022-01-25 | Add a SynthInputGivenBack case in Values.sv_kind | Son Ho | 1 | -2/+3 |
2022-01-21 | Update AProjLoans and AEndedProjLoans to take a list of given back | Son Ho | 1 | -3/+3 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -1/+1 |
2022-01-19 | Implement ty_has_borrow_under_mut | Son Ho | 1 | -1/+1 |
2022-01-19 | Implement the sanity checks for consumption of symbolic values by | Son Ho | 1 | -0/+22 |
2022-01-18 | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 1 | -0/+2 |
2022-01-15 | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 1 | -4/+6 |
2022-01-15 | Use the new collections | Son Ho | 1 | -2/+2 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -3/+0 |
2022-01-14 | Fix compilation errors | Son Ho | 1 | -3/+3 |
2022-01-14 | Implement give_back_symbolic_value | Son Ho | 1 | -0/+8 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -39/+14 |
2022-01-13 | Update the projectors to ignore values when they don't contain regions | Son Ho | 1 | -6/+12 |
2022-01-13 | Introduce "AIgnore" for the avalues | Son Ho | 1 | -0/+1 |
2022-01-13 | Introduce ended borrow/loan projectors over symbolic values | Son Ho | 1 | -0/+4 |
2022-01-13 | Start working on checking proj_loans over symbolic values when ending | Son Ho | 1 | -0/+3 |
2022-01-13 | Fix a small bug in projections_intersect and add more debugging output | Son Ho | 1 | -43/+0 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -0/+8 |
2022-01-12 | Introduce dummy variables and update assign_to_place | Son Ho | 1 | -1/+1 |
2022-01-10 | remove another warning | Jonathan Protzenko | 1 | -1/+0 |
2022-01-07 | Improve logging and introduce eval_operands_prepare | Son Ho | 1 | -10/+11 |
2022-01-06 | Cleanup | Son Ho | 1 | -3/+1 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -4/+3 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -56/+22 |
2022-01-06 | Fix some bugs | Son Ho | 1 | -0/+2 |
2022-01-06 | Make minor improvements to printing | Son Ho | 1 | -0/+2 |