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
/
PureMicroPasses.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work on decomposition of monadic let-bindings for F*
Son Ho
2022-02-04
1
-1
/
+86
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-19
/
+0
*
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
2022-02-04
1
-1
/
+1
*
Filter the backward functions with no outputs in the micro passes
Son Ho
2022-02-04
1
-46
/
+66
*
Fix a small issue with the unit type
Son Ho
2022-02-03
1
-1
/
+3
*
Implement a micro pass to filter the box functions
Son Ho
2022-02-03
1
-0
/
+55
*
Cleanup a bit
Son Ho
2022-02-03
1
-3
/
+4
*
Implement unfold_monadic_let_bindings
Son Ho
2022-01-28
1
-28
/
+24
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-49
/
+60
*
Make minor modifications
Son Ho
2022-01-28
1
-16
/
+25
*
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
2022-01-28
1
-7
/
+7
*
Make minor modifications
Son Ho
2022-01-28
1
-9
/
+23
*
Make administrative modifications
Son Ho
2022-01-28
1
-10
/
+50
*
Make minor modifications
Son Ho
2022-01-28
1
-12
/
+3
*
Finish implementing filter_unused_assignments
Son Ho
2022-01-28
1
-6
/
+118
*
Make more progress on filter_unused_assignments
Son Ho
2022-01-28
1
-4
/
+21
*
Make good progress on PureMicroPasses.filter_unused_assignments
Son Ho
2022-01-28
1
-7
/
+84
*
Make minor modifications to the use of reduce in
Son Ho
2022-01-28
1
-9
/
+42
*
Cleanup a bit
Son Ho
2022-01-28
1
-6
/
+10
*
Implement inline_useless_var_reassignments
Son Ho
2022-01-28
1
-6
/
+60
*
Implement the unit_vars_to_unit pass
Son Ho
2022-01-28
1
-3
/
+23
*
Move some definitions to a new PureUtils.ml file
Son Ho
2022-01-28
1
-7
/
+6
*
Finish implementing to_monadic
Son Ho
2022-01-28
1
-13
/
+41
*
Add a comment
Son Ho
2022-01-28
1
-0
/
+1
*
Implement get_expression_min_var_counter
Son Ho
2022-01-28
1
-3
/
+16
*
Start working on to_monadic and make the expression visitors an
Son Ho
2022-01-28
1
-7
/
+45
*
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
2022-01-28
1
-10
/
+10
*
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
2022-01-28
1
-8
/
+5
*
Make minor modifications
Son Ho
2022-01-28
1
-1
/
+8
*
Simplify the let-bindings in the pure AST
Son Ho
2022-01-28
1
-18
/
+23
*
Make substantial simplifications to the pure AST
Son Ho
2022-01-28
1
-76
/
+54
*
Make minor modifications
Son Ho
2022-01-28
1
-29
/
+31
*
Apply the micro-passes to the pure ASTs
Son Ho
2022-01-28
1
-0
/
+16
*
Make a lot of small modifications
Son Ho
2022-01-28
1
-0
/
+20
*
Finish the function PureMicroPasses.compute_pretty_names
Son Ho
2022-01-28
1
-2
/
+14
*
Make more progress on PureMicroPasses
Son Ho
2022-01-28
1
-14
/
+65
*
Make good progress on PureMicroPasses.compute_pretty_names
Son Ho
2022-01-28
1
-3
/
+140
*
Implement visitors for Pure.expression and make minor modifications
Son Ho
2022-01-28
1
-17
/
+54
*
Rename the meta-places to [mplace] and update some comments
Son Ho
2022-01-27
1
-2
/
+21
*
Make minor modifications and create PureMicroPasses.ml
Son Ho
2022-01-27
1
-0
/
+43