summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* project(installation): provide a default shell for `aeneas`Ryan Lahfa2024-03-211-0/+9
| | | | | | | This makes it easy to run `make build` and `make test` without figuring anything about the dependencies. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
* shell(ux): enter into the default devshell via nix-direnvRyan Lahfa2024-03-211-0/+1
| | | | | | | | This makes the switch into Aeneas' development environment "seamless" for direnv users. https://direnv.net/ https://github.com/nix-community/nix-direnv Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
* Merge pull request #93 from AeneasVerif/son/examplesSon HO2024-03-2045-711/+846
|\ | | | | Add some examples and improve the shape of the generated code
| * Merge remote-tracking branch 'origin/main' into son/examplesSon Ho2024-03-201-3/+7
| |\ | |/ |/|
* | Merge pull request #90 from AeneasVerif/son/makefileSon HO2024-03-202-9/+13
|\ \ | | | | | | Update the Makefile to automatically reformat the code
| * | Change the tests target to testSon Ho2024-03-112-6/+6
| | |
| * | Update the Makefile to automatically reformat the codeSon Ho2024-03-111-3/+7
| | |
| | * Update the MakefileSon Ho2024-03-202-8/+8
| | |
| | * Update the flake.lockSon Ho2024-03-201-15/+15
| | |
| | * Regenerate the codeSon Ho2024-03-2029-454/+431
| | |
| | * Improve the generation of pretty name and the micro passesSon Ho2024-03-208-30/+144
| | |
| | * Regenerate the testsSon Ho2024-03-1922-188/+80
| | |
| | * Improve the pure micro passesSon Ho2024-03-192-8/+64
| | |
| | * Update the demoSon Ho2024-03-194-30/+126
| |/ |/|
* | Merge pull request #92 from AeneasVerif/son/globalsSon HO2024-03-1818-462/+506
|\ \ | | | | | | Add generics to constants/globals
| * | Update the flake.nix and the flake.lockSon Ho2024-03-182-367/+4
| | |
| * | Fix a minor issueSon Ho2024-03-181-1/+3
| | |
| * | Regenerate the test filesSon Ho2024-03-186-66/+297
| | |
| * | Update extract_trait_implSon Ho2024-03-181-7/+23
| | |
| * | Fix the extraction of trait constantsSon Ho2024-03-182-35/+22
| | |
| * | Regenerate the constants tests and update Primitives/Base.leanSon Ho2024-03-184-55/+101
| | |
| * | Make good progress on adding generics to global constantsSon Ho2024-03-188-47/+172
|/ /
* | Merge pull request #91 from AeneasVerif/son/haxSon HO2024-03-1716-101/+75
|\ \ | |/ |/| Prepare the merge in hax
| * Update the flake.lockSon Ho2024-03-171-21/+21
| |
| * Fix a minor issueSon Ho2024-03-171-1/+1
| |
| * Make minor updatesSon Ho2024-03-173-7/+14
| |
| * Fix a small issue ollowing updates in CharonSon Ho2024-03-171-3/+8
| |
| * Update following changes in CharonSon Ho2024-03-1711-72/+34
|/
* Merge pull request #88 from AeneasVerif/son/clashesSon HO2024-03-1137-703/+825
|\ | | | | Improve the name generation for code extraction
| * Update the flake.lockSon Ho2024-03-111-12/+12
| |
| * Regenerate the test filesSon Ho2024-03-1114-244/+227
| |
| * Simplify the generated namesSon Ho2024-03-111-14/+25
| |
| * Update the generated filesSon Ho2024-03-1115-380/+389
| |
| * Update tests/MakefileSon Ho2024-03-111-1/+1
| |
| * Update the generation of namesSon Ho2024-03-117-39/+57
| |
| * Update a builtin nameSon Ho2024-03-111-1/+1
| |
| * Update the builtin name patternsSon Ho2024-03-101-23/+66
| |
| * Update the name generation and add CLI to print external pat namesSon Ho2024-03-107-48/+106
|/
* Merge pull request #85 from AeneasVerif/son/fix_loops3Son HO2024-03-0928-350/+1185
|\ | | | | Fix some issues with the loops
| * Update the flake.lockSon Ho2024-03-091-24/+24
| |
| * Regenerate the test filesSon Ho2024-03-0910-0/+420
| |
| * Fix an issue with the divergent encodingSon Ho2024-03-091-3/+27
| |
| * Fix some issuesSon Ho2024-03-082-9/+10
| |
| * Add some commentsSon Ho2024-03-082-9/+12
| |
| * Fix an issue in PureMicroPasses.filter_loop_inputsSon Ho2024-03-081-13/+43
| |
| * Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-084-2/+137
| |
| * Fix a last issueSon Ho2024-03-082-51/+110
| |
| * Fix an issue with the loopsSon Ho2024-03-081-1/+7
| |
| * Make progress on fixing the loopsSon Ho2024-03-088-31/+70
| |
| * Fix a small issue with the loopsSon Ho2024-03-082-7/+19
| |