Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
|\ | ||||||
| * | Update the lean toolchain and fix the proofs | Son Ho | 2024-04-05 | 3 | -16/+24 | |
| | | ||||||
* | | Regenerate the test files | Son Ho | 2024-04-04 | 55 | -1577/+1513 | |
|/ | ||||||
* | Regenerate the test files | Son Ho | 2024-04-04 | 6 | -36/+36 | |
| | ||||||
* | Regenerate the test files | Son Ho | 2024-04-04 | 41 | -313/+322 | |
| | ||||||
* | backend(/tests)/lean: 4.6.0-rc1 → 4.6.1 | Ryan Lahfa | 2024-03-25 | 1 | -1/+1 | |
| | | | | | | 4.6.0 has been released in https://github.com/leanprover/lean4/releases/tag/v4.6.0 Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | |||||
* | Regenerate the code | Son Ho | 2024-03-20 | 29 | -454/+431 | |
| | ||||||
* | Regenerate the tests | Son Ho | 2024-03-19 | 22 | -188/+80 | |
| | ||||||
* | Update the demo | Son Ho | 2024-03-19 | 4 | -30/+126 | |
| | ||||||
* | Regenerate the test files | Son Ho | 2024-03-18 | 6 | -66/+297 | |
| | ||||||
* | Regenerate the constants tests and update Primitives/Base.lean | Son Ho | 2024-03-18 | 3 | -54/+100 | |
| | ||||||
* | Regenerate the test files | Son Ho | 2024-03-11 | 14 | -244/+227 | |
| | ||||||
* | Update the generated files | Son Ho | 2024-03-11 | 15 | -380/+389 | |
| | ||||||
* | Update tests/Makefile | Son Ho | 2024-03-11 | 1 | -1/+1 | |
| | ||||||
* | Regenerate the test files | Son Ho | 2024-03-09 | 10 | -0/+420 | |
| | ||||||
* | Remove the split test files for F* | Son Ho | 2024-03-08 | 55 | -16239/+0 | |
| | ||||||
* | Update the code generated for tuple projectors | Son Ho | 2024-03-08 | 1 | -1/+1 | |
| | ||||||
* | Fix tuple indexing for Lean backend | Zyad Hassan | 2024-03-08 | 1 | -1/+1 | |
| | ||||||
* | Update the generation of constant bodies for Lean | Son Ho | 2024-03-08 | 4 | -24/+23 | |
| | ||||||
* | Regenerate the test files | Son Ho | 2024-03-08 | 5 | -46/+46 | |
| | ||||||
* | Remove a file which shouldn't have been added | Son Ho | 2024-02-09 | 1 | -49/+0 | |
| | ||||||
* | Add some missing files | Son Ho | 2024-02-09 | 4 | -0/+128 | |
| | ||||||
* | Add some demo files | Son Ho | 2024-02-09 | 11 | -0/+3390 | |
| | ||||||
* | Fix minor issues | Son Ho | 2024-02-03 | 2 | -10/+10 | |
| | ||||||
* | Update the .gitignore files | Son Ho | 2024-02-02 | 1 | -1/+2 | |
| | ||||||
* | Rename and regenerate some files | Son Ho | 2024-02-02 | 21 | -952/+508 | |
| | ||||||
* | Make progress on fixing the tests | Son Ho | 2024-02-02 | 1 | -13/+13 | |
| | ||||||
* | Start fixing the tests | Son Ho | 2024-02-02 | 7 | -80/+98 | |
| | ||||||
* | Update a decreases clause | Son Ho | 2024-01-25 | 1 | -0/+5 | |
| | ||||||
* | Regenerate the files | Son Ho | 2024-01-25 | 13 | -314/+379 | |
| | ||||||
* | Fix an issue in External_FunsExternal.v | Son Ho | 2023-12-23 | 1 | -15/+3 | |
| | ||||||
* | Fix an issue when deconstructing tuples in Coq | Son Ho | 2023-12-23 | 1 | -2/+2 | |
| | ||||||
* | Regenerate the files | Son Ho | 2023-12-23 | 35 | -327/+183 | |
| | ||||||
* | Improve the micro passes to eliminate pattern `let f := fun x => g x` | Son Ho | 2023-12-23 | 3 | -52/+24 | |
| | ||||||
* | Fix a minor issue in the Lean tests | Son Ho | 2023-12-23 | 1 | -14/+3 | |
| | ||||||
* | Update the proof of the hashmap in Lean | Son Ho | 2023-12-23 | 1 | -100/+44 | |
| | ||||||
* | Regenerate the test files and add the fstar-split tests | Son Ho | 2023-12-22 | 106 | -8265/+15092 | |
| | ||||||
* | Annotate the bound vars in the lambdas for Coq | Son Ho | 2023-12-22 | 2 | -273/+231 | |
| | ||||||
* | Start pushing files from the fstar-split test folder | Son Ho | 2023-12-22 | 6 | -0/+1637 | |
| | ||||||
* | Regenerate some of the NoNestedBorrows tests | Son Ho | 2023-12-22 | 3 | -546/+474 | |
| |