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
/
Pure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-04
Merge the switches over integers and the matches over enumerations in
Son Ho
1
-7
/
+7
2022-02-03
Implement a micro pass to filter the box functions
Son Ho
1
-42
/
+47
2022-02-03
Implement extraction of switch int and make extract_texpression return
Son Ho
1
-1
/
+2
2022-02-03
Implement ExtractToFStar.extract_typed_rvalue
Son Ho
1
-0
/
+3
2022-02-02
Implement detection of non-recursive forward/backward functions groups when
Son Ho
1
-2
/
+2
2022-01-29
Make the field names optional and make progress on ExtractToFStar
Son Ho
1
-1
/
+1
2022-01-29
Make progress on PureToExtract
Son Ho
1
-14
/
+17
2022-01-28
Start working on ExtractAst
Son Ho
1
-7
/
+7
2022-01-28
Make the pure expressions typed
Son Ho
1
-8
/
+11
2022-01-28
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
1
-1
/
+1
2022-01-28
Finish implementing filter_unused_assignments
Son Ho
1
-1
/
+2
2022-01-28
Add some mapreduce visitors to Pure
Son Ho
1
-11
/
+64
2022-01-28
Make minor modifications to the use of reduce in
Son Ho
1
-0
/
+17
2022-01-28
Add an input_lvs field to Pure.fun_def
Son Ho
1
-0
/
+3
2022-01-28
Finish implementing to_monadic
Son Ho
1
-0
/
+5
2022-01-28
Implement get_expression_min_var_counter
Son Ho
1
-6
/
+8
2022-01-28
Start working on to_monadic and make the expression visitors an
Son Ho
1
-27
/
+69
2022-01-28
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
1
-24
/
+45
2022-01-28
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
1
-37
/
+15
2022-01-28
Simplify the let-bindings in the pure AST
Son Ho
1
-61
/
+94
2022-01-28
Make substantial simplifications to the pure AST
Son Ho
1
-33
/
+121
2022-01-28
Make minor modifications
Son Ho
1
-3
/
+3
2022-01-28
Implement visitors for Pure.expression and make minor modifications
Son Ho
1
-0
/
+67
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
1
-3
/
+1
2022-01-28
Generate meta-information for the assignments
Son Ho
1
-0
/
+6
2022-01-27
Add mplace information in Pure.ml
Son Ho
1
-4
/
+16
2022-01-27
Add a "basename" field in Pure.var
Son Ho
1
-6
/
+9
2022-01-27
Make minor modifications
Son Ho
1
-1
/
+6
2022-01-27
Add more printing facilities and fix minor bugs
Son Ho
1
-0
/
+1
2022-01-27
Implement PrintPure.typed_rvalue_to_string
Son Ho
1
-1
/
+7
2022-01-27
Implement PrintPure.typed_lvalue_to_string
Son Ho
1
-1
/
+3
2022-01-27
Start working on PrintPure.ml
Son Ho
1
-1
/
+1
2022-01-27
Add a list of input variables to Pure.fun_def
Son Ho
1
-0
/
+1
2022-01-27
Implement the backward case of translate_return
Son Ho
1
-9
/
+0
2022-01-26
Make progress on translation
Son Ho
1
-2
/
+19
2022-01-26
Implement sanity checks to check the types of the input/output arguments
Son Ho
1
-3
/
+28
2022-01-26
Cleanup a bit
Son Ho
1
-4
/
+4
2022-01-26
Implement SymbolicToPure.typed_avalue_to_given_back
Son Ho
1
-1
/
+2
2022-01-25
Start working on translate_typed_value_to_rvalue
Son Ho
1
-12
/
+1
2022-01-25
Finish implementing SymbolicToPure.translate_end_abstraction
Son Ho
1
-2
/
+2
2022-01-25
Introduce lvalues and rvalues in Pure.ml
Son Ho
1
-23
/
+30
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-2
/
+6
2022-01-25
Make good progress on SymbolicToPure.translate_expansion
Son Ho
1
-7
/
+19
2022-01-25
Implement SymbolicToPure.translate_fun_sig
Son Ho
1
-13
/
+75
2022-01-24
Start working on translation of the type definitions
Son Ho
1
-0
/
+19
2022-01-19
Start working on Pure.ml
Son Ho
1
-0
/
+103