Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | had some fun writing an IsabelleHOL backend | stuebinm | 2024-06-29 | 9 | -132/+440 |
| | | | | | | | (do not actually use this, most things are broken, and the primitives lib barely exists and is simply incorrect. But it is enough to create syntax-correct Isabelle code for relatively simply rust code, as long as it does not contain any uses of traits) | ||||
* | Remove redundant `llbc_name` field | Nadrieril | 2024-06-28 | 8 | -71/+59 |
| | | | | It's redundant with `item_meta.name` | ||||
* | Update charon | Nadrieril | 2024-06-25 | 1 | -3/+1 |
| | |||||
* | Update charon | Nadrieril | 2024-06-24 | 15 | -95/+103 |
| | |||||
* | Update charon | Nadrieril | 2024-06-21 | 4 | -2/+11 |
| | |||||
* | `predicates` got merged into `generic_params` | Nadrieril | 2024-06-21 | 8 | -73/+63 |
| | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 10 | -291/+484 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support for renaming using the rename attribute in charon * support for global decl * add support for renaming field * applied suggested changes and began adding support for variant * finished support for renaming variant * applied suggested changes * add tests * fixed variant and field renaming * update charon-pin * update flake.lock * Update the charon pin * Fix an issue with renaming trait method implementations * Fix an issue with the renaming of trait implementations * Fix an issue when renaming enumerations * Update the Charon pin * Fix the F* tests * Fix an issue with the spans for the loops * Fix the tests * Update a comment * Use fuel in the coq tests * Generate the template decreases clauses by default --------- Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | Tiny dedup | Nadrieril | 2024-06-18 | 2 | -12/+4 |
| | |||||
* | Deactivate some linter options for the generated Lean files | Son Ho | 2024-06-17 | 1 | -0/+9 |
| | |||||
* | Automatically add a @[reducible] attribute to some generated functions | Son Ho | 2024-06-17 | 4 | -3/+66 |
| | |||||
* | Update the code extraction and regenerate the tests | Son Ho | 2024-06-12 | 2 | -7/+13 |
| | |||||
* | Revert "Update the scalar notation for the Lean backend" | Son Ho | 2024-06-12 | 1 | -1/+1 |
| | | | | This reverts commit c8272aeea205ca9cb36e22757473ca2a931a4933. | ||||
* | Revert "Fix some mistakes" | Son Ho | 2024-06-12 | 1 | -2/+0 |
| | | | | This reverts commit f05a0faf14fdd558039da52624d57028eb64f9fd. | ||||
* | Fix some mistakes | Son Ho | 2024-06-12 | 1 | -0/+2 |
| | |||||
* | Update the scalar notation for the Lean backend | Son Ho | 2024-06-12 | 1 | -1/+1 |
| | |||||
* | Deactivate the use of tuple projectors in the Lean backend | Son Ho | 2024-06-11 | 2 | -5/+8 |
| | |||||
* | Filter out type aliases | Nadrieril | 2024-06-06 | 5 | -8/+52 |
| | |||||
* | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | |||||
* | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | |||||
* | Update an error message | Son Ho | 2024-06-05 | 1 | -6/+10 |
| | |||||
* | Relax more checks for borrow-checking | Son Ho | 2024-06-05 | 1 | -1/+2 |
| | |||||
* | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 4 | -16/+54 |
| | |||||
* | Implement a BorrowCheck.borrow_check_crate | Son Ho | 2024-06-05 | 6 | -10/+54 |
| | |||||
* | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 10 | -276/+342 |
| | |||||
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 26 | -1026/+2001 |
|\ | |||||
| * | Propagated changes to statement from Charon (#223) | Escherichia | 2024-06-04 | 2 | -1/+2 |
| | | | | | | | | | | Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Nadrieril <nadrieril+git@gmail.com> | ||||
| * | Merge branch 'main' into son/loops2 | Son Ho | 2024-06-04 | 8 | -211/+206 |
| |\ | |||||
| | * | feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209 | Lucas Franceschino | 2024-06-03 | 4 | -2/+6 |
| | | | |||||
| * | | Improve collapse_ctx | Son Ho | 2024-06-04 | 1 | -1/+42 |
| | | | |||||
| * | | Do more cleanup | Son Ho | 2024-06-04 | 1 | -40/+44 |
| | | | |||||
| * | | Factor out the code in collapse_ctx | Son Ho | 2024-06-04 | 2 | -153/+56 |
| | | | |||||
| * | | Start factoring out the code of reduce_ctx and collapse_ctx | Son Ho | 2024-06-04 | 1 | -91/+162 |
| | | | |||||
| * | | Improve merge_abstractions by splitting the markers before merging | Son Ho | 2024-06-04 | 1 | -0/+75 |
| | | | |||||
| * | | Cleanup merge_abstractions | Son Ho | 2024-06-04 | 1 | -96/+183 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | |