summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reformat the codeSon Ho2024-04-111-9/+6
* Merge pull request #119 from AeneasVerif/generic-copyGuillaume Boisseau2024-04-114-11/+11
|\
| * Use charon mainNadrieril2024-04-112-5/+4
| * Update a commentSon HO2024-04-111-1/+1
| * Trust rustc regarding `Copy` boundsNadrieril2024-04-105-11/+12
|/
* Merge pull request #115 from AeneasVerif/nixSon HO2024-04-101-0/+7
|\
| * Update flake.nixNadrieril2024-04-081-0/+7
|/
* Merge pull request #113 from AeneasVerif/escherichia/error_catching_translateSon HO2024-04-0715-66/+186
|\
| * 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
* | Merge pull request #114 from AeneasVerif/son/lean-versionSon HO2024-04-0512-36/+36
|\ \ | |/ |/|
| * Update the lean toolchain and fix the proofsSon Ho2024-04-0512-36/+36
* | Merge pull request #106 from AeneasVerif/escherichia/error_catchingSon HO2024-04-0413-9/+54
|\ \
| * | Fix a minor issueSon Ho2024-04-041-1/+1
| * | Merge remote-tracking branch 'origin/main' into escherichia/error_catchingSon Ho2024-04-0445-396/+446
| |\ \
| * | | Update the way errors are reportedSon Ho2024-04-042-10/+7
| * | | Update the nix flakeSon Ho2024-04-041-3/+3
| * | | Now prints all errors in the error_listEscherichia2024-04-042-3/+11
| * | | Merge remote-tracking branch 'origin/main' into escherichia/error_catchingEscherichia2024-04-043-5/+2
| |\ \ \
| * | | | 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
* | | | | Merge pull request #112 from AeneasVerif/son/coerceSon HO2024-04-041-4/+15
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix the coerce notation for scalars and update some lemmasSon Ho2024-04-041-4/+15
* | | | 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
* | | | Merge pull request #111 from AeneasVerif/son/namesSon HO2024-04-0446-368/+401
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update the nix flakeSon Ho2024-04-041-3/+3
| * | | Make a minor update in SymbolicToPureSon Ho2024-04-041-8/+7
| * | | Update the READMESon Ho2024-04-041-2/+2
| * | | Regenerate the test filesSon Ho2024-04-046-36/+36
| * | | Improve the name of the backward functions furtherSon Ho2024-04-042-5/+19
| * | | Regenerate the test filesSon Ho2024-04-0441-313/+322
| * | | Update the names of the synthesized backward functionsSon Ho2024-04-042-2/+13
|/ / /
* | | Merge pull request #108 from AeneasVerif/son/ext-namesSon HO2024-04-042-4/+1
|\ \ \ | |/ / |/| |
| * | Update the initial configurationSon Ho2024-04-032-4/+1
| |/
* | Merge pull request #107 from AeneasVerif/son/makefileSon HO2024-04-031-1/+1
|\ \ | |/ |/|
| * Remove the check for CHARON_HOMESon Ho2024-04-031-4/+0
| * Improve the MakefileSon Ho2024-04-031-1/+5
|/
* Merge pull request #95 from AeneasVerif/escherichia/errorsSon HO2024-03-2951-3082/+4200
|\
| * Cleanup and fix a mistakeSon Ho2024-03-2913-194/+172
| * Add an error messageSon Ho2024-03-291-3/+1