| Commit message (Expand) | Author | Files | Lines |
2024-06-24 | Update charon | Nadrieril | 1 | -19/+24 |
2024-06-18 | Support for renaming using the rename attribute in charon (#239) | Escherichia | 1 | -51/+136 |
2024-06-12 | Revert "Fix some mistakes" | Son Ho | 1 | -2/+0 |
2024-06-12 | Fix some mistakes | Son Ho | 1 | -0/+2 |
2024-06-05 | Fix a minor issue | Son Ho | 1 | -0/+1 |
2024-06-05 | Fix a minor issue | Son Ho | 1 | -0/+1 |
2024-06-05 | Add an option to run Aeneas as a borrow checker | Son Ho | 1 | -36/+36 |
2024-05-28 | Fix an issue with some names being ignored when generating unique variable names | Son Ho | 1 | -21/+19 |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -165/+165 |
2024-04-18 | fix(backends/lean): extract more keywords from `lstlean.tex` | Ryan Lahfa | 1 | -0/+2 |
2024-04-18 | fix(backends/lean): extract more keywords from `lstlean.latex` | Ryan Lahfa | 1 | -0/+62 |
2024-04-18 | item_meta | Nadrieril | 1 | -4/+5 |
2024-04-17 | chore(backends/lean): sort the keyword list | Ryan Lahfa | 1 | -4/+4 |
2024-04-17 | fix(backends/lean): `from` is a keyword | Ryan Lahfa | 1 | -0/+1 |
2024-04-17 | fix(backends/lean): `as` is a keyword | Ryan Lahfa | 1 | -0/+1 |
2024-04-04 | Update the extraction | Son Ho | 1 | -4/+4 |
2024-04-04 | Fix a minor issue | Son Ho | 1 | -1/+1 |
2024-04-04 | Update the names of the synthesized backward functions | Son Ho | 1 | -2/+4 |
2024-04-04 | Update a comment | Son Ho | 1 | -3/+5 |
2024-04-04 | Make a minor modification | Son Ho | 1 | -2/+4 |
2024-04-04 | Make minor modifications | Son Ho | 1 | -15/+21 |
2024-04-03 | rebased branch | Escherichia | 1 | -13/+19 |
2024-04-03 | Added meta information to names_map_id field in names_map type | Escherichia | 1 | -22/+23 |
2024-04-03 | resolved requested changes | Escherichia | 1 | -1/+0 |
2024-04-03 | resolved requested changes | Escherichia | 1 | -1/+1 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -1/+3 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -4/+3 |
2024-03-29 | added file and line arg to craise, cassert and all related functions | Escherichia | 1 | -3/+3 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -16/+17 |
2024-03-28 | Revert some changes which shouldn't be here | Son Ho | 1 | -6/+5 |
2024-03-28 | formatting | Escherichia | 1 | -104/+133 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -8/+16 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -46/+42 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -1/+1 |
2024-03-28 | changes to extract_ty and related functions to use the right meta | Escherichia | 1 | -18/+11 |
2024-03-28 | added a meta option field to norm_ctx and changed the meta used by some asser... | Escherichia | 1 | -1/+0 |
2024-03-28 | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ... | Escherichia | 1 | -2/+2 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 1 | -39/+39 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -136/+139 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -1/+1 |
2024-03-11 | Update the generation of names | Son Ho | 1 | -6/+15 |
2024-03-10 | Update the name generation and add CLI to print external pat names | Son Ho | 1 | -6/+12 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -139/+22 |
2024-03-08 | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 1 | -59/+23 |
2024-03-08 | Update the code generation | Son Ho | 1 | -2/+6 |
2023-12-22 | Fix minor issues | Son Ho | 1 | -27/+54 |
2023-12-21 | Use indices starting at 1 to make variable names unique at code gen | Son Ho | 1 | -1/+1 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 1 | -1/+9 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -8/+9 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -1/+1 |