Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also fix implementation of Join-SharedBorrow | Aymeric Fromherz | 2024-05-31 | 1 | -3/+3 |
| | |||||
* | destructure_abs can be called during collapse: markers should be allowed | Aymeric Fromherz | 2024-05-30 | 1 | -4/+0 |
| | |||||
* | Correct implementation of Join-MutBorrows: add markers when creating a new ↵ | Aymeric Fromherz | 2024-05-30 | 1 | -3/+4 |
| | | | | abstraction | ||||
* | More lisible sign for proj_right pretty-printing | Aymeric Fromherz | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | Implement two phases of loops join + collapse | Aymeric Fromherz | 2024-05-30 | 23 | -2971/+660 |
| | |||||
* | Compute marker information for borrow/loan maps | Aymeric Fromherz | 2024-05-28 | 3 | -50/+73 |
| | |||||
* | Add type and set/map for marker and borrow id | Aymeric Fromherz | 2024-05-28 | 4 | -10/+22 |
| | |||||
* | Simplify collapse_ctx | Aymeric Fromherz | 2024-05-27 | 1 | -6/+5 |
| | |||||
* | Simplify reduce_ctx | Aymeric Fromherz | 2024-05-27 | 1 | -21/+6 |
| | |||||
* | Split collapse into collapse and reduce, rename accordingly | Aymeric Fromherz | 2024-05-27 | 4 | -13/+185 |
| | |||||
* | Add projection markers when joining environments | Aymeric Fromherz | 2024-05-27 | 1 | -0/+59 |
| | |||||
* | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 10 | -139/+302 |
| | |||||
* | Start adding markers | Son Ho | 2024-05-24 | 6 | -50/+94 |
| | |||||
* | Downgrade the version of dune | Son Ho | 2024-05-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #202 from AeneasVerif/afromher_debug | Aymeric Fromherz | 2024-05-24 | 1 | -1/+16 |
|\ | | | | | Expand debug output in loops fixed points | ||||
| * | Merge remote-tracking branch 'origin/main' into afromher_debug | Aymeric Fromherz | 2024-05-24 | 91 | -3550/+5686 |
| |\ | |/ |/| | |||||
* | | Merge pull request #197 from AeneasVerif/test-harness3 | Guillaume Boisseau | 2024-05-24 | 91 | -3550/+5686 |
|\ \ | |||||
| * | | runner: Use full path and use an enum for crate vs file | Nadrieril | 2024-05-24 | 2 | -43/+55 |
| | | | |||||
| * | | runner: Do both steps of generation at once | Nadrieril | 2024-05-24 | 2 | -24/+25 |
| | | | |||||
| * | | Auto-detect test cases | Nadrieril | 2024-05-24 | 4 | -33/+39 |
| | | | |||||
| * | | Use runner to generate llbc | Nadrieril | 2024-05-24 | 3 | -84/+126 |
| | | | |||||
| * | | Tweak a path | Nadrieril | 2024-05-24 | 52 | -1221/+1220 |
| | | | |||||
| * | | Import test suite from charon | Nadrieril | 2024-05-24 | 27 | -56/+4148 |
| | | | |||||
| * | | Remove secondary betree test | Nadrieril | 2024-05-24 | 10 | -2101/+4 |
| | | | | | | | | | | | | | | | Opened https://github.com/AeneasVerif/aeneas/issues/196 to remember to add a more adequate replacement test. | ||||
| * | | Let the runner choose which backends to use | Nadrieril | 2024-05-24 | 2 | -43/+28 |
| | | | |||||
| * | | Cleanup test runner | Nadrieril | 2024-05-24 | 1 | -99/+124 |
| | | | |||||
| * | | Set all options in the test runner | Nadrieril | 2024-05-24 | 2 | -51/+58 |
| | | | |||||
| * | | Move the subdirectory selection to the test runner | Nadrieril | 2024-05-24 | 2 | -56/+28 |
| | | | |||||
| * | | Add simple test runner | Nadrieril | 2024-05-24 | 8 | -6/+110 |
| | | | |||||
| * | | Regroup and sort makefile test entries | Nadrieril | 2024-05-24 | 1 | -95/+85 |
| | | | |||||
| * | | make: deduplicate setting the backend | Nadrieril | 2024-05-24 | 1 | -13/+7 |
| | | | |||||
| * | | Format `flake.nix` | Nadrieril | 2024-05-24 | 1 | -35/+39 |
|/ / | |||||
| * | Expand debug output in loops fixed points | Aymeric Fromherz | 2024-05-24 | 1 | -1/+16 |
|/ | |||||
* | Merge pull request #175 from AeneasVerif/afromher/meta | Son HO | 2024-05-24 | 53 | -2958/+2962 |
|\ | | | | | Rename meta into span | ||||
| * | update charon pin | Aymeric Fromherz | 2024-05-24 | 2 | -4/+4 |
| | | |||||
| * | update charon pin | Aymeric Fromherz | 2024-05-24 | 2 | -4/+4 |
| | | |||||
| * | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 51 | -2939/+2943 |
| | | |||||
| * | Rename span into raw_span | Aymeric Fromherz | 2024-05-24 | 4 | -20/+20 |
|/ | |||||
* | Merge pull request #200 from AeneasVerif/bump-charon | Guillaume Boisseau | 2024-05-24 | 4 | -6/+7 |
|\ | |||||
| * | Update charon pin | Nadrieril | 2024-05-24 | 4 | -6/+7 |
|/ | |||||
* | Merge pull request #199 from AeneasVerif/son/errors | Son HO | 2024-05-24 | 2 | -17/+29 |
|\ | | | | | Print name patterns when ignoring definitions | ||||
| * | Fix a crash which happens when type definitions are ignored | Son Ho | 2024-05-24 | 1 | -2/+5 |
| | | |||||
| * | Print the name patterns of the definitions which fail to extract | Son Ho | 2024-05-24 | 2 | -15/+24 |
|/ | |||||
* | Merge pull request #198 from AeneasVerif/son/omega | Son HO | 2024-05-24 | 4 | -104/+82 |
|\ | | | | | Update scalar_tac to use omega instead of linarith | ||||
| * | Update scalar_tac to use omega instead of linarith | Son Ho | 2024-05-24 | 4 | -104/+82 |
|/ | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 19 | -2294/+2116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | Merge pull request #192 from AeneasVerif/bump-charon | Guillaume Boisseau | 2024-05-23 | 17 | -25/+25 |
|\ | |||||
| * | Bump charon version | Nadrieril | 2024-05-23 | 17 | -25/+25 |
|/ | |||||
* | Merge pull request #189 from AeneasVerif/son/progress | Son HO | 2024-05-21 | 1 | -0/+13 |
|\ | | | | | Fix an issue in the progress tactic | ||||
| * | Fix an issue in the progress tactic | Son Ho | 2024-05-21 | 1 | -0/+13 |
|/ |