summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0522-522/+700
* Update the code following changes in the NameMatcherSon Ho2023-11-294-6/+23
* Fix a minor issue with the extractionSon Ho2023-11-291-4/+5
* Add support for more bitwise operations and update the extractionSon Ho2023-11-292-9/+17
* Merge branch 'main' into afromher_shiftsSon Ho2023-11-2965-10366/+14029
|\
| * 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-277-14/+14
| * Generate a dedicated file for the external typesSon Ho2023-11-271-12/+102
| * Update the generation of files for external definitions and regenerate the testsSon Ho2023-11-271-9/+14
| * 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
| * Fix an issue with the nix flake and update the flake.lockSon Ho2023-11-221-1/+1
| * 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
| * Improve further the generation of parent clause/trait clause namesSon Ho2023-11-228-48/+177
| * 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
| * 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
| * Make a minor modificationSon Ho2023-11-211-1/+11
| * Update more namesSon Ho2023-11-211-6/+7
| * Fix issues with the builtin namesSon Ho2023-11-212-51/+88
| * Fix minor issuesSon Ho2023-11-203-3/+9
| * Fix minor issuesSon Ho2023-11-202-55/+13
| * Use the name matcher implemented in CharonSon Ho2023-11-2019-495/+440
| * Fix a minor issueSon Ho2023-11-161-1/+6
| * Do more cleanupSon Ho2023-11-162-16/+17
| * Update SymbolicToPure.eliminate_box_functionsSon Ho2023-11-161-30/+45
| * Rename Driver.ml to Main.mlSon Ho2023-11-162-3/+3
| * Finish propagating the changes to the names and cleaningSon Ho2023-11-1612-179/+244
| * Do more cleanupSon Ho2023-11-152-5/+4
| * Do more cleanupSon Ho2023-11-152-38/+34
| * Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-1550-4397/+3751