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-28
Move some definitions to a new PureUtils.ml file
Son Ho
4
-111
/
+104
2022-01-28
Finish implementing to_monadic
Son Ho
3
-13
/
+48
2022-01-28
Add a comment
Son Ho
1
-0
/
+1
2022-01-28
Implement get_expression_min_var_counter
Son Ho
3
-9
/
+40
2022-01-28
Start working on to_monadic and make the expression visitors an
Son Ho
3
-34
/
+121
2022-01-28
Make various modifications to improve the name prettyfication
Son Ho
1
-21
/
+42
2022-01-28
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
5
-81
/
+178
2022-01-28
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
4
-57
/
+44
2022-01-28
Make minor modifications
Son Ho
1
-1
/
+8
2022-01-28
Simplify the let-bindings in the pure AST
Son Ho
4
-122
/
+158
2022-01-28
Make substantial simplifications to the pure AST
Son Ho
4
-232
/
+275
2022-01-28
Make minor modifications
Son Ho
2
-32
/
+34
2022-01-28
Apply the micro-passes to the pure ASTs
Son Ho
4
-12
/
+33
2022-01-28
Make a lot of small modifications
Son Ho
7
-42
/
+70
2022-01-28
Finish the function PureMicroPasses.compute_pretty_names
Son Ho
1
-2
/
+14
2022-01-28
Make more progress on PureMicroPasses
Son Ho
1
-14
/
+65
2022-01-28
Make good progress on PureMicroPasses.compute_pretty_names
Son Ho
1
-3
/
+140
2022-01-28
Make a minor cleaning
Son Ho
1
-8
/
+0
2022-01-28
Implement visitors for Pure.expression and make minor modifications
Son Ho
2
-17
/
+121
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
6
-24
/
+3
2022-01-28
Generate meta-information for the assignments
Son Ho
5
-17
/
+69
2022-01-27
Generate meta-information for assignments in the symbolic AST
Son Ho
3
-17
/
+29
2022-01-27
Rename the meta-places to [mplace] and update some comments
Son Ho
8
-41
/
+65
2022-01-27
Fix some issues with the naming of input variables
Son Ho
4
-19
/
+34
2022-01-27
Make minor modifications and create PureMicroPasses.ml
Son Ho
3
-1
/
+45
2022-01-27
Move some definitions from SymbolicToPure to PureToExtract
Son Ho
4
-88
/
+108
2022-01-27
Add name information upon initializing some variables in SymbolicToPure
Son Ho
3
-26
/
+118
2022-01-27
Add mplace information in Pure.ml
Son Ho
3
-32
/
+99
2022-01-27
Make a modification in InterpreterPath
Son Ho
1
-8
/
+16
2022-01-27
Add meta information for the variable names in SymbolicAst
Son Ho
7
-58
/
+150
2022-01-27
Add a "basename" field in Pure.var
Son Ho
2
-8
/
+11
2022-01-27
Make minor modifications
Son Ho
3
-3
/
+8
2022-01-27
Fix some mistakes
Son Ho
2
-2
/
+22
2022-01-27
Add more printing facilities and fix minor bugs
Son Ho
6
-23
/
+120
2022-01-27
Implement PrintPure.let_to_string
Son Ho
1
-3
/
+74
2022-01-27
Implement PrintPure.switch_to_string
Son Ho
1
-0
/
+68
2022-01-27
Implement inst_fun_sig_to_string
Son Ho
1
-0
/
+13
2022-01-27
Implement PrintPure.fun_sig_to_string
Son Ho
1
-6
/
+24
2022-01-27
Implement PrintPure.typed_rvalue_to_string
Son Ho
2
-44
/
+79
2022-01-27
Implement PrintPure.typed_lvalue_to_string
Son Ho
2
-1
/
+64
2022-01-27
Make more progress on PrintPure
Son Ho
1
-16
/
+59
2022-01-27
Start working on PrintPure.ml
Son Ho
3
-1
/
+117
2022-01-27
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
6
-13
/
+21
2022-01-27
Add some printing facilities to SymbolicToPure
Son Ho
3
-4
/
+70
2022-01-27
Fix a small issue in translate_back_ty
Son Ho
2
-50
/
+28
2022-01-27
Fix a mistake with the input symbolic values not being linked to the
Son Ho
2
-16
/
+49
2022-01-27
Make minor modifications and add comments
Son Ho
3
-6
/
+38
2022-01-27
Start testing translation to pure
Son Ho
1
-3
/
+7
2022-01-27
Cleanup a bit by removing useless `open`
Son Ho
4
-7
/
+0
2022-01-27
Change the signatures of several functions in Interpreter.ml
Son Ho
2
-32
/
+29
[next]