Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup merge_abstractions | Son Ho | 2024-06-04 | 1 | -96/+183 |
| | |||||
* | Add a test | Son Ho | 2024-06-03 | 4 | -103/+123 |
| | |||||
* | Fix an issue with the type of the values given back by loops | Son Ho | 2024-06-03 | 3 | -157/+237 |
| | |||||
* | Fix a bug when composing the continuations in eval_statement | Son Ho | 2024-06-03 | 4 | -122/+131 |
| | |||||
* | Change the order in which we merge abstractions | Son Ho | 2024-06-03 | 5 | -105/+99 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-06-03 | 3 | -44/+53 |
| | |||||
* | Factor out some code and update some comments | Son Ho | 2024-06-03 | 4 | -166/+173 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-06-03 | 4 | -91/+87 |
| | |||||
* | Make minor modifications | Son Ho | 2024-06-03 | 4 | -19/+25 |
| | |||||
* | Update some comments | Son Ho | 2024-06-03 | 1 | -2/+2 |
| | |||||
* | format | Aymeric Fromherz | 2024-05-31 | 1 | -18/+18 |
| | |||||
* | Add documentation to collapse | Aymeric Fromherz | 2024-05-31 | 1 | -1/+27 |
| | |||||
* | Regenerate tests | Aymeric Fromherz | 2024-05-31 | 13 | -35/+35 |
| | |||||
* | Add missing reverse when collapsing environment | Aymeric Fromherz | 2024-05-31 | 1 | -2/+1 |
| | |||||
* | Fix unused variables warnings | Aymeric Fromherz | 2024-05-31 | 2 | -13/+18 |
| | |||||
* | Regenerate test output | Aymeric Fromherz | 2024-05-31 | 19 | -108/+2588 |
| | |||||
* | Avoid adding shared loans twice when merging environments | Aymeric Fromherz | 2024-05-31 | 1 | -5/+28 |
| | |||||
* | Add markers when creating new abstractions because of a join with bottom | Aymeric Fromherz | 2024-05-31 | 3 | -48/+63 |
| | |||||
* | 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 |
|/ / |