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-11-23
Move some definitions to Contexts.ml and reactivate the warnings
Son Ho
1
-43
/
+1
2021-11-23
Define evaluation contexts
Son Ho
1
-0
/
+20
2021-11-23
Fix drop_borrows_at_place
Son Ho
1
-48
/
+120
2021-11-23
Start implementing drop_borrows_at_place
Son Ho
1
-0
/
+66
2021-11-23
Rename update_env_at_place to collect_borrows_at_place
Son Ho
1
-4
/
+5
2021-11-23
Implement update_env_at_place
Son Ho
1
-4
/
+75
2021-11-23
Implement update_env_along_write_place
Son Ho
1
-0
/
+26
2021-11-23
Implement expand_bottom_value
Son Ho
1
-2
/
+63
2021-11-23
Merge some functions together
Son Ho
1
-17
/
+16
2021-11-23
Cleanup a bit
Son Ho
1
-70
/
+76
2021-11-23
Start implementing update_env_along_read_place
Son Ho
1
-0
/
+29
2021-11-23
Change the way exceptions are used
Son Ho
1
-29
/
+30
2021-11-23
Implement write_place
Son Ho
1
-43
/
+6
2021-11-22
Make progress on write_projection
Son Ho
1
-1
/
+82
2021-11-22
Make minor modifications
Son Ho
1
-4
/
+6
2021-11-22
Uncomment read_place
Son Ho
1
-1
/
+1
2021-11-22
Make progress on {read,write}_path
Son Ho
1
-31
/
+143
2021-11-22
Implement read_path
Son Ho
1
-12
/
+108
2021-11-22
Implement activate_inactivated_mut_borrow
Son Ho
1
-2
/
+184
2021-11-22
Make a minor modification in Interpreter.ml
Son Ho
1
-5
/
+2
2021-11-22
Make good progress on end_borrow
Son Ho
1
-12
/
+164
2021-11-22
Implement end_borrow_get_borrow_in_env
Son Ho
1
-7
/
+20
2021-11-19
Start working on pretty-printing
Son Ho
1
-4
/
+4
2021-11-18
Start working on end_borrow
Son Ho
1
-0
/
+112