summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update some commentsSon Ho2022-01-051-0/+4
|
* Add comments about symbolic valuesSon Ho2022-01-051-2/+5
|
* Make minor modificationsSon Ho2022-01-051-10/+13
|
* Implement the symbolic case of copy_valueSon Ho2022-01-052-6/+36
|
* Cleanup a bitSon Ho2022-01-051-6/+0
|
* Introduce the type_context definitionSon Ho2022-01-056-35/+53
|
* Update a commentSon Ho2022-01-051-0/+2
|
* Add more calls to synthesis functionsSon Ho2022-01-052-1/+65
|
* Make progress on inserting more calls for synthesisSon Ho2022-01-051-102/+112
|
* Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho2022-01-052-22/+82
|
* 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
| | | | check they have the proper type
* Move some functions from Interpreter to InterpreterUtilsSon Ho2022-01-042-536/+536
|
* 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-042-9/+1
|\
| * Fix compiler warningsJonathan Protzenko2022-01-042-14/+6
| |
* | Implement check_borrowed_values_invariant and fix minor issuesSon Ho2022-01-041-5/+82
|/
* Commit a forgotten fileSon Ho2022-01-041-0/+86
|
* Add more checks in check_loans_borrow_relation_invariantSon Ho2022-01-041-12/+34
|
* Make minor modificationsSon Ho2022-01-041-1/+1
|
* Update the traceSon Ho2022-01-042-76/+26
|
* Make progress on implementing check_loans_borrows_relations_invariantSon Ho2022-01-041-5/+196
|
* Start working on invariant checkingSon Ho2022-01-043-4/+40
|
* Make a minor modificationSon Ho2022-01-041-0/+1
|
* Add a sanity check to make sure symbolic values disappear afterSon Ho2022-01-042-41/+85
| | | | expansion
* Fix a few mistakes with symbolic values and their typesSon Ho2022-01-042-19/+34
|
* Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho2022-01-042-36/+101
| | | | abstractions
* Implement expand_symbolic_value_shared_borrowSon Ho2022-01-042-2/+45
|
* Implement the mut case of expand_symbolic_value_borrowSon Ho2022-01-041-24/+51
|
* Make more progress on symbolic expansionSon Ho2022-01-041-156/+160
|
* Make more progress on symbolic expansionSon Ho2022-01-041-22/+57
|
* Make progress on the symbolic expansionSon Ho2022-01-041-4/+73
|
* Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho2022-01-042-8/+31
|
* Update a commentSon Ho2022-01-041-1/+1
|
* Factorize some codeSon Ho2022-01-041-50/+88
|
* Start working on apply_symbolic_expansion_non_borrowSon Ho2022-01-041-36/+131
|
* Make minor modificationsSon Ho2022-01-041-7/+18
|
* Implement compute_expanded_symbolic_adt_valueSon Ho2022-01-043-29/+83
|
* Refactor the code a bitSon Ho2022-01-041-14/+14
|
* Make minor progress on compute_expanded_symbolic_ref_valueSon Ho2022-01-031-3/+10
|
* Implement compute_expanded_symbolic_box_valueSon Ho2022-01-031-15/+35
|
* Implement compute_expanded_symbolic_tuple_valueSon Ho2022-01-031-4/+80
|
* Make a minor modificationSon Ho2022-01-031-0/+2
|
* Update access_projectionSon Ho2022-01-031-1/+29
|
* Update the functions to activate inactivated borrowsSon Ho2022-01-032-8/+37
|