summaryrefslogtreecommitdiff
path: root/src/Invariants.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reformat the project with duneSon Ho2022-09-221-3/+0
* Improve the generation of names for given back valuesSon Ho2022-04-211-2/+2
* Rename CFIM to LLBCSon Ho2022-03-031-1/+1
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-4/+4
* Add an option to allow the presence of bottom values below borrowsSon Ho2022-02-081-3/+4
* Fix some issues in InvariantsSon Ho2022-02-081-3/+11
* Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho2022-01-271-2/+2
* Cleanup a bitSon Ho2022-01-271-2/+0
* Make minor modificationsSon Ho2022-01-261-1/+1
* Fix various issuesSon Ho2022-01-261-1/+10
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-261-3/+3
* Start working on printing for symbolic ASTSon Ho2022-01-241-1/+1
* Make minor modifications for the invariants checksSon Ho2022-01-211-4/+7
* Implement more invariant checks for the symbolic valuesSon Ho2022-01-211-3/+34
* Update projections_intersect to write it in terms of a more genericSon Ho2022-01-211-0/+5
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-211-10/+17
* Make good progress on updating InterpreterStatements to use CPSSon Ho2022-01-201-0/+7
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-20/+28
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-181-1/+2
* Rename type_is_primitively_copyable to ty_is_...Son Ho2022-01-181-1/+1
* Use the new collectionsSon Ho2022-01-151-9/+8
* Make minor modificationsSon Ho2022-01-141-1/+2
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-18/+101
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-1/+10
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+8
* Add a small check in the invariantsSon Ho2022-01-131-2/+8
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-0/+1
* Introduce "AIgnore" for the avaluesSon Ho2022-01-131-7/+6
* Update the invariant checks to take into account ignored borrows/loansSon Ho2022-01-071-6/+33
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-3/+10
* Add logging information for borrowsSon Ho2022-01-071-1/+1
* Make more improvements to loggingSon Ho2022-01-071-21/+21
* Add debugging infoSon Ho2022-01-061-3/+27
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-2/+2
* Fix more bugsSon Ho2022-01-061-5/+6
* Fix some bugsSon Ho2022-01-061-12/+24
* Make minor improvements to printingSon Ho2022-01-061-0/+5
* Cleanup and reorganizeSon Ho2022-01-061-0/+1
* Introduce the type_context definitionSon Ho2022-01-051-2/+2
* Cleanup a bitSon Ho2022-01-041-3/+2
* Finish implementing visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-12/+24
* Make good progress on visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-1/+89
* Improve check_typing_invariant to lookup borrowed/shared values andSon Ho2022-01-041-5/+20
* Finish implementing visit_typed_value for check_typing_invariantSon Ho2022-01-041-3/+6
* Make good progress on visit_typed_value for check_typing_invariantSon Ho2022-01-041-4/+55
* Implement check_constant_value_typeSon Ho2022-01-041-2/+8
* Start working on check_typing_invariantSon Ho2022-01-041-1/+23
* Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-01-041-5/+1
|\
| * Fix compiler warningsJonathan Protzenko2022-01-041-10/+6
* | Implement check_borrowed_values_invariant and fix minor issuesSon Ho2022-01-041-5/+82
|/