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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
Move some definitions from Interpreter to InterpreterPaths
Son Ho
2
-815
/
+834
2022-01-06
Move some functions from Interpreter to InterpreterExpansion
Son Ho
3
-483
/
+508
2022-01-06
Move some functions from Interpreter to InterpreterBorrows
Son Ho
2
-1099
/
+1116
2022-01-06
Move some functions from Interpreter to InterpreterProjectors
Son Ho
3
-635
/
+667
2022-01-06
Implement statement_has_loops and make minor modifications
Son Ho
3
-2
/
+17
2022-01-06
Address some warnings
Son Ho
1
-19
/
+20
2022-01-06
Generate iterators for statement
Son Ho
2
-5
/
+54
2022-01-05
Cleanup a bit
Son Ho
1
-22
/
+17
2022-01-05
Finish implementing evaluation of non-local function calls in symbolic
Son Ho
1
-69
/
+71
2022-01-05
Make progress on eval_non_local_function_call_symbolic
Son Ho
2
-54
/
+92
2022-01-05
Cleanup a bit
Son Ho
1
-11
/
+0
2022-01-05
Split eval_local_function_call_symbolic to isolate a function which can
Son Ho
3
-46
/
+74
2022-01-05
Implement apply_proj_borrows_on_input_value
Son Ho
1
-8
/
+19
2022-01-05
Make progress on implementing the symbolic evaluation for the non-local
Son Ho
3
-52
/
+134
2022-01-05
Cleanup a bit
Son Ho
2
-14
/
+14
2022-01-05
Finish implementing eval_local_function_call_symbolic
Son Ho
3
-15
/
+50
2022-01-05
Make good progress on eval_local_function_call_symbolic
Son Ho
9
-21
/
+191
2022-01-05
Prepare the terrain for evaluation of function calls in symbolic mode
Son Ho
2
-74
/
+114
2022-01-05
Update the code to deserialize regions_hierarchy information
Son Ho
2
-0
/
+36
2022-01-05
Remove synthesize_set_discriminant
Son Ho
2
-5
/
+0
2022-01-05
Finish implementing the symbolic case of switch evaluation
Son Ho
2
-45
/
+81
2022-01-05
Start working on the symbolic case of switch evaluation
Son Ho
1
-19
/
+75
2022-01-05
Cleanup a bit
Son Ho
1
-20
/
+18
2022-01-05
Implement the symbolic case of set_discriminant
Son Ho
1
-1
/
+8
2022-01-05
Implement the symbolic case of eval_rvalue_discriminant
Son Ho
3
-23
/
+86
2022-01-05
Make eval_rvalue return a list of values because of possible branchings and p...
Son Ho
1
-86
/
+143
2022-01-05
Change the signatures of the eval_rvalue_... functions
Son Ho
1
-14
/
+15
2022-01-05
Fix some mistakes in copy_value and type_is_primitively_copyable
Son Ho
1
-5
/
+7
2022-01-05
Implement eval_binary_op_symbolic
Son Ho
2
-12
/
+43
2022-01-05
Implement eval_unary_op_symbolic
Son Ho
3
-4
/
+23
2022-01-05
Fix a mistake in convert_avalue_to_value
Son Ho
1
-35
/
+27
2022-01-05
Update some comments
Son Ho
1
-0
/
+4
2022-01-05
Add comments about symbolic values
Son Ho
1
-2
/
+5
2022-01-05
Make minor modifications
Son Ho
1
-10
/
+13
2022-01-05
Implement the symbolic case of copy_value
Son Ho
2
-6
/
+36
2022-01-05
Cleanup a bit
Son Ho
1
-6
/
+0
2022-01-05
Introduce the type_context definition
Son Ho
6
-35
/
+53
2022-01-05
Update a comment
Son Ho
1
-0
/
+2
2022-01-05
Add more calls to synthesis functions
Son Ho
2
-1
/
+65
2022-01-05
Make progress on inserting more calls for synthesis
Son Ho
1
-102
/
+112
2022-01-05
Start inserting calls to dummy synthesis functions in Interpreter.ml
Son Ho
2
-22
/
+82
2022-01-04
Cleanup a bit
Son Ho
1
-3
/
+2
2022-01-04
Finish implementing visit_typed_avalue for check_typing_invariant
Son Ho
1
-12
/
+24
2022-01-04
Make good progress on visit_typed_avalue for check_typing_invariant
Son Ho
1
-1
/
+89
2022-01-04
Improve check_typing_invariant to lookup borrowed/shared values and
Son Ho
1
-5
/
+20
2022-01-04
Move some functions from Interpreter to InterpreterUtils
Son Ho
2
-536
/
+536
2022-01-04
Finish implementing visit_typed_value for check_typing_invariant
Son Ho
1
-3
/
+6
2022-01-04
Make good progress on visit_typed_value for check_typing_invariant
Son Ho
1
-4
/
+55
2022-01-04
Implement check_constant_value_type
Son Ho
1
-2
/
+8
2022-01-04
Start working on check_typing_invariant
Son Ho
1
-1
/
+23
[next]