| Commit message (Expand) | Author | Files | Lines |
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 |