Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #206 from AeneasVerif/subdir | Guillaume Boisseau | 2024-05-24 | 85 | -609/+633 |
|\ | |||||
| * | Rename some subdirectories for consistency | Nadrieril | 2024-05-24 | 50 | -13/+7 |
| | | |||||
| * | Update output files | Nadrieril | 2024-05-24 | 26 | -554/+554 |
| | | |||||
| * | runner: Specify subdirectory in magic comments | Nadrieril | 2024-05-24 | 9 | -15/+24 |
| | | |||||
| * | runner: Factor out useful `BackendMap` operations | Nadrieril | 2024-05-24 | 1 | -33/+26 |
| | | |||||
| * | runner: Allow per-backend skipping | Nadrieril | 2024-05-24 | 1 | -19/+46 |
| | | |||||
| * | runner: Allow filenames with dashes | Nadrieril | 2024-05-24 | 2 | -1/+2 |
| | | |||||
| * | fix generated file | Nadrieril | 2024-05-24 | 1 | -1/+1 |
| | | |||||
* | | Update an .opam file | Son Ho | 2024-05-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into afromher/recursive_projectors | Son Ho | 2024-05-24 | 88 | -3301/+5623 |
|\| | |||||
| * | Update test outputs | Nadrieril | 2024-05-24 | 51 | -1219/+1219 |
| | | |||||
| * | runner: Pass options in special comments | Nadrieril | 2024-05-24 | 16 | -78/+150 |
| | | |||||
| * | runner: define an Input module | Nadrieril | 2024-05-24 | 1 | -90/+92 |
| | | |||||
| * | runner: Strongly typed Backend enum | Nadrieril | 2024-05-24 | 2 | -62/+88 |
| | | |||||
| * | Downgrade the version of dune | Son Ho | 2024-05-24 | 1 | -1/+1 |
| | | |||||
| * | runner: Use full path and use an enum for crate vs file | Nadrieril | 2024-05-24 | 1 | -42/+54 |
| | | |||||
| * | runner: Do both steps of generation at once | Nadrieril | 2024-05-24 | 1 | -22/+24 |
| | | |||||
| * | Auto-detect test cases | Nadrieril | 2024-05-24 | 2 | -17/+23 |
| | | |||||
| * | Use runner to generate llbc | Nadrieril | 2024-05-24 | 1 | -20/+104 |
| | | |||||
| * | Tweak a path | Nadrieril | 2024-05-24 | 51 | -1219/+1219 |
| | | |||||
| * | Import test suite from charon | Nadrieril | 2024-05-24 | 25 | -1/+4016 |
| | | |||||
| * | Remove secondary betree test | Nadrieril | 2024-05-24 | 9 | -2100/+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 | 1 | -15/+23 |
| | | |||||
| * | Cleanup test runner | Nadrieril | 2024-05-24 | 1 | -99/+124 |
| | | |||||
| * | Set all options in the test runner | Nadrieril | 2024-05-24 | 1 | -0/+57 |
| | | |||||
| * | Move the subdirectory selection to the test runner | Nadrieril | 2024-05-24 | 1 | -3/+26 |
| | | |||||
| * | Add simple test runner | Nadrieril | 2024-05-24 | 5 | -0/+86 |
| | | |||||
* | | Regenerate Lean files for betree | Aymeric Fromherz | 2024-05-23 | 1 | -0/+4 |
| | | |||||
* | | Regenerate Lean files for betree following extraction changes | Aymeric Fromherz | 2024-05-23 | 2 | -47/+46 |
|/ | |||||
* | Bump charon version | Nadrieril | 2024-05-23 | 15 | -21/+21 |
| | |||||
* | Update charon | Nadrieril | 2024-04-30 | 5 | -4/+5 |
| | |||||
* | Update the decreases clauses for the betree | Son Ho | 2024-04-26 | 2 | -8/+3 |
| | |||||
* | Update the F* clauses for the betree | Son Ho | 2024-04-26 | 1 | -2/+1 |
| | |||||
* | Update a decreases clause | Son Ho | 2024-04-26 | 1 | -1/+7 |
| | |||||
* | Regenerate and fix the tests | Son Ho | 2024-04-25 | 23 | -51/+140 |
| | |||||
* | Merge branch 'main' into core-option-unwrap | Son Ho | 2024-04-25 | 32 | -223/+1297 |
|\ | |||||
| * | Regenerate the Primitives files | Son Ho | 2024-04-25 | 13 | -0/+975 |
| | | |||||
| * | Update the tests for External | Son Ho | 2024-04-25 | 18 | -237/+320 |
| | | |||||
| * | Merge branch 'main' into option-take | Son Ho | 2024-04-25 | 11 | -483/+168 |
| |\ | |||||
| * | | compiler: map `core::mem::swap` to the pure swap | Ryan Lahfa | 2024-04-24 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In the pure functional model, `swap` is mostly about borrow checking and should simplify to the pure swap in our backends. Other backends than Lean are not done in this commit. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
* | | | Fix a couple of tests | Zyad Hassan | 2024-04-24 | 4 | -13/+4 |
| | | | |||||
* | | | Update tests | Zyad Hassan | 2024-04-24 | 7 | -44/+0 |
| |/ |/| | |||||
* | | Address review comments | Nadrieril | 2024-04-18 | 17 | -0/+17 |
| | | |||||
* | | Ensure we regenerate files properly in CI | Nadrieril | 2024-04-18 | 25 | -25/+0 |
| | | | | | | | | | | Files that weren't regenerated were marked as not automatically-generated. | ||||
* | | Bump charon | Nadrieril | 2024-04-17 | 3 | -475/+168 |
|/ | |||||
* | Update a Lean file | Son Ho | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Update some Lean proofs | Son Ho | 2024-04-11 | 3 | -24/+24 |
| | |||||
* | Fix a Coq file | Son Ho | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Fix some F* proofs | Son Ho | 2024-04-11 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 3 | -16/+24 |
|\ |