summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variables warningsAymeric Fromherz2024-05-312-13/+18
* Regenerate test outputAymeric Fromherz2024-05-3119-108/+2588
* Avoid adding shared loans twice when merging environmentsAymeric Fromherz2024-05-311-5/+28
* Add markers when creating new abstractions because of a join with bottomAymeric Fromherz2024-05-313-48/+63
* Also fix implementation of Join-SharedBorrowAymeric Fromherz2024-05-311-3/+3
* destructure_abs can be called during collapse: markers should be allowedAymeric Fromherz2024-05-301-4/+0
* Correct implementation of Join-MutBorrows: add markers when creating a new ab...Aymeric Fromherz2024-05-301-3/+4
* More lisible sign for proj_right pretty-printingAymeric Fromherz2024-05-301-1/+1
* Implement two phases of loops join + collapseAymeric Fromherz2024-05-3023-2971/+660
* Compute marker information for borrow/loan mapsAymeric Fromherz2024-05-283-50/+73
* Add type and set/map for marker and borrow idAymeric Fromherz2024-05-284-10/+22
* Simplify collapse_ctxAymeric Fromherz2024-05-271-6/+5
* Simplify reduce_ctxAymeric Fromherz2024-05-271-21/+6
* Split collapse into collapse and reduce, rename accordinglyAymeric Fromherz2024-05-274-13/+185
* Add projection markers when joining environmentsAymeric Fromherz2024-05-271-0/+59
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-2710-139/+302
* Start adding markersSon Ho2024-05-246-50/+94
* Downgrade the version of duneSon Ho2024-05-241-1/+1
* Merge pull request #202 from AeneasVerif/afromher_debugAymeric Fromherz2024-05-241-1/+16
|\
| * Merge remote-tracking branch 'origin/main' into afromher_debugAymeric Fromherz2024-05-2491-3550/+5686
| |\ | |/ |/|
* | Merge pull request #197 from AeneasVerif/test-harness3Guillaume Boisseau2024-05-2491-3550/+5686
|\ \
| * | runner: Use full path and use an enum for crate vs fileNadrieril2024-05-242-43/+55
| * | runner: Do both steps of generation at onceNadrieril2024-05-242-24/+25
| * | Auto-detect test casesNadrieril2024-05-244-33/+39
| * | Use runner to generate llbcNadrieril2024-05-243-84/+126
| * | Tweak a pathNadrieril2024-05-2452-1221/+1220
| * | Import test suite from charonNadrieril2024-05-2427-56/+4148
| * | Remove secondary betree testNadrieril2024-05-2410-2101/+4
| * | Let the runner choose which backends to useNadrieril2024-05-242-43/+28
| * | Cleanup test runnerNadrieril2024-05-241-99/+124
| * | Set all options in the test runnerNadrieril2024-05-242-51/+58
| * | Move the subdirectory selection to the test runnerNadrieril2024-05-242-56/+28
| * | Add simple test runnerNadrieril2024-05-248-6/+110
| * | Regroup and sort makefile test entriesNadrieril2024-05-241-95/+85
| * | make: deduplicate setting the backendNadrieril2024-05-241-13/+7
| * | Format `flake.nix`Nadrieril2024-05-241-35/+39
|/ /
| * Expand debug output in loops fixed pointsAymeric Fromherz2024-05-241-1/+16
|/
* Merge pull request #175 from AeneasVerif/afromher/metaSon HO2024-05-2453-2958/+2962
|\
| * update charon pinAymeric Fromherz2024-05-242-4/+4
| * update charon pinAymeric Fromherz2024-05-242-4/+4
| * Rename meta into spanAymeric Fromherz2024-05-2451-2939/+2943
| * Rename span into raw_spanAymeric Fromherz2024-05-244-20/+20
|/
* Merge pull request #200 from AeneasVerif/bump-charonGuillaume Boisseau2024-05-244-6/+7
|\
| * Update charon pinNadrieril2024-05-244-6/+7
|/
* Merge pull request #199 from AeneasVerif/son/errorsSon HO2024-05-242-17/+29
|\
| * Fix a crash which happens when type definitions are ignoredSon Ho2024-05-241-2/+5
| * Print the name patterns of the definitions which fail to extractSon Ho2024-05-242-15/+24
|/
* Merge pull request #198 from AeneasVerif/son/omegaSon HO2024-05-244-104/+82
|\
| * Update scalar_tac to use omega instead of linarithSon Ho2024-05-244-104/+82
|/
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-2319-2294/+2116