| Commit message (Expand) | Author | Files | Lines |
2024-04-11 | Update a comment | Son HO | 1 | -1/+1 |
2024-04-10 | Trust rustc regarding `Copy` bounds | Nadrieril | 1 | -1/+1 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -3/+2 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -16/+45 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -89/+89 |
2024-03-28 | formatting | Escherichia | 1 | -44/+80 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -82/+82 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -84/+84 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 1 | -34/+35 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -1/+1 |
2023-11-27 | Do not activate the sanity (invariant) checks by default | Son Ho | 1 | -1/+1 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -2/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -142/+128 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -143/+134 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -6/+6 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -26/+41 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -13/+2 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -23/+44 |
2023-08-03 | Fix issues | Son Ho | 1 | -2/+14 |
2023-08-02 | Make minor modifications | Son Ho | 1 | -0/+3 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -19/+24 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -1/+1 |
2023-02-03 | Implement support for nested borrows in loops, and add loop tests | Son Ho | 1 | -1/+8 |
2023-02-03 | Update the comments in Values and make minor modifications | Son Ho | 1 | -2/+2 |
2023-02-03 | Remove the meta-value field from AMutBorrow | Son Ho | 1 | -5/+5 |
2023-02-03 | Remove the APrimitive variant from the avalues | Son Ho | 1 | -2/+0 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -4/+3 |
2023-02-03 | Make progress on the environment matches | Son Ho | 1 | -2/+6 |
2023-02-03 | Start implementing support for loops | Son Ho | 1 | -15/+9 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -10/+9 |
2022-11-07 | Update some comments | Son Ho | 1 | -1/+1 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -8/+8 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -17/+19 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -6/+7 |
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 | -5/+5 |
2022-09-22 | Reformat the project with dune | Son Ho | 1 | -3/+0 |
2022-04-21 | Improve the generation of names for given back values | Son Ho | 1 | -2/+2 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -1/+1 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -4/+4 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -3/+4 |
2022-02-08 | Fix some issues in Invariants | Son Ho | 1 | -3/+11 |
2022-01-27 | Introduce AEndedSharedBorrow so as not to introduce ABottom when | Son Ho | 1 | -2/+2 |
2022-01-27 | Cleanup a bit | Son Ho | 1 | -2/+0 |
2022-01-26 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-01-26 | Fix various issues | Son Ho | 1 | -1/+10 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -3/+3 |
2022-01-24 | Start working on printing for symbolic AST | Son Ho | 1 | -1/+1 |
2022-01-21 | Make minor modifications for the invariants checks | Son Ho | 1 | -4/+7 |