index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Interpreter.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-04
Move some functions from Interpreter to InterpreterUtils
Son Ho
1
-536
/
+0
2022-01-04
Update the trace
Son Ho
1
-75
/
+1
2022-01-04
Start working on invariant checking
Son Ho
1
-0
/
+5
2022-01-04
Make a minor modification
Son Ho
1
-0
/
+1
2022-01-04
Add a sanity check to make sure symbolic values disappear after
Son Ho
1
-39
/
+75
2022-01-04
Fix a few mistakes with symbolic values and their types
Son Ho
1
-18
/
+25
2022-01-04
Update expand_symbolic_value_shared_borrow to reborrow also in the
Son Ho
1
-35
/
+98
2022-01-04
Implement expand_symbolic_value_shared_borrow
Son Ho
1
-2
/
+44
2022-01-04
Implement the mut case of expand_symbolic_value_borrow
Son Ho
1
-24
/
+51
2022-01-04
Make more progress on symbolic expansion
Son Ho
1
-156
/
+160
2022-01-04
Make more progress on symbolic expansion
Son Ho
1
-22
/
+57
2022-01-04
Make progress on the symbolic expansion
Son Ho
1
-4
/
+73
2022-01-04
Fix a few issues with [apply_symbolic_expansion_to_avalues]
Son Ho
1
-8
/
+29
2022-01-04
Update a comment
Son Ho
1
-1
/
+1
2022-01-04
Factorize some code
Son Ho
1
-50
/
+88
2022-01-04
Start working on apply_symbolic_expansion_non_borrow
Son Ho
1
-36
/
+131
2022-01-04
Make minor modifications
Son Ho
1
-7
/
+18
2022-01-04
Implement compute_expanded_symbolic_adt_value
Son Ho
1
-28
/
+54
2022-01-04
Refactor the code a bit
Son Ho
1
-14
/
+14
2022-01-03
Make minor progress on compute_expanded_symbolic_ref_value
Son Ho
1
-3
/
+10
2022-01-03
Implement compute_expanded_symbolic_box_value
Son Ho
1
-15
/
+35
2022-01-03
Implement compute_expanded_symbolic_tuple_value
Son Ho
1
-4
/
+80
2022-01-03
Make a minor modification
Son Ho
1
-0
/
+2
2022-01-03
Update access_projection
Son Ho
1
-1
/
+29
2022-01-03
Update the functions to activate inactivated borrows
Son Ho
1
-3
/
+17
2022-01-03
Update end_abstraction_regions
Son Ho
1
-1
/
+54
2022-01-03
Make minor modifications and make bottom_in_value more general
Son Ho
1
-48
/
+76
2022-01-03
Update a sanity check in apply_proj_borrows
Son Ho
1
-12
/
+38
2022-01-03
Implement rty_regions
Son Ho
1
-2
/
+13
2022-01-03
Make more progress
Son Ho
1
-1
/
+10
2022-01-03
Make progress on end_abstraction_borrows and start implementing
Son Ho
1
-8
/
+78
2022-01-03
Start implementing end_abstraction_borrow
Son Ho
1
-14
/
+109
2022-01-03
Start working on end_abstraction
Son Ho
1
-6
/
+91
2022-01-03
Replace AProjSharedLoan with AIgnoredSharedLoan
Son Ho
1
-53
/
+13
2022-01-03
Add a detailed example in the comments for drop_borrows_loans_at_place
Son Ho
1
-3
/
+41
2022-01-03
Do more cleanup
Son Ho
1
-4
/
+5
2022-01-03
Cleanup a bit and fix some issues
Son Ho
1
-7
/
+7
2021-12-17
Implement apply_proj_borrows_on_shared_borrow
Son Ho
1
-25
/
+127
2021-12-17
Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}
Son Ho
1
-24
/
+24
2021-12-17
Update give_back
Son Ho
1
-1
/
+5
2021-12-17
Update reborrow_shared
Son Ho
1
-1
/
+8
2021-12-17
Implement apply_reborrows
Son Ho
1
-13
/
+111
2021-12-17
Make progress on apply_proj_borrows
Son Ho
1
-11
/
+82
2021-12-17
Make progress on apply_proj_borrows
Son Ho
1
-11
/
+34
2021-12-17
Use eval_ctx instead of env in many functions of the interpreter
Son Ho
1
-173
/
+143
2021-12-17
Rename some functions
Son Ho
1
-1
/
+1
2021-12-17
Rename some functions
Son Ho
1
-3
/
+3
2021-12-17
Fix some issues
Son Ho
1
-5
/
+8
2021-12-17
Take the abstract shared borrows into account
Son Ho
1
-12
/
+71
2021-12-17
Change the definition of abstract_shared_borrows
Son Ho
1
-2
/
+1
[next]