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
/
ExtractToFStar.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-08
Start adding more assumed types and functions
Son Ho
1
-3
/
+22
2022-02-07
Make a minor modification to account a change in function namings from
Son Ho
1
-1
/
+1
2022-02-04
Work on decomposition of monadic let-bindings for F*
Son Ho
1
-2
/
+10
2022-02-04
Add generation of unit tests for the synthesized functions
Son Ho
1
-0
/
+51
2022-02-04
Merge the switches over integers and the matches over enumerations in
Son Ho
1
-50
/
+3
2022-02-04
Register the names of the integer types and ops to detect name clashes in
Son Ho
1
-35
/
+60
2022-02-03
Make a minor modification
Son Ho
1
-1
/
+0
2022-02-03
Make a minor improvement in printing
Son Ho
1
-4
/
+12
2022-02-03
Make mor modifications
Son Ho
1
-1
/
+10
2022-02-03
Fix a small issue with the unit type
Son Ho
1
-4
/
+9
2022-02-03
Rename Assumed.fst to Primitives.fst and make progress on that
Son Ho
1
-11
/
+17
2022-02-03
Improve the extraction of `if ... then ... else ...`
Son Ho
1
-1
/
+5
2022-02-03
Fix more issues
Son Ho
1
-2
/
+8
2022-02-03
Improve the way the matches/switches are extracted
Son Ho
1
-5
/
+13
2022-02-03
Start fixing extraction of functions
Son Ho
1
-5
/
+9
2022-02-03
Implement a micro pass to filter the box functions
Son Ho
1
-0
/
+1
2022-02-03
Cleanup a bit
Son Ho
1
-3
/
+4
2022-02-03
Implement the extraction of match over enumerations
Son Ho
1
-6
/
+41
2022-02-03
Implement extraction of switch int and make extract_texpression return
Son Ho
1
-71
/
+103
2022-02-03
Implement extraction of `if ... then ... else ...`
Son Ho
1
-1
/
+36
2022-02-03
Implement extraction of function calls
Son Ho
1
-18
/
+118
2022-02-03
Make progress on extract_texpression
Son Ho
1
-3
/
+37
2022-02-03
Implement ExtractToFStar.extract_typed_rvalue
Son Ho
1
-4
/
+64
2022-02-03
Make more progress on implementing function extraction
Son Ho
1
-29
/
+108
2022-02-03
Make progress on function extraction
Son Ho
1
-5
/
+88
2022-02-02
Start working on function extraction
Son Ho
1
-0
/
+10
2022-02-02
Make minor modifications to extract mutually recursive types
Son Ho
1
-41
/
+77
2022-02-02
Update a comment
Son Ho
1
-2
/
+10
2022-02-02
Improve formatting even more
Son Ho
1
-4
/
+5
2022-02-02
Work on formatting
Son Ho
1
-5
/
+7
2022-02-02
Make minor improvements
Son Ho
1
-1
/
+2
2022-02-02
Improve formatting
Son Ho
1
-7
/
+4
2022-02-02
Fix more issues when extracting types to F*
Son Ho
1
-36
/
+36
2022-02-02
Start working on fixing the extraction of type definitions
Son Ho
1
-3
/
+25
2022-02-02
Start generating code for type definitions
Son Ho
1
-4
/
+46
2022-02-01
Make a minor modification to ExtractToFStar.extract_type_def_enum_body
Son Ho
1
-0
/
+4
2022-02-01
Implement ExtractToFStar.mk_name_formatter
Son Ho
1
-48
/
+152
2022-01-29
Make progress on ExtractToFStar.mk_name_formatter
Son Ho
1
-15
/
+45
2022-01-29
Start working on StringUtils
Son Ho
1
-0
/
+17
2022-01-29
Cleanup a bit
Son Ho
1
-19
/
+4
2022-01-29
Make the field names optional and make progress on ExtractToFStar
Son Ho
1
-11
/
+11
2022-01-29
Make progress on ExtractToFStar
Son Ho
1
-20
/
+122
2022-01-29
Rename ExtractToFstar to ExtractToFStar
Son Ho
1
-0
/
+0
2022-01-29
Make progress on ExtractToFstar
Son Ho
1
-10
/
+19
2022-01-29
Start working on extraction to F*
Son Ho
1
-0
/
+111