summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* compiler: map `core::option::Option::is_none` to `Option.isNone`Ryan Lahfa2024-04-241-0/+4
* compiler: map `core::mem::swap` to the pure swapRyan Lahfa2024-04-241-0/+2
* compiler: map `core::option::Option::take` to identity functionRyan Lahfa2024-04-171-0/+4
* Add more definitions to the Lean librarySon Ho2024-04-121-0/+73
* Start adding integer functions to the Lean librarySon Ho2024-04-124-55/+181
* Update the bindings for the extractionSon Ho2024-04-121-14/+11
* Merge branch 'son/clean' into checked-opsSon Ho2024-04-1126-259/+517
|\
| * Update a commentSon Ho2024-04-111-2/+2
| * Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-1125-88/+250
| |\
| | * Reformat the codeSon Ho2024-04-111-9/+6
| | * Update a commentSon HO2024-04-111-1/+1
| | * Trust rustc regarding `Copy` boundsNadrieril2024-04-103-7/+7
| | * Improve the error messages furtherSon Ho2024-04-073-1/+44
| | * Cleanup a bit and improve the error messagesSon Ho2024-04-0712-82/+91
| | * Resolved comments and added the name of the not translated elementEscherichia2024-04-052-7/+18
| | * resolved commentsEscherichia2024-04-053-99/+113
| | * error catching should now be able to tell when code couldn't be generatedEscherichia2024-04-053-101/+144
| | * Fix a minor issueSon Ho2024-04-041-1/+1
| | * Merge remote-tracking branch 'origin/main' into escherichia/error_catchingSon Ho2024-04-043-45/+86
| | |\
| | * | Update the way errors are reportedSon Ho2024-04-042-10/+7
| | * | Now prints all errors in the error_listEscherichia2024-04-042-3/+11
| | * | Merge remote-tracking branch 'origin/main' into escherichia/error_catchingEscherichia2024-04-042-4/+1
| | |\ \
| | * | | resolved requested changesEscherichia2024-04-031-1/+0
| | * | | resolved requested changesEscherichia2024-04-033-6/+4
| | * | | added extract_ty_errors and extract_texpression_errors to deal with the error...Escherichia2024-04-032-3/+10
| | * | | added Error and EError to expressions and propagated related changesEscherichia2024-04-0312-5/+41
| * | | | Add field mk_return, mk_panic in SymbolicToPure.bs_ctxSon Ho2024-04-042-90/+152
| * | | | Update the extractionSon Ho2024-04-048-34/+30
| | |_|/ | |/| |
| * | | Merge pull request #109 from AeneasVerif/escherichia/names_collisionSon HO2024-04-041-31/+48
| |\ \ \
| | * | | Update a commentSon Ho2024-04-041-3/+5
| | * | | Make a minor modificationSon Ho2024-04-041-2/+4
| | * | | Make minor modificationsSon Ho2024-04-041-15/+21
| | * | | rebased branchEscherichia2024-04-031-13/+19
| | * | | Added meta information to names_map_id field in names_map typeEscherichia2024-04-031-22/+23
| | |/ /
| * | | Make a minor update in SymbolicToPureSon Ho2024-04-041-8/+7
| * | | Improve the name of the backward functions furtherSon Ho2024-04-042-5/+19
| * | | Update the names of the synthesized backward functionsSon Ho2024-04-042-2/+13
| | |/ | |/|
| * | Update the initial configurationSon Ho2024-04-032-4/+1
| |/
* / Add builtins for some checked ops such as checked_addZyad Hassan2024-04-031-0/+31
|/
* Cleanup and fix a mistakeSon Ho2024-03-2913-194/+172
* Add an error messageSon Ho2024-03-291-3/+1
* Add some error messagesSon Ho2024-03-298-25/+29
* Add some missing error messagesSon Ho2024-03-293-9/+6
* Improve the error messagesSon Ho2024-03-293-6/+18
* Cleanup a bitSon Ho2024-03-294-55/+31
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-2930-181/+468
* added file and line arg to craise, cassert and all related functionsEscherichia2024-03-291-3/+3
* added file and line arg to craise and cassertEscherichia2024-03-2936-928/+929
* Make a minor modificationSon Ho2024-03-291-1/+4
* Improve the error messagesSon Ho2024-03-293-17/+35