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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Start working on apply_symbolic_expansion_non_borrow
Son Ho
2022-01-04
1
-36
/
+131
*
Make minor modifications
Son Ho
2022-01-04
1
-7
/
+18
*
Implement compute_expanded_symbolic_adt_value
Son Ho
2022-01-04
1
-28
/
+54
*
Refactor the code a bit
Son Ho
2022-01-04
1
-14
/
+14
*
Make minor progress on compute_expanded_symbolic_ref_value
Son Ho
2022-01-03
1
-3
/
+10
*
Implement compute_expanded_symbolic_box_value
Son Ho
2022-01-03
1
-15
/
+35
*
Implement compute_expanded_symbolic_tuple_value
Son Ho
2022-01-03
1
-4
/
+80
*
Make a minor modification
Son Ho
2022-01-03
1
-0
/
+2
*
Update access_projection
Son Ho
2022-01-03
1
-1
/
+29
*
Update the functions to activate inactivated borrows
Son Ho
2022-01-03
1
-3
/
+17
*
Update end_abstraction_regions
Son Ho
2022-01-03
1
-1
/
+54
*
Make minor modifications and make bottom_in_value more general
Son Ho
2022-01-03
1
-48
/
+76
*
Update a sanity check in apply_proj_borrows
Son Ho
2022-01-03
1
-12
/
+38
*
Implement rty_regions
Son Ho
2022-01-03
1
-2
/
+13
*
Make more progress
Son Ho
2022-01-03
1
-1
/
+10
*
Make progress on end_abstraction_borrows and start implementing
Son Ho
2022-01-03
1
-8
/
+78
*
Start implementing end_abstraction_borrow
Son Ho
2022-01-03
1
-14
/
+109
*
Start working on end_abstraction
Son Ho
2022-01-03
1
-6
/
+91
*
Replace AProjSharedLoan with AIgnoredSharedLoan
Son Ho
2022-01-03
1
-53
/
+13
*
Add a detailed example in the comments for drop_borrows_loans_at_place
Son Ho
2022-01-03
1
-3
/
+41
*
Do more cleanup
Son Ho
2022-01-03
1
-4
/
+5
*
Cleanup a bit and fix some issues
Son Ho
2022-01-03
1
-7
/
+7
*
Implement apply_proj_borrows_on_shared_borrow
Son Ho
2021-12-17
1
-25
/
+127
*
Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}
Son Ho
2021-12-17
1
-24
/
+24
*
Update give_back
Son Ho
2021-12-17
1
-1
/
+5
*
Update reborrow_shared
Son Ho
2021-12-17
1
-1
/
+8
*
Implement apply_reborrows
Son Ho
2021-12-17
1
-13
/
+111
*
Make progress on apply_proj_borrows
Son Ho
2021-12-17
1
-11
/
+82
*
Make progress on apply_proj_borrows
Son Ho
2021-12-17
1
-11
/
+34
*
Use eval_ctx instead of env in many functions of the interpreter
Son Ho
2021-12-17
1
-173
/
+143
*
Rename some functions
Son Ho
2021-12-17
1
-1
/
+1
*
Rename some functions
Son Ho
2021-12-17
1
-3
/
+3
*
Fix some issues
Son Ho
2021-12-17
1
-5
/
+8
*
Take the abstract shared borrows into account
Son Ho
2021-12-17
1
-12
/
+71
*
Change the definition of abstract_shared_borrows
Son Ho
2021-12-17
1
-2
/
+1
*
Make progress on apply_proj_borrows
Son Ho
2021-12-17
1
-17
/
+59
*
Use RegionVarId and RegionId in a more consistent manner
Son Ho
2021-12-17
1
-6
/
+9
*
Start working on projections_intersect and apply_proj_borrows
Son Ho
2021-12-17
1
-2
/
+66
*
Implement the ASharedLoan case of reborrow_shared
Son Ho
2021-12-17
1
-1
/
+7
*
Make minor modifications
Son Ho
2021-12-17
1
-3
/
+3
*
Implement give_back_avalue and update give_back_in_env
Son Ho
2021-12-17
1
-9
/
+117
*
Implement the avalue cases of give_back_shared
Son Ho
2021-12-17
1
-7
/
+34
*
Rewrite give_back_shared with visitors
Son Ho
2021-12-17
1
-61
/
+52
*
Implement the avalue cases of give_back_value
Son Ho
2021-12-17
1
-11
/
+84
*
Rewrite give_back_value with visitors
Son Ho
2021-12-17
1
-14
/
+19
*
Start updating give_back_value
Son Ho
2021-12-17
1
-53
/
+32
*
Make minor modifications
Son Ho
2021-12-17
1
-0
/
+12
*
Finish implementing visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
2021-12-17
1
-2
/
+35
*
Start working on visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
2021-12-17
1
-2
/
+6
*
Implement the visit_ALoan case for end_borrow_get_borrow_in_env
Son Ho
2021-12-17
1
-2
/
+41
[prev]
[next]