Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more definitions to the Lean library | Son Ho | 2024-04-12 | 1 | -0/+73 |
| | |||||
* | Start adding integer functions to the Lean library | Son Ho | 2024-04-12 | 4 | -55/+181 |
| | |||||
* | Update the bindings for the extraction | Son Ho | 2024-04-12 | 1 | -14/+11 |
| | |||||
* | Merge branch 'son/clean' into checked-ops | Son Ho | 2024-04-11 | 26 | -259/+517 |
|\ | |||||
| * | Update a comment | Son Ho | 2024-04-11 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 25 | -88/+250 |
| |\ | |||||
| | * | Reformat the code | Son Ho | 2024-04-11 | 1 | -9/+6 |
| | | | |||||
| | * | Update a comment | Son HO | 2024-04-11 | 1 | -1/+1 |
| | | | |||||
| | * | Trust rustc regarding `Copy` bounds | Nadrieril | 2024-04-10 | 3 | -7/+7 |
| | | | |||||
| | * | Improve the error messages further | Son Ho | 2024-04-07 | 3 | -1/+44 |
| | | | |||||
| | * | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 12 | -82/+91 |
| | | | |||||
| | * | Resolved comments and added the name of the not translated element | Escherichia | 2024-04-05 | 2 | -7/+18 |
| | | | |||||
| | * | resolved comments | Escherichia | 2024-04-05 | 3 | -99/+113 |
| | | | |||||
| | * | error catching should now be able to tell when code couldn't be generated | Escherichia | 2024-04-05 | 3 | -101/+144 |
| | | | |||||
| | * | Fix a minor issue | Son Ho | 2024-04-04 | 1 | -1/+1 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/main' into escherichia/error_catching | Son Ho | 2024-04-04 | 3 | -45/+86 |
| | |\ | |||||
| | * | | Update the way errors are reported | Son Ho | 2024-04-04 | 2 | -10/+7 |
| | | | | |||||
| | * | | Now prints all errors in the error_list | Escherichia | 2024-04-04 | 2 | -3/+11 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/main' into escherichia/error_catching | Escherichia | 2024-04-04 | 2 | -4/+1 |
| | |\ \ | |||||
| | * | | | resolved requested changes | Escherichia | 2024-04-03 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | resolved requested changes | Escherichia | 2024-04-03 | 3 | -6/+4 |
| | | | | | |||||
| | * | | | added extract_ty_errors and extract_texpression_errors to deal with the ↵ | Escherichia | 2024-04-03 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | error case in their respective types | ||||
| | * | | | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 12 | -5/+41 |
| | | | | | |||||
| * | | | | Add field mk_return, mk_panic in SymbolicToPure.bs_ctx | Son Ho | 2024-04-04 | 2 | -90/+152 |
| | | | | | |||||
| * | | | | Update the extraction | Son Ho | 2024-04-04 | 8 | -34/+30 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #109 from AeneasVerif/escherichia/names_collision | Son HO | 2024-04-04 | 1 | -31/+48 |
| |\ \ \ | | | | | | | | | | | Escherichia/names collision | ||||
| | * | | | Update a comment | Son Ho | 2024-04-04 | 1 | -3/+5 |
| | | | | | |||||
| | * | | | Make a minor modification | Son Ho | 2024-04-04 | 1 | -2/+4 |
| | | | | | |||||
| | * | | | Make minor modifications | Son Ho | 2024-04-04 | 1 | -15/+21 |
| | | | | | |||||
| | * | | | rebased branch | Escherichia | 2024-04-03 | 1 | -13/+19 |
| | | | | | |||||
| | * | | | Added meta information to names_map_id field in names_map type | Escherichia | 2024-04-03 | 1 | -22/+23 |
| | |/ / | |||||
| * | | | Make a minor update in SymbolicToPure | Son Ho | 2024-04-04 | 1 | -8/+7 |
| | | | | |||||
| * | | | Improve the name of the backward functions further | Son Ho | 2024-04-04 | 2 | -5/+19 |
| | | | | |||||
| * | | | Update the names of the synthesized backward functions | Son Ho | 2024-04-04 | 2 | -2/+13 |
| | |/ | |/| | |||||
| * | | Update the initial configuration | Son Ho | 2024-04-03 | 2 | -4/+1 |
| |/ | |||||
* / | Add builtins for some checked ops such as checked_add | Zyad Hassan | 2024-04-03 | 1 | -0/+31 |
|/ | |||||
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 13 | -194/+172 |
| | |||||
* | Add an error message | Son Ho | 2024-03-29 | 1 | -3/+1 |
| | |||||
* | Add some error messages | Son Ho | 2024-03-29 | 8 | -25/+29 |
| | |||||
* | Add some missing error messages | Son Ho | 2024-03-29 | 3 | -9/+6 |
| | |||||
* | Improve the error messages | Son Ho | 2024-03-29 | 3 | -6/+18 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-03-29 | 4 | -55/+31 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 30 | -181/+468 |
| | |||||
* | added file and line arg to craise, cassert and all related functions | Escherichia | 2024-03-29 | 1 | -3/+3 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 36 | -928/+929 |
| | |||||
* | Make a minor modification | Son Ho | 2024-03-29 | 1 | -1/+4 |
| | |||||
* | Improve the error messages | Son Ho | 2024-03-29 | 3 | -17/+35 |
| | |||||
* | Fix an issue | Son Ho | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | Revert some changes which shouldn't be here | Son Ho | 2024-03-28 | 1 | -6/+5 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 43 | -1435/+2155 |
| |