index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement the Adt case of set_discriminant
Son Ho
2021-11-25
1
-5
/
+26
*
Start working on set_discriminant and factorize a bit
Son Ho
2021-11-25
1
-36
/
+88
*
Implement the assertion case of eval_statement
Son Ho
2021-11-25
1
-1
/
+7
*
Implement the Drop case of eval_statement
Son Ho
2021-11-25
1
-1
/
+6
*
Make progress on eval_statement
Son Ho
2021-11-25
1
-12
/
+12
*
Implement the Assign case of eval_statement
Son Ho
2021-11-25
1
-6
/
+75
*
Replace `open Types` by `module T = Types` in Interpreter.ml
Son Ho
2021-11-25
1
-89
/
+88
*
Replace `open Values` with `module V = Values` in Interpreter
Son Ho
2021-11-25
1
-384
/
+412
*
Replace `open Expressions` by `module E = Expressions` in Interpreter.ml
Son Ho
2021-11-25
1
-65
/
+67
*
Replace `open Contexts` by `module C = Contexts` in Interpreter.ml
Son Ho
2021-11-25
1
-138
/
+108
*
Start working on eval_statement
Son Ho
2021-11-25
1
-0
/
+20
*
Make a minor modification
Son Ho
2021-11-25
1
-1
/
+0
*
Implement the Aggregate branch of eval_rvalue
Son Ho
2021-11-25
3
-13
/
+41
*
Implement various substitution functions
Son Ho
2021-11-25
2
-50
/
+73
*
Commit Substitute.ml (forgotten in previous commit)
Son Ho
2021-11-25
1
-0
/
+72
*
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
3
-17
/
+90
*
Implement the discriminant case of eval_rvalue
Son Ho
2021-11-24
2
-5
/
+25
*
Implement eval_binary_op
Son Ho
2021-11-24
6
-94
/
+97
*
Update eval_rvalue to handle unary_op
Son Ho
2021-11-24
1
-5
/
+5
*
Implement eval_unary_op
Son Ho
2021-11-24
4
-42
/
+69
*
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
4
-189
/
+494
*
Insert some sanity checks
Son Ho
2021-11-24
1
-0
/
+3
*
Update activate_inactivated_mut_borrow
Son Ho
2021-11-24
2
-42
/
+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
2
-76
/
+11
*
Add more utilities for scalars and add range tests in CfimOfJson
Son Ho
2021-11-23
3
-43
/
+186
*
Write utilities for the scalars
Son Ho
2021-11-23
4
-5
/
+218
*
Implement copy_value
Son Ho
2021-11-23
2
-4
/
+89
*
Implement formatting for eval_ctx
Son Ho
2021-11-23
3
-16
/
+119
*
Move some definitions to Contexts.ml and reactivate the warnings
Son Ho
2021-11-23
3
-45
/
+52
*
Define evaluation contexts
Son Ho
2021-11-23
2
-1
/
+28
*
Fix drop_borrows_at_place
Son Ho
2021-11-23
1
-48
/
+120
[prev]
[next]