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
/
PrintPure.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-14
/
+1
|
|
|
|
the pure AST
*
Make the field names optional and make progress on ExtractToFStar
Son Ho
2022-01-29
1
-3
/
+7
|
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-13
/
+17
|
*
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
2022-01-28
1
-3
/
+6
|
*
Cleanup a bit
Son Ho
2022-01-28
1
-6
/
+5
|
*
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
2022-01-28
1
-22
/
+26
|
|
|
|
`monadic` boolean field to `Let`
*
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
2022-01-28
1
-10
/
+14
|
|
|
|
[typed_rvalue list]
*
Simplify the let-bindings in the pure AST
Son Ho
2022-01-28
1
-29
/
+27
|
*
Make substantial simplifications to the pure AST
Son Ho
2022-01-28
1
-95
/
+59
|
*
Apply the micro-passes to the pure ASTs
Son Ho
2022-01-28
1
-1
/
+1
|
*
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
2022-01-28
1
-3
/
+0
|
|
|
|
the Assignment variant
*
Generate meta-information for the assignments
Son Ho
2022-01-28
1
-0
/
+21
|
*
Fix some issues with the naming of input variables
Son Ho
2022-01-27
1
-1
/
+1
|
*
Make minor modifications and create PureMicroPasses.ml
Son Ho
2022-01-27
1
-1
/
+1
|
*
Add mplace information in Pure.ml
Son Ho
2022-01-27
1
-8
/
+21
|
*
Add meta information for the variable names in SymbolicAst
Son Ho
2022-01-27
1
-2
/
+2
|
*
Make minor modifications
Son Ho
2022-01-27
1
-1
/
+1
|
*
Fix some mistakes
Son Ho
2022-01-27
1
-1
/
+1
|
*
Add more printing facilities and fix minor bugs
Son Ho
2022-01-27
1
-16
/
+38
|
*
Implement PrintPure.let_to_string
Son Ho
2022-01-27
1
-3
/
+74
|
*
Implement PrintPure.switch_to_string
Son Ho
2022-01-27
1
-0
/
+68
|
*
Implement inst_fun_sig_to_string
Son Ho
2022-01-27
1
-0
/
+13
|
*
Implement PrintPure.fun_sig_to_string
Son Ho
2022-01-27
1
-6
/
+24
|
*
Implement PrintPure.typed_rvalue_to_string
Son Ho
2022-01-27
1
-43
/
+72
|
*
Implement PrintPure.typed_lvalue_to_string
Son Ho
2022-01-27
1
-0
/
+61
|
*
Make more progress on PrintPure
Son Ho
2022-01-27
1
-16
/
+59
|
*
Start working on PrintPure.ml
Son Ho
2022-01-27
1
-0
/
+115