| Commit message (Expand) | Author | Files | Lines |
2024-04-24 | compiler: introduce Lean-only translations | Ryan Lahfa | 1 | -10/+25 |
2024-04-24 | compiler: map `core::option::Option::is_none` to `Option.isNone` | Ryan Lahfa | 1 | -0/+4 |
2024-04-24 | compiler: map `core::mem::swap` to the pure swap | Ryan Lahfa | 1 | -0/+2 |
2024-04-22 | Fix an issue when joining a symbolic value with bottom | Son Ho | 2 | -11/+33 |
2024-04-22 | Reformat some files | Son Ho | 5 | -24/+47 |
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 | 9 | -80/+81 |
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-17 | compiler: map `core::option::Option::take` to identity function | Ryan Lahfa | 1 | -0/+4 |
2024-04-12 | Add more definitions to the Lean library | Son Ho | 1 | -0/+73 |
2024-04-12 | Start adding integer functions to the Lean library | Son Ho | 4 | -55/+181 |
2024-04-12 | Update the bindings for the extraction | Son Ho | 1 | -14/+11 |
2024-04-11 | Update a comment | Son Ho | 1 | -2/+2 |
2024-04-11 | Reformat the code | Son Ho | 1 | -9/+6 |
2024-04-11 | Update a comment | Son HO | 1 | -1/+1 |
2024-04-10 | Trust rustc regarding `Copy` bounds | Nadrieril | 3 | -7/+7 |
2024-04-07 | Improve the error messages further | Son Ho | 3 | -1/+44 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 12 | -82/+91 |
2024-04-05 | Resolved comments and added the name of the not translated element | Escherichia | 2 | -7/+18 |
2024-04-05 | resolved comments | Escherichia | 3 | -99/+113 |
2024-04-05 | error catching should now be able to tell when code couldn't be generated | Escherichia | 3 | -101/+144 |
2024-04-04 | Add field mk_return, mk_panic in SymbolicToPure.bs_ctx | Son Ho | 2 | -90/+152 |
2024-04-04 | Update the extraction | Son Ho | 8 | -34/+30 |
2024-04-04 | Fix a minor issue | Son Ho | 1 | -1/+1 |
2024-04-04 | Update the way errors are reported | Son Ho | 2 | -10/+7 |
2024-04-04 | Make a minor update in SymbolicToPure | Son Ho | 1 | -8/+7 |
2024-04-04 | Now prints all errors in the error_list | Escherichia | 2 | -3/+11 |
2024-04-04 | Improve the name of the backward functions further | Son Ho | 2 | -5/+19 |
2024-04-04 | Update the names of the synthesized backward functions | Son Ho | 2 | -2/+13 |
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 | Add builtins for some checked ops such as checked_add | Zyad Hassan | 1 | -0/+31 |
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 | 3 | -6/+4 |
2024-04-03 | Update the initial configuration | Son Ho | 2 | -4/+1 |
2024-04-03 | added extract_ty_errors and extract_texpression_errors to deal with the error... | Escherichia | 2 | -3/+10 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 12 | -5/+41 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 13 | -194/+172 |
2024-03-29 | Add an error message | Son Ho | 1 | -3/+1 |
2024-03-29 | Add some error messages | Son Ho | 8 | -25/+29 |
2024-03-29 | Add some missing error messages | Son Ho | 3 | -9/+6 |
2024-03-29 | Improve the error messages | Son Ho | 3 | -6/+18 |
2024-03-29 | Cleanup a bit | Son Ho | 4 | -55/+31 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 30 | -181/+468 |