| Commit message (Expand) | Author | Files | Lines |
2023-02-03 | Implement support for nested borrows in loops, and add loop tests | Son Ho | 1 | -1/+29 |
2023-02-03 | Make some fixes | Son Ho | 1 | -2/+1 |
2023-02-03 | Improve some visitors and ctx_merge_regions | Son Ho | 1 | -1/+14 |
2023-02-03 | Improve merge_abstractions | Son Ho | 1 | -0/+12 |
2023-02-03 | Improve the value visitors and some substitution functions | Son Ho | 1 | -6/+5 |
2023-02-03 | Make progress on environments matches and joins | Son Ho | 1 | -23/+120 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -12/+19 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -1/+1 |
2022-10-28 | Move the AssignGlobal case from statement to rvalue | Son Ho | 1 | -3/+1 |
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 | -2/+2 |
2022-10-26 | Add meta data with code locations to the various definitions | Son Ho | 1 | -0/+4 |
2022-09-22 | Make minor cleanup | Son Ho | 1 | -2/+4 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -9/+2 |
2022-05-15 | Add AggregatedOption | Son Ho | 1 | -2/+8 |
2022-05-10 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-05-01 | Perform some renamings | Son Ho | 1 | -3/+3 |
2022-03-03 | Make good progress on adding support for external and opaque | Son Ho | 1 | -4/+4 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -1/+1 |
2022-03-03 | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 1 | -0/+2 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -13/+13 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -2/+8 |
2022-01-26 | Implement sanity checks to check the types of the input/output arguments | Son Ho | 1 | -1/+4 |
2022-01-18 | Update the types and deserialization following charon's updates | Son Ho | 1 | -6/+6 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -8/+4 |
2022-01-06 | Implement statement_has_loops and make minor modifications | Son Ho | 1 | -1/+0 |
2022-01-05 | Cleanup a bit | Son Ho | 1 | -0/+2 |
2022-01-05 | Make good progress on eval_local_function_call_symbolic | Son Ho | 1 | -0/+50 |
2022-01-04 | Implement compute_expanded_symbolic_adt_value | Son Ho | 1 | -0/+28 |
2021-12-17 | Implement apply_proj_borrows_on_shared_borrow | Son Ho | 1 | -0/+21 |
2021-12-17 | Rename some functions | Son Ho | 1 | -4/+4 |
2021-12-17 | Add more field type instantiation functions for the ADTs | Son Ho | 1 | -1/+40 |
2021-12-17 | Rename some functions | Son Ho | 1 | -3/+3 |
2021-12-17 | Use RegionVarId and RegionId in a more consistent manner | Son Ho | 1 | -2/+2 |
2021-12-01 | Merge the ADTs, tuples and assumed types in the type and value | Son Ho | 1 | -6/+3 |
2021-12-01 | Factorize type_var and region_var | Son Ho | 1 | -1/+1 |
2021-12-01 | Reimplement [erase_regions] with the substitution functions | Son Ho | 1 | -0/+4 |
2021-12-01 | Move some definitions to new files | Son Ho | 1 | -1/+2 |
2021-12-01 | Move the var definition | Son Ho | 1 | -2/+2 |
2021-12-01 | Merge statements and expressions into statements | Son Ho | 1 | -17/+11 |
2021-11-30 | Remove the vector type for the Id module | Son Ho | 1 | -11/+6 |
2021-11-29 | Test the unit functions | Son Ho | 1 | -1/+1 |
2021-11-29 | Make various improvements in Print | Son Ho | 1 | -18/+0 |
2021-11-29 | Start working logging and make progress on printing ASTs | Son Ho | 1 | -1/+1 |
2021-11-26 | Update the env definition to make the frames easier to manipulate | Son Ho | 1 | -0/+1 |
2021-11-25 | Implement type substitution for function definitions (and expressions, | Son Ho | 1 | -1/+122 |
2021-11-25 | Start working on function calls | Son Ho | 1 | -4/+23 |
2021-11-25 | Implement the Aggregate branch of eval_rvalue | Son Ho | 1 | -1/+9 |
2021-11-25 | Implement various substitution functions | Son Ho | 1 | -42/+54 |
2021-11-25 | Commit Substitute.ml (forgotten in previous commit) | Son Ho | 1 | -0/+72 |