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
2021-12-17
Finish implementing visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
1
-2
/
+35
2021-12-17
Start working on visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
1
-2
/
+6
2021-12-17
Implement the visit_ALoan case for end_borrow_get_borrow_in_env
Son Ho
1
-2
/
+41
2021-12-14
Make minor modifications
Son Ho
1
-3
/
+10
2021-12-14
Start updating end_borrow_in_env to take abstractions into account
Son Ho
1
-100
/
+222
2021-12-08
Implement update_{aloan, aborrow}
Son Ho
1
-21
/
+101
2021-12-08
Start updating functions like {lookup,update}_{loan,borrow}_content
Son Ho
1
-25
/
+64
2021-12-08
Make more progress on preparing support for abstractions
Son Ho
1
-19
/
+44
2021-12-08
Update the env frame iterators to prepare support for abstractions
Son Ho
1
-6
/
+18
2021-12-08
Remove a TODO
Son Ho
1
-1
/
+0
2021-12-08
Rename env_value to env_elem
Son Ho
1
-4
/
+4
2021-12-08
Make minor modifications
Son Ho
1
-58
/
+6
2021-12-08
Make minor modifications
Son Ho
1
-7
/
+6
2021-12-08
Revert the implementation of copy_value
Son Ho
1
-90
/
+39
2021-12-08
Rewrite copy_value
Son Ho
1
-31
/
+144
2021-12-08
Cleanup a bit
Son Ho
1
-90
/
+0
2021-12-08
Reimplement drop_borrows_loans_at_place
Son Ho
1
-77
/
+155
2021-12-08
Reimplement end_loans_at_place with iterators
Son Ho
1
-42
/
+36
2021-12-08
Reimplement reborrow_shared with visitors
Son Ho
1
-37
/
+25
2021-12-08
Change the signature of end_borrow_get_borrow_in_env
Son Ho
1
-43
/
+33
2021-12-08
Reimplement end_borrow_get_borrow_in_env
Son Ho
1
-109
/
+80
2021-12-08
Rewrite some functions which use visitors to insert exhaustive matches
Son Ho
1
-106
/
+114
2021-12-08
Remove g_value, g_typed_value, etc. to make values and abstract values
Son Ho
1
-16
/
+31
2021-12-08
Insert commented code in Interpreter.ml
Son Ho
1
-0
/
+48
2021-12-08
Rewrite more functions by using visitors
Son Ho
1
-34
/
+28
2021-12-08
Rewrite update_borrow by using visitors
Son Ho
1
-43
/
+50
2021-12-07
Make a minor modification
Son Ho
1
-1
/
+1
2021-12-07
Rewrite lookup_borrow_opt with visitors
Son Ho
1
-26
/
+28
2021-12-07
Update update_loan
Son Ho
1
-30
/
+8
2021-12-07
Rewrite lookup_loan_opt with visitors
Son Ho
1
-19
/
+8
2021-12-07
Add a sanity check
Son Ho
1
-8
/
+31
2021-12-07
Make update_loan_in_value work with visitors
Son Ho
1
-40
/
+1
2021-12-06
Make minor modifications
Son Ho
1
-0
/
+36
2021-12-06
Start rewriting some functions with visitors
Son Ho
1
-69
/
+86
2021-12-01
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
1
-105
/
+64
2021-12-01
Simplify the adt_value type
Son Ho
1
-23
/
+3
2021-12-01
Make a minor modification
Son Ho
1
-1
/
+0
2021-12-01
Cleanup a bit
Son Ho
1
-54
/
+53
2021-12-01
Factorize type_var and region_var
Son Ho
1
-1
/
+1
2021-12-01
Move some definitions to new files
Son Ho
1
-10
/
+3
2021-12-01
Move the var definition
Son Ho
1
-2
/
+2
2021-12-01
Merge statements and expressions into statements
Son Ho
1
-84
/
+67
2021-12-01
Add comments
Son Ho
1
-16
/
+17
2021-12-01
Add various comments
Son Ho
1
-13
/
+42
2021-11-30
Introduce [binder] and use them in place of [var] in the environments
Son Ho
1
-6
/
+2
2021-11-30
Do more cleanup
Son Ho
1
-10
/
+5
2021-11-30
Do more cleanup
Son Ho
1
-36
/
+36
2021-11-30
Do more cleanup
Son Ho
1
-42
/
+37
2021-11-30
Do more cleanup
Son Ho
1
-4
/
+3
2021-11-30
Cleanup a bit Interpreter.ml
Son Ho
1
-20
/
+17
[next]