summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #52 from AeneasVerif/son/matchesSon HO2023-12-132-4/+7
|\ | | | | Make the otherwise branch in the LLBC match statements optional
| * Update the flake.lockSon Ho2023-12-131-3/+3
| |
| * Update the interpreter to handle optional otherwise branchesSon Ho2023-12-131-1/+4
|/
* Merge pull request #51 from AeneasVerif/son_merge_back2Son HO2023-12-139-780/+1696
|\ | | | | Improve the `pspec` attribute and the `divergent` encoding
| * Merge remote-tracking branch 'origin/main' into son_merge_back2Son Ho2023-12-132-336/+22
| |\ | |/ |/|
* | Merge pull request #50 from AeneasVerif/son/substsSon HO2023-12-122-336/+22
|\ \ | | | | | | Move most of the substitution functions to Charon
| * | Update the flake.lockSon Ho2023-12-121-21/+21
| | |
| * | Move most of the substitution functions to CharonSon Ho2023-12-121-315/+1
|/ /
| * Inline the let-bindings in the validity proofsSon Ho2023-12-121-7/+40
| |
| * Fix a minor issue with the divergent encodingSon Ho2023-12-121-53/+80
| |
| * Fix minor issues with the divergence encodingSon Ho2023-12-121-14/+5
| |
| * Make progress on supporting higher-order divergent functionsSon Ho2023-12-122-53/+95
| |
| * Implement a map-reduce visitor for expressions and fix issues with ↵Son Ho2023-12-121-31/+81
| | | | | | | | get{M,F}VarIds
| * Update the validity proofs for higher-order functionsSon Ho2023-12-112-11/+96
| |
| * Start working on higher-order examples for DivergeSon Ho2023-12-114-218/+355
| |
| * Cleanup a bitSon Ho2023-12-111-16/+47
| |
| * Update Diverge/Elab.lean to use the more general FixII definitionsSon Ho2023-12-113-195/+387
| |
| * Reorganize a bitSon Ho2023-12-113-94/+49
| |
| * Reactivate the sanity checks for the progress tacticSon Ho2023-12-113-26/+24
| |
| * Update the progress tactic to use discrimination treesSon Ho2023-12-083-272/+175
| |
| * Start working on a version of Diverge.FixI more suited to higher-order functionsSon Ho2023-12-073-67/+510
| |
| * Reorganize a bitSon Ho2023-12-073-65/+94
| |
| * Update the flake.lockSon Ho2023-12-071-3/+3
|/
* Merge pull request #49 from AeneasVerif/son_merge_backSon HO2023-12-0724-427/+616
|\ | | | | Allow the extraction of structures as tuples
| * Update the flake.lockSon Ho2023-12-071-18/+18
| |
| * Regenerate the testsSon Ho2023-12-076-32/+110
| |
| * Fix the extraction of the empty typeSon Ho2023-12-071-12/+18
| |
| * Update the micro passes to inline deconstruction of tuples with one fieldSon Ho2023-12-071-6/+34
| |
| * Fix minor issues when extracting a structure with one field as a tupleSon Ho2023-12-072-21/+45
| |
| * Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-0710-199/+347
| |
| * Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-058-158/+63
| |
* | Merge pull request #38 from AeneasVerif/son_fixes2Son HO2023-12-053-9/+14
|\ \ | |/ |/| Simplify and add some lemmas
| * Merge branch 'main' into son_fixes2Son Ho2023-12-05231-20668/+36799
| |\ | |/ |/|
* | Merge pull request #48 from AeneasVerif/son_closuresSon HO2023-12-0537-891/+1315
|\ \ | | | | | | Prepare support for function pointers and closures
| * | Update the flake.lockSon Ho2023-12-051-36/+36
| | |
| * | Print error messages when the command line arguments are invalidSon Ho2023-12-051-10/+40
| | |
| * | Fix a minor issue with the use of const genericsSon Ho2023-12-056-13/+40
| | |
| * | Update following changes in CharonSon Ho2023-12-0532-826/+1176
| | |
| * | Update the code following changes in the NameMatcherSon Ho2023-11-294-6/+23
|/ /
* | Merge pull request #39 from AeneasVerif/afromher_shiftsSon HO2023-11-2926-95/+2000
|\ \ | | | | | | Add support for bitshifts
| * | Update the flake.lockSon Ho2023-11-291-9/+9
| | |
| * | Regenerate the other filesSon Ho2023-11-2914-56/+1570
| | |
| * | Generate the Bitwise test filesSon Ho2023-11-293-0/+107
| | |
| * | Fix a minor issue with the extractionSon Ho2023-11-291-4/+5
| | |
| * | Add support for more bitwise operations and update the extractionSon Ho2023-11-296-28/+302
| | |
| * | Merge branch 'main' into afromher_shiftsSon Ho2023-11-29228-20545/+34347
| |\ \ | |/ / |/| |
* | | Merge pull request #47 from AeneasVerif/son_panicsSon HO2023-11-298-134/+155
|\ \ \ | | | | | | | | Update following some changes in Charon
| * | | Update flake.lockSon Ho2023-11-291-30/+30
| | | |
| * | | Regenerate the testsSon Ho2023-11-294-89/+125
| | | |
| * | | Regenerate the test filesSon Ho2023-11-293-15/+0
|/ / /