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-25
Take care of warnings and fix some mistakes
Son Ho
1
-18
/
+23
2021-11-25
Start working on type substitution
Son Ho
1
-0
/
+2
2021-11-24
Make progress on eval_rvalue and update aggregate_kind
Son Ho
1
-14
/
+83
2021-11-24
Implement the discriminant case of eval_rvalue
Son Ho
1
-5
/
+21
2021-11-24
Implement eval_binary_op
Son Ho
1
-6
/
+72
2021-11-24
Update eval_rvalue to handle unary_op
Son Ho
1
-5
/
+5
2021-11-24
Implement eval_unary_op
Son Ho
1
-40
/
+44
2021-11-24
Make minor modifications
Son Ho
1
-8
/
+21
2021-11-24
Make a minor comment modification
Son Ho
1
-1
/
+1
2021-11-24
Implement the TwoPhaseMut case in eval_rvalue
Son Ho
1
-5
/
+8
2021-11-24
Make progress on eval_rvalue
Son Ho
1
-2
/
+20
2021-11-24
Start working on eval_rvalue
Son Ho
1
-10
/
+38
2021-11-24
Update eval_operand
Son Ho
1
-9
/
+3
2021-11-24
Update update_env_along_{read,write}_place
Son Ho
1
-9
/
+12
2021-11-24
Update expand_bottom_value
Son Ho
1
-241
/
+15
2021-11-24
Implement {read,write}_place by using access_place
Son Ho
1
-6
/
+55
2021-11-24
Implement access_place
Son Ho
1
-0
/
+21
2021-11-24
Implement a general access_projection function
Son Ho
1
-106
/
+151
2021-11-24
Start refactoring the code
Son Ho
1
-184
/
+454
2021-11-24
Insert some sanity checks
Son Ho
1
-0
/
+3
2021-11-24
Update activate_inactivated_mut_borrow
Son Ho
1
-40
/
+103
2021-11-23
Start working on eval_rvalue
Son Ho
1
-2
/
+28
2021-11-23
Implement eval_operand
Son Ho
1
-7
/
+9
2021-11-23
Start working on eval_operand
Son Ho
1
-13
/
+49
2021-11-23
Add comments and update other comments
Son Ho
1
-14
/
+41
2021-11-23
Change some function signatures
Son Ho
1
-37
/
+37
2021-11-23
Perform minor modifications and add comments
Son Ho
1
-7
/
+21
2021-11-23
Finish implementing constant_value_to_typed_value
Son Ho
1
-75
/
+5
2021-11-23
Write utilities for the scalars
Son Ho
1
-4
/
+158
2021-11-23
Implement copy_value
Son Ho
1
-0
/
+85
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
[next]