Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update charon | Nadrieril | 2024-06-24 | 1 | -4/+4 |
| | |||||
* | Update charon | Nadrieril | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | `predicates` got merged into `generic_params` | Nadrieril | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 1 | -6/+30 |
| | |||||
* | Implement a BorrowCheck.borrow_check_crate | Son Ho | 2024-06-05 | 1 | -5/+13 |
| | |||||
* | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 2024-05-30 | 1 | -100/+88 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -37/+37 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -172/+166 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | Reformat some files | Son Ho | 2024-04-22 | 1 | -11/+20 |
| | |||||
* | item_meta | Nadrieril | 2024-04-18 | 1 | -28/+28 |
| | |||||
* | Improve the error messages further | Son Ho | 2024-04-07 | 1 | -0/+12 |
| | |||||
* | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 1 | -1/+2 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -2/+5 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -12/+12 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -18/+25 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -8/+8 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 1 | -3/+3 |
| | | | | assert to the norm_ctx one | ||||
* | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 1 | -8/+8 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -43/+44 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 2024-03-28 | 1 | -10/+10 |
| | |||||
* | Update the generation of names | Son Ho | 2024-03-11 | 1 | -3/+3 |
| | |||||
* | Fix some issues | Son Ho | 2024-03-08 | 1 | -0/+1 |
| | |||||
* | Make progress on fixing the loops | Son Ho | 2024-03-08 | 1 | -5/+20 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -4/+4 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -1/+1 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -2/+2 |
| | |||||
* | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -1/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -122/+128 |
| | |||||
* | Normalize the types when computing the regions hierarchies | Son Ho | 2023-11-13 | 1 | -0/+1 |
| | |||||
* | Make minor modifications | Son Ho | 2023-11-13 | 1 | -7/+8 |
| | |||||
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -8/+20 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -1/+1 |
| | |||||
* | Rename some variants | Son Ho | 2023-11-12 | 1 | -1/+1 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -6/+5 |
| | |||||
* | Fix a small issue | Son Ho | 2023-10-16 | 1 | -11/+53 |
| | |||||
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 1 | -38/+9 |
| | |||||
* | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 1 | -4/+8 |
| | |||||
* | Fix some issues | Son Ho | 2023-09-13 | 1 | -14/+50 |
| | |||||
* | Compute the normalized trait types maps and update Interpreter | Son Ho | 2023-09-01 | 1 | -30/+58 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -57/+39 |
| | |||||
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -0/+10 |
| | |||||
* | Update the code following a refactor on Charon's side | Son Ho | 2023-08-08 | 1 | -5/+11 |
| | |||||
* | Make minor modifications | Son Ho | 2023-08-02 | 1 | -1/+1 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -15/+28 |
| | |||||
* | Remove the symbolic interpreter tests | Son Ho | 2023-06-04 | 1 | -30/+0 |
| | |||||
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 1 | -1/+1 |
| | |||||
* | Fix an issue with the translation of loops::clear | Son Ho | 2023-02-03 | 1 | -3/+2 |
| | |||||
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -37/+60 |
| | |||||
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -0/+2 |
| |