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-04-27
Fix a minor issue
Son Ho
1
-1
/
+2
2022-04-27
Fix various bugs when extracting with a state monad
Son Ho
1
-7
/
+15
2022-04-27
Make minor modifications
Son Ho
1
-4
/
+5
2022-04-27
Update formatting
Son Ho
1
-12
/
+6
2022-04-27
Make minor modifications to formatting
Son Ho
1
-37
/
+35
2022-04-27
Update ExtractToFStar
Son Ho
1
-114
/
+188
2022-04-26
Introduce the App expression, and make progress updating the code
Son Ho
1
-1
/
+1
2022-03-04
Fix minor issues for the translation of hashmap_on_disk
Son Ho
1
-4
/
+22
2022-03-04
Make minor modifications to the variable names generation
Son Ho
1
-3
/
+7
2022-03-04
Fix a minor issue with external function declarations
Son Ho
1
-0
/
+21
2022-03-04
Fix minor issues when using the state-error monad
Son Ho
1
-2
/
+41
2022-03-04
Fix minor issues with regards to extraction of opaque types
Son Ho
1
-14
/
+20
2022-03-04
Fix minor mistakes with regards to extraction of external declarations
Son Ho
1
-40
/
+51
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-20
/
+30
2022-03-03
Finish updating Translate and ExtractToFStar
Son Ho
1
-18
/
+34
2022-03-03
Make good progress updating Translate
Son Ho
1
-3
/
+7
2022-03-03
Update the name definition to use path_elem
Son Ho
1
-5
/
+6
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-23
/
+23
2022-02-24
Update the way function names are handled
Son Ho
1
-9
/
+11
2022-02-23
Start working on generating code which uses a state-error monad
Son Ho
1
-3
/
+4
2022-02-23
Add the `State` assumed type in Pure.ml
Son Ho
1
-4
/
+11
2022-02-23
Improve variable name generation
Son Ho
1
-3
/
+15
2022-02-23
Inline more let-bindings and improve formatting
Son Ho
1
-15
/
+32
2022-02-10
Make more improvements to formatting
Son Ho
1
-6
/
+18
2022-02-10
Make more improvements to formatting
Son Ho
1
-12
/
+14
2022-02-10
Make slight improvements to formatting
Son Ho
1
-2
/
+2
2022-02-10
Improve slightly more the formatting
Son Ho
1
-3
/
+6
2022-02-10
Slightly improve formatting
Son Ho
1
-1
/
+9
2022-02-09
Make minor modifications and cleanup
Son Ho
1
-0
/
+3
2022-02-09
Cleanup a bit
Son Ho
1
-43
/
+14
2022-02-09
Implement generation of template decrease clauses
Son Ho
1
-5
/
+99
2022-02-09
Implement the generation of `decreases` clauses in the definition
Son Ho
1
-8
/
+60
2022-02-09
Start working on the generation of decrease clauses
Son Ho
1
-1
/
+16
2022-02-09
Improve a bit the quality of the generated code by adjusting the
Son Ho
1
-5
/
+7
2022-02-09
Make minor modifications with regards to unit tests
Son Ho
1
-3
/
+4
2022-02-08
Fix a few more mistakes
Son Ho
1
-9
/
+15
2022-02-08
Fix some issues
Son Ho
1
-2
/
+8
2022-02-08
Make progress on implementing support for types and functions like
Son Ho
1
-1
/
+3
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
[next]