| Commit message (Expand) | Author | Files | Lines |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -5/+5 |
2022-03-03 | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 1 | -1/+2 |
2022-03-03 | Update the name definition to use path_elem | Son Ho | 1 | -6/+8 |
2022-03-03 | Move the names from Identifiers to Names | Son Ho | 1 | -1/+1 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -79/+82 |
2022-02-24 | Update the way function names are handled | Son Ho | 1 | -4/+10 |
2022-02-23 | Improve pretty-printing of environments by filtering and grouping values | Son Ho | 1 | -3/+65 |
2022-02-22 | Add support for "fused" match branches | Son Ho | 1 | -4/+7 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+4 |
2022-02-08 | Update some code in Print for Option | Son Ho | 1 | -0/+10 |
2022-02-08 | Implement pre-passes to update the AST before executing the interpreter | Son Ho | 1 | -1/+1 |
2022-02-08 | Fix some issues | Son Ho | 1 | -0/+5 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -6/+45 |
2022-01-29 | Make the field names optional and make progress on ExtractToFStar | Son Ho | 1 | -7/+17 |
2022-01-27 | Introduce AEndedSharedBorrow so as not to introduce ABottom when | Son Ho | 1 | -0/+1 |
2022-01-27 | Add some printing facilities to SymbolicToPure | Son Ho | 1 | -0/+50 |
2022-01-26 | Fix various issues | Son Ho | 1 | -2/+2 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -1/+1 |
2022-01-24 | Start working on printing for symbolic AST | Son Ho | 1 | -2/+2 |
2022-01-21 | Update AProjLoans and AEndedProjLoans to take a list of given back | Son Ho | 1 | -6/+17 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -4/+7 |
2022-01-18 | Update type_context to have to have a type info field, use maps instead | Son Ho | 1 | -20/+23 |
2022-01-15 | Use the new collections | Son Ho | 1 | -5/+5 |
2022-01-15 | Start working on Collections.ml | Son Ho | 1 | -1/+1 |
2022-01-14 | Improve printing of symbolic values in abstractions | Son Ho | 1 | -18/+16 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -10/+9 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -9/+9 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -2/+6 |
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/+2 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -0/+19 |
2022-01-12 | Introduce dummy variables and update assign_to_place | Son Ho | 1 | -1/+3 |
2022-01-07 | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 1 | -2/+15 |
2022-01-07 | Improve logging and introduce eval_operands_prepare | Son Ho | 1 | -1/+7 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -8/+4 |
2022-01-06 | Fix some bugs | Son Ho | 1 | -0/+4 |
2022-01-06 | Make minor improvements to printing | Son Ho | 1 | -8/+13 |
2022-01-06 | Fix some printing issues | Son Ho | 1 | -2/+2 |
2022-01-06 | Make good progress on implementing utilities to test symbolic execution | Son Ho | 1 | -1/+1 |
2022-01-05 | Introduce the type_context definition | Son Ho | 1 | -4/+6 |
2022-01-03 | Replace AProjSharedLoan with AIgnoredSharedLoan | Son Ho | 1 | -4/+2 |
2022-01-03 | Cleanup a bit to remove warnings | Son Ho | 1 | -5/+3 |
2021-12-17 | Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan} | Son Ho | 1 | -2/+2 |
2021-12-17 | Change the definition of abstract_shared_borrows | Son Ho | 1 | -7/+9 |
2021-12-17 | Use RegionVarId and RegionId in a more consistent manner | Son Ho | 1 | -17/+55 |
2021-12-17 | Implement the avalue cases of give_back_value | Son Ho | 1 | -1/+1 |
2021-12-08 | Rename env_value to env_elem | Son Ho | 1 | -3/+2 |
2021-12-08 | Add a comment | Son Ho | 1 | -0/+4 |
2021-12-08 | Remove g_value, g_typed_value, etc. to make values and abstract values | Son Ho | 1 | -52/+59 |
2021-12-07 | Fix Print.ml | Son Ho | 1 | -6/+6 |