| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve further the generation of parent clause/trait clause names | Son Ho | 2023-11-22 | 1 | -0/+27 |
* | Add span information to the generated code | Son Ho | 2023-11-21 | 1 | -2/+11 |
* | Add an `is_local` field to declarations | Son Ho | 2023-11-21 | 1 | -0/+4 |
* | Finish propagating the changes to the names and cleaning | Son Ho | 2023-11-16 | 1 | -0/+1 |
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -10/+17 |
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -12/+12 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -7/+5 |
* | Update the normalization of associated types | Son Ho | 2023-11-07 | 1 | -0/+1 |
* | Update following some changes in Charon | Son Ho | 2023-11-06 | 1 | -0/+1 |
* | Make minor updates following changes in Charon | Son Ho | 2023-10-30 | 1 | -1/+0 |
* | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 1 | -2/+2 |
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -1/+17 |
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -11/+1 |
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -3/+11 |
* | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -1/+3 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -0/+44 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -3/+13 |
* | Finish updating SymbolicToPure.ml | Son Ho | 2023-08-31 | 1 | -3/+4 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -11/+89 |
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -0/+2 |
* | Fix an issue with the extraction of aggregated arrays | Son Ho | 2023-08-03 | 1 | -42/+97 |
* | Make progress | Son Ho | 2023-08-02 | 1 | -5/+1 |
* | Make progress | Son Ho | 2023-08-02 | 1 | -0/+1 |
* | Make progress | Son Ho | 2023-08-02 | 1 | -3/+7 |
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -13/+30 |
* | Start adding support for const generics | Son Ho | 2023-08-01 | 1 | -17/+7 |
* | Start using namespaces in the Lean backend | Son Ho | 2023-07-05 | 1 | -3/+7 |
* | Add a special expression for structure creation/update | Son Ho | 2023-06-04 | 1 | -10/+91 |
* | Custom syntax support for structures in Lean | Jonathan Protzenko | 2023-06-04 | 1 | -11/+11 |
* | Improve the pretty names generation for loops | Son Ho | 2023-02-03 | 1 | -0/+1 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 1 | -1/+5 |
* | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 2023-02-03 | 1 | -2/+9 |
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 1 | -0/+3 |
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Fix a minor issue in decompose_let_bindings | Son Ho | 2023-02-03 | 1 | -0/+1 |
* | Fix various issues with the generation of code for the loops | Son Ho | 2023-02-03 | 1 | -1/+4 |
* | Fix some bugs | Son Ho | 2023-02-03 | 1 | -2/+36 |
* | Make good progress on updating SymbolicToPure | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Add a `Loop` node in the pure AST | Son Ho | 2023-02-03 | 1 | -0/+34 |
* | Introduce new loop ids in Pure and keep track of the number of loops in a fun... | Son Ho | 2023-02-03 | 1 | -2/+9 |
* | Add loop ids to the pure functions identifiers | Son Ho | 2023-02-03 | 1 | -1/+6 |
* | Do not introduce match on the fuel for non-recursive functions | Son Ho | 2022-11-16 | 1 | -0/+2 |
* | Add a `-use-fuel` option | Son Ho | 2022-11-14 | 1 | -5/+23 |
* | Make [Result::Failure] type an [Error] parameter | Son Ho | 2022-11-14 | 1 | -2/+5 |
* | Reorganize the project to prepare for new backends | Son Ho | 2022-11-14 | 1 | -1/+1 |
* | Fix some issues with the comments | Son Ho | 2022-11-11 | 1 | -4/+4 |
* | Make a minor cleanup | Son Ho | 2022-11-10 | 1 | -14/+19 |
* | Implement the generation of stateful backward functions (controlled by an opt... | Son Ho | 2022-11-10 | 1 | -11/+24 |
* | Update the way function names are handled in Pure | Son Ho | 2022-11-10 | 1 | -13/+21 |
* | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 2022-11-10 | 1 | -2/+5 |