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
/
Synthesis.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Finish updating InterpreterStatements
Son Ho
2022-01-20
1
-4
/
+0
|
*
Make good progress on updating InterpreterStatements to use CPS
Son Ho
2022-01-20
1
-5
/
+19
|
*
Cleanup
Son Ho
2022-01-06
1
-1
/
+1
|
*
Fix some issues when evaluating assertions
Son Ho
2022-01-06
1
-0
/
+6
|
*
Move more definitions and do more cleanup
Son Ho
2022-01-06
1
-0
/
+2
|
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-5
/
+0
|
*
Address some warnings
Son Ho
2022-01-06
1
-19
/
+20
|
*
Split eval_local_function_call_symbolic to isolate a function which can
Son Ho
2022-01-05
1
-6
/
+1
|
|
|
|
be reused for non-local function calls
*
Finish implementing eval_local_function_call_symbolic
Son Ho
2022-01-05
1
-1
/
+2
|
*
Make good progress on eval_local_function_call_symbolic
Son Ho
2022-01-05
1
-1
/
+1
|
*
Remove synthesize_set_discriminant
Son Ho
2022-01-05
1
-4
/
+0
|
*
Finish implementing the symbolic case of switch evaluation
Son Ho
2022-01-05
1
-3
/
+9
|
*
Implement the symbolic case of eval_rvalue_discriminant
Son Ho
2022-01-05
1
-2
/
+11
|
*
Implement eval_binary_op_symbolic
Son Ho
2022-01-05
1
-2
/
+2
|
*
Implement eval_unary_op_symbolic
Son Ho
2022-01-05
1
-1
/
+3
|
*
Update a comment
Son Ho
2022-01-05
1
-0
/
+2
|
*
Add more calls to synthesis functions
Son Ho
2022-01-05
1
-0
/
+59