summaryrefslogtreecommitdiff
path: root/tests/lean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update charonNadrieril2024-06-285-7/+7
|
* Bump Lean to v4.9.0rc3 (#261)Son HO2024-06-253-5/+2
|
* Update charonNadrieril2024-06-243-3/+3
|
* Do some cleanup in the Lean backend (#257)Son HO2024-06-221-56/+20
|
* Improve `scalar_tac` and `scalar_decr_tac` (#256)Son HO2024-06-221-76/+24
| | | | | | | * Fix an issue in a proof of the hashmap * Improve scalar_decr_tac * Improve the error message of scalar_tac and add the missing Termination.lean
* Add some proofs for the Lean backend (#255)Son HO2024-06-213-67/+941
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make progress on the proofs of the hashmap * Make a minor modification to the hashmap * Make progress on the hashmap * Make progress on the proofs * Make progress on the proofs * Make progress on the proof of the hashmap * Progress on the proofs of the hashmap * Update a proof * Update the Charon pin * Make minor modifications to the hashmap * Regenerate the tests * Regenerate the hashmap * Add lemmas to the Lean backend * Make progress on the proofs of the hashmap * Make a minor fix * Finish the proof about the hashmap * Update scalar_tac * Make a minor modification in the hashmap * Update the proofs of the hashmap --------- Co-authored-by: Son Ho <sonho@Sons-MacBook-Pro.local> Co-authored-by: Son Ho <sonho@Sons-MBP.lan>
* Support for renaming using the rename attribute in charon (#239)Escherichia2024-06-181-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support for renaming using the rename attribute in charon * support for global decl * add support for renaming field * applied suggested changes and began adding support for variant * finished support for renaming variant * applied suggested changes * add tests * fixed variant and field renaming * update charon-pin * update flake.lock * Update the charon pin * Fix an issue with renaming trait method implementations * Fix an issue with the renaming of trait implementations * Fix an issue when renaming enumerations * Update the Charon pin * Fix the F* tests * Fix an issue with the spans for the loops * Fix the tests * Update a comment * Use fuel in the coq tests * Generate the template decreases clauses by default --------- Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Son Ho <hosonmarc@gmail.com>
* Bump charonNadrieril2024-06-184-15/+15
|
* Merge branch 'main' into son/cleanupSon HO2024-06-175-6/+6
|\
| * Regenerate the testsSon Ho2024-06-175-6/+6
| |
* | Regenerate the testsSon Ho2024-06-1725-0/+75
| |
* | Update the testsSon Ho2024-06-176-4/+31
| |
* | Update Hashmap/Properties.leanSon Ho2024-06-171-36/+34
| |
* | Update the code of the hashmapSon Ho2024-06-173-130/+135
|/
* Update the Lean dependenciesSon Ho2024-06-171-4/+4
|
* Update the testsSon Ho2024-06-142-4/+4
|
* Update the testsSon Ho2024-06-133-29/+29
|
* Update the code extraction and regenerate the testsSon Ho2024-06-121-2/+2
|
* Revert "Regenerate the tests"Son Ho2024-06-1212-333/+338
| | | | This reverts commit cd5542fc82edee11181a43e3a342a2567c929e7e.
* Revert "Fix some mistakes"Son Ho2024-06-123-15/+15
| | | | This reverts commit f05a0faf14fdd558039da52624d57028eb64f9fd.
* Fix some mistakesSon Ho2024-06-123-15/+15
|
* Regenerate the testsSon Ho2024-06-1212-338/+333
|
* Deactivate the use of tuple projectors in the Lean backendSon Ho2024-06-111-2/+4
|
* Update the tests for tuplesSon Ho2024-06-111-7/+24
|
* Regenerate the Coq and Lean betreesSon Ho2024-06-051-89/+202
|
* Update charonNadrieril2024-06-059-117/+117
|
* Merge branch 'main' into son/loops2Son Ho2024-06-0434-1021/+610
|\
| * Reactivate the infinite-loop.rs testSon Ho2024-05-281-0/+25
| |
| * tests: Rename hashmap_utils -> utilsNadrieril2024-05-283-11/+10
| |
| * Add some testsNadrieril2024-05-282-0/+51
| |
| * tests: Rename betree_main -> betreeNadrieril2024-05-288-75/+74
| |
| * tests: Merge the hashmap test filesNadrieril2024-05-2713-575/+81
| |
| * runner: Support negative testsNadrieril2024-05-271-0/+6
| |
| * Merge pull request #206 from AeneasVerif/subdirGuillaume Boisseau2024-05-248-177/+177
| |\
| | * Update output filesNadrieril2024-05-248-177/+177
| | |
| * | Merge branch 'main' into afromher/recursive_projectorsSon Ho2024-05-2415-391/+391
| |\|
| | * Update test outputsNadrieril2024-05-2415-391/+391
| | |
| * | Regenerate Lean files for betreeAymeric Fromherz2024-05-231-0/+4
| | |
| * | Regenerate Lean files for betree following extraction changesAymeric Fromherz2024-05-232-47/+46
| | |
* | | Add a testSon Ho2024-06-031-34/+39
| | |
* | | Regenerate testsAymeric Fromherz2024-05-312-2/+2
| | |
* | | Regenerate test outputAymeric Fromherz2024-05-315-36/+719
| | |
* | | Implement two phases of loops join + collapseAymeric Fromherz2024-05-305-719/+36
| |/ |/|
* | Tweak a pathNadrieril2024-05-2415-391/+391
|/
* Bump charon versionNadrieril2024-05-235-7/+7
|
* Update charonNadrieril2024-04-302-1/+2
|
* Regenerate and fix the testsSon Ho2024-04-251-9/+9
|
* Merge branch 'main' into core-option-unwrapSon Ho2024-04-257-82/+68
|\
| * Update the tests for ExternalSon Ho2024-04-256-83/+66
| |
| * Merge branch 'main' into option-takeSon Ho2024-04-253-161/+56
| |\