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 (
Collapse
)
Author
Age
Files
Lines
*
Take care of warnings and fix some mistakes
Son Ho
2021-11-25
1
-18
/
+23
|
*
Start working on type substitution
Son Ho
2021-11-25
1
-0
/
+2
|
*
Make progress on eval_rvalue and update aggregate_kind
Son Ho
2021-11-24
1
-14
/
+83
|
*
Implement the discriminant case of eval_rvalue
Son Ho
2021-11-24
1
-5
/
+21
|
*
Implement eval_binary_op
Son Ho
2021-11-24
1
-6
/
+72
|
*
Update eval_rvalue to handle unary_op
Son Ho
2021-11-24
1
-5
/
+5
|
*
Implement eval_unary_op
Son Ho
2021-11-24
1
-40
/
+44
|
*
Make minor modifications
Son Ho
2021-11-24
1
-8
/
+21
|
*
Make a minor comment modification
Son Ho
2021-11-24
1
-1
/
+1
|
*
Implement the TwoPhaseMut case in eval_rvalue
Son Ho
2021-11-24
1
-5
/
+8
|
*
Make progress on eval_rvalue
Son Ho
2021-11-24
1
-2
/
+20
|
*
Start working on eval_rvalue
Son Ho
2021-11-24
1
-10
/
+38
|
*
Update eval_operand
Son Ho
2021-11-24
1
-9
/
+3
|
*
Update update_env_along_{read,write}_place
Son Ho
2021-11-24
1
-9
/
+12
|
*
Update expand_bottom_value
Son Ho
2021-11-24
1
-241
/
+15
|
*
Implement {read,write}_place by using access_place
Son Ho
2021-11-24
1
-6
/
+55
|
*
Implement access_place
Son Ho
2021-11-24
1
-0
/
+21
|
*
Implement a general access_projection function
Son Ho
2021-11-24
1
-106
/
+151
|
*
Start refactoring the code
Son Ho
2021-11-24
1
-184
/
+454
|
*
Insert some sanity checks
Son Ho
2021-11-24
1
-0
/
+3
|
*
Update activate_inactivated_mut_borrow
Son Ho
2021-11-24
1
-40
/
+103
|
*
Start working on eval_rvalue
Son Ho
2021-11-23
1
-2
/
+28
|
*
Implement eval_operand
Son Ho
2021-11-23
1
-7
/
+9
|
*
Start working on eval_operand
Son Ho
2021-11-23
1
-13
/
+49
|
*
Add comments and update other comments
Son Ho
2021-11-23
1
-14
/
+41
|
*
Change some function signatures
Son Ho
2021-11-23
1
-37
/
+37
|
*
Perform minor modifications and add comments
Son Ho
2021-11-23
1
-7
/
+21
|
*
Finish implementing constant_value_to_typed_value
Son Ho
2021-11-23
1
-75
/
+5
|
*
Write utilities for the scalars
Son Ho
2021-11-23
1
-4
/
+158
|
*
Implement copy_value
Son Ho
2021-11-23
1
-0
/
+85
|
*
Move some definitions to Contexts.ml and reactivate the warnings
Son Ho
2021-11-23
1
-43
/
+1
|
*
Define evaluation contexts
Son Ho
2021-11-23
1
-0
/
+20
|
*
Fix drop_borrows_at_place
Son Ho
2021-11-23
1
-48
/
+120
|
*
Start implementing drop_borrows_at_place
Son Ho
2021-11-23
1
-0
/
+66
|
*
Rename update_env_at_place to collect_borrows_at_place
Son Ho
2021-11-23
1
-4
/
+5
|
*
Implement update_env_at_place
Son Ho
2021-11-23
1
-4
/
+75
|
*
Implement update_env_along_write_place
Son Ho
2021-11-23
1
-0
/
+26
|
*
Implement expand_bottom_value
Son Ho
2021-11-23
1
-2
/
+63
|
*
Merge some functions together
Son Ho
2021-11-23
1
-17
/
+16
|
*
Cleanup a bit
Son Ho
2021-11-23
1
-70
/
+76
|
*
Start implementing update_env_along_read_place
Son Ho
2021-11-23
1
-0
/
+29
|
*
Change the way exceptions are used
Son Ho
2021-11-23
1
-29
/
+30
|
*
Implement write_place
Son Ho
2021-11-23
1
-43
/
+6
|
*
Make progress on write_projection
Son Ho
2021-11-22
1
-1
/
+82
|
*
Make minor modifications
Son Ho
2021-11-22
1
-4
/
+6
|
*
Uncomment read_place
Son Ho
2021-11-22
1
-1
/
+1
|
*
Make progress on {read,write}_path
Son Ho
2021-11-22
1
-31
/
+143
|
*
Implement read_path
Son Ho
2021-11-22
1
-12
/
+108
|
*
Implement activate_inactivated_mut_borrow
Son Ho
2021-11-22
1
-2
/
+184
|
*
Make a minor modification in Interpreter.ml
Son Ho
2021-11-22
1
-5
/
+2
|
[next]