| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a minor issue with the use of const generics | Son Ho | 2023-12-05 | 1 | -1/+5 |
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -1/+1 |
* | Fix the issues with the cross-references for OCaml doc | Son Ho | 2023-11-27 | 1 | -4/+4 |
* | Finish propagating the changes to the names and cleaning | Son Ho | 2023-11-16 | 1 | -1/+1 |
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -27/+25 |
* | Normalize the types when computing the regions hierarchies | Son Ho | 2023-11-13 | 1 | -6/+2 |
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -0/+2 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -170/+69 |
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 1 | -0/+20 |
* | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 1 | -1/+5 |
* | Fix some issues | Son Ho | 2023-09-13 | 1 | -0/+13 |
* | Make minor modifications | Son Ho | 2023-09-13 | 1 | -0/+12 |
* | Compute the normalized trait types maps and update Interpreter | Son Ho | 2023-09-01 | 1 | -1/+1 |
* | Implement the normalization functions in AssociatedTypes | Son Ho | 2023-09-01 | 1 | -0/+43 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -0/+24 |
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -0/+9 |
* | Start adding support for const generics | Son Ho | 2023-08-01 | 1 | -1/+7 |
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 1 | -2/+2 |
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -0/+18 |
* | Fix another bug | Son Ho | 2023-02-03 | 1 | -0/+6 |
* | Make progress on Interpreter.ml | Son Ho | 2023-02-03 | 1 | -3/+9 |
* | Merge loop abs so that there is one abs per function input region group | Son Ho | 2023-02-03 | 1 | -0/+1 |
* | Improve some visitors and ctx_merge_regions | Son Ho | 2023-02-03 | 1 | -8/+60 |
* | Make progress on the fixed point computation | Son Ho | 2023-02-03 | 1 | -32/+4 |
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -0/+70 |
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -54/+1 |
* | Add ids to the dummy variables | Son Ho | 2022-11-07 | 1 | -59/+85 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -9/+9 |
* | Make minor updates to account for Charon's changes | Son Ho | 2022-10-28 | 1 | -2/+2 |
* | Move some files to the Charon project | Son Ho | 2022-10-28 | 1 | -0/+1 |
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+472 |