summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
| * Merge pull request #46 from AeneasVerif/son_improvesSon HO2023-11-2894-521/+917
| |\ | | | | | | Minor improvements for the extraction
| | * Update the flake.lockSon Ho2023-11-271-18/+18
| | |
| | * Fix the issues with the cross-references for OCaml docSon Ho2023-11-2716-35/+35
| | |
| | * Update a commentSon Ho2023-11-271-1/+2
| | |
| | * Update the way the Primitives file is copiedSon Ho2023-11-271-13/+20
| | |
| | * Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-278-19/+16
| | |
| | * Generate a dedicated file for the external typesSon Ho2023-11-2746-90/+355
| | |
| | * Update the generation of files for external definitions and regenerate the testsSon Ho2023-11-2721-33/+158
| | |
| | * Regenerate the filesSon Ho2023-11-2412-282/+259
| | |
| | * Add the alloc::string::String type in the builtinsSon Ho2023-11-243-5/+16
| | |
| | * Update a commentSon Ho2023-11-241-2/+3
| | |
| | * Make a minor fixSon Ho2023-11-241-1/+1
| | |
| | * Update some assumed type names/variantsSon Ho2023-11-242-34/+41
| | |
| | * Improve the error messages for some name collisionsSon Ho2023-11-241-2/+4
| | |
| | * Make a minor update in ExtractName.pattern_to_extract_nameSon Ho2023-11-241-1/+4
| |/
| * Merge pull request #45 from AeneasVerif/son_merge_typesSon HO2023-11-22153-11476/+12488
| |\ | | | | | | Big cleanup
| | * Update the flake.lockSon Ho2023-11-221-3/+2
| | |
| | * Fix an issue with the nix flake and update the flake.lockSon Ho2023-11-223-32/+18
| | |
| | * Update the flake.lockSon Ho2023-11-221-18/+18
| | |
| | * Cleanup a bitSon Ho2023-11-221-87/+0
| | |
| | * Make a minor modificationSon Ho2023-11-221-2/+3
| | |
| | * Use NameMatcher.NameMatcherMap instead of associative listsSon Ho2023-11-222-18/+22
| | |
| | * Regenerate the test filesSon Ho2023-11-223-131/+186
| | |
| | * Improve further the generation of parent clause/trait clause namesSon Ho2023-11-228-48/+177
| | |
| | * Regenerate the filesSon Ho2023-11-213-61/+71
| | |
| | * Improve the generation of parent clause namesSon Ho2023-11-213-11/+45
| | |
| | * Update the generation of names for the parent trait clausesSon Ho2023-11-211-4/+29
| | |
| | * Reorganize the "Extract" filesSon Ho2023-11-217-1439/+1299
| | |
| | * Regenerate the filesSon Ho2023-11-2165-1578/+3156
| | |
| | * Make minor updates to the extraction of spansSon Ho2023-11-211-4/+5
| | |
| | * Add span information to the generated codeSon Ho2023-11-2112-45/+91
| | |
| | * Add an `is_local` field to declarationsSon Ho2023-11-215-3/+16
| | |
| | * Rename PrimitiveValues to ValuesSon Ho2023-11-2114-24/+11
| | |
| | * Regenerate the betree filesSon Ho2023-11-2112-274/+279
| | |
| | * Regenerate the Traits filesSon Ho2023-11-213-184/+195
| | |
| | * Regenerate most of the test filesSon Ho2023-11-2135-1016/+1045
| | |
| | * Make a minor modificationSon Ho2023-11-211-1/+11
| | |
| | * Update more namesSon Ho2023-11-214-54/+55
| | |
| | * Update the standard librariesSon Ho2023-11-215-78/+85
| | |
| | * Fix issues with the builtin namesSon Ho2023-11-213-56/+95
| | |
| | * Fix minor issuesSon Ho2023-11-203-3/+9
| | |
| | * Fix minor issuesSon Ho2023-11-202-55/+13
| | |