| Commit message (Expand) | Author | Files | Lines |
2024-04-22 | Reformat some files | Son Ho | 1 | -11/+20 |
2024-04-18 | item_meta | Nadrieril | 1 | -28/+28 |
2024-04-07 | Improve the error messages further | Son Ho | 1 | -0/+12 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -1/+2 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -2/+5 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -12/+12 |
2024-03-28 | formatting | Escherichia | 1 | -18/+25 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -8/+8 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | added a meta option field to norm_ctx and changed the meta used by some asser... | Escherichia | 1 | -3/+3 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -8/+8 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -43/+44 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 1 | -10/+10 |
2024-03-11 | Update the generation of names | Son Ho | 1 | -3/+3 |
2024-03-08 | Fix some issues | Son Ho | 1 | -0/+1 |
2024-03-08 | Make progress on fixing the loops | Son Ho | 1 | -5/+20 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -4/+4 |
2023-12-05 | Remove the type sv_kind ("symbolic value kind") | Son Ho | 1 | -1/+1 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -2/+2 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -1/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -122/+128 |
2023-11-13 | Normalize the types when computing the regions hierarchies | Son Ho | 1 | -0/+1 |
2023-11-13 | Make minor modifications | Son Ho | 1 | -7/+8 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -8/+20 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -1/+1 |
2023-11-12 | Rename some variants | Son Ho | 1 | -1/+1 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -6/+5 |
2023-10-16 | Fix a small issue | Son Ho | 1 | -11/+53 |
2023-09-17 | Normalize the function signatures before translation to pure | Son Ho | 1 | -38/+9 |
2023-09-17 | Merge trans_ctx and decls_ctx | Son Ho | 1 | -4/+8 |
2023-09-13 | Fix some issues | Son Ho | 1 | -14/+50 |
2023-09-01 | Compute the normalized trait types maps and update Interpreter | Son Ho | 1 | -30/+58 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -57/+39 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -0/+10 |
2023-08-08 | Update the code following a refactor on Charon's side | Son Ho | 1 | -5/+11 |
2023-08-02 | Make minor modifications | Son Ho | 1 | -1/+1 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -15/+28 |
2023-06-04 | Remove the symbolic interpreter tests | Son Ho | 1 | -30/+0 |
2023-02-03 | Fix the comments for ocamldoc | Son Ho | 1 | -1/+1 |
2023-02-03 | Fix an issue with the translation of loops::clear | Son Ho | 1 | -3/+2 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -37/+60 |
2023-02-03 | Implement support for nested borrows in loops, and add loop tests | Son Ho | 1 | -0/+2 |
2023-02-03 | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 1 | -1/+1 |
2023-02-03 | Fix a minor bug in Interpreter.ml | Son Ho | 1 | -8/+11 |
2023-02-03 | Fix another bug | Son Ho | 1 | -10/+45 |
2023-02-03 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -20/+24 |
2023-02-03 | Make progress on Interpreter.ml | Son Ho | 1 | -33/+141 |
2023-02-03 | Merge loop abs so that there is one abs per function input region group | Son Ho | 1 | -3/+8 |
2023-02-03 | Make minor modifications | Son Ho | 1 | -2/+2 |
2023-02-03 | Implement [match_ctx_with_target] | Son Ho | 1 | -1/+3 |