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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make good progress on adding support for external and opaque
Son Ho
2022-03-03
1
-20
/
+30
|
|
|
|
declarations
*
Finish updating Translate and ExtractToFStar
Son Ho
2022-03-03
1
-18
/
+34
|
*
Make good progress updating Translate
Son Ho
2022-03-03
1
-3
/
+7
|
*
Update the name definition to use path_elem
Son Ho
2022-03-03
1
-5
/
+6
|
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-23
/
+23
|
*
Update the way function names are handled
Son Ho
2022-02-24
1
-9
/
+11
|
*
Start working on generating code which uses a state-error monad
Son Ho
2022-02-23
1
-3
/
+4
|
*
Add the `State` assumed type in Pure.ml
Son Ho
2022-02-23
1
-4
/
+11
|
*
Improve variable name generation
Son Ho
2022-02-23
1
-3
/
+15
|
*
Inline more let-bindings and improve formatting
Son Ho
2022-02-23
1
-15
/
+32
|
*
Make more improvements to formatting
Son Ho
2022-02-10
1
-6
/
+18
|
*
Make more improvements to formatting
Son Ho
2022-02-10
1
-12
/
+14
|
*
Make slight improvements to formatting
Son Ho
2022-02-10
1
-2
/
+2
|
*
Improve slightly more the formatting
Son Ho
2022-02-10
1
-3
/
+6
|
*
Slightly improve formatting
Son Ho
2022-02-10
1
-1
/
+9
|
*
Make minor modifications and cleanup
Son Ho
2022-02-09
1
-0
/
+3
|
*
Cleanup a bit
Son Ho
2022-02-09
1
-43
/
+14
|
*
Implement generation of template decrease clauses
Son Ho
2022-02-09
1
-5
/
+99
|
*
Implement the generation of `decreases` clauses in the definition
Son Ho
2022-02-09
1
-8
/
+60
|
|
|
|
signatures
*
Start working on the generation of decrease clauses
Son Ho
2022-02-09
1
-1
/
+16
|
*
Improve a bit the quality of the generated code by adjusting the
Son Ho
2022-02-09
1
-5
/
+7
|
|
|
|
|
function suffixes depending on whether forward/backward translations have been filtered
*
Make minor modifications with regards to unit tests
Son Ho
2022-02-09
1
-3
/
+4
|
*
Fix a few more mistakes
Son Ho
2022-02-08
1
-9
/
+15
|
*
Fix some issues
Son Ho
2022-02-08
1
-2
/
+8
|
*
Make progress on implementing support for types and functions like
Son Ho
2022-02-08
1
-1
/
+3
|
|
|
|
Option and Vec
*
Start adding more assumed types and functions
Son Ho
2022-02-08
1
-3
/
+22
|
*
Make a minor modification to account a change in function namings from
Son Ho
2022-02-07
1
-1
/
+1
|
|
|
|
Charon
*
Work on decomposition of monadic let-bindings for F*
Son Ho
2022-02-04
1
-2
/
+10
|
*
Add generation of unit tests for the synthesized functions
Son Ho
2022-02-04
1
-0
/
+51
|
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-50
/
+3
|
|
|
|
the pure AST
*
Register the names of the integer types and ops to detect name clashes in
Son Ho
2022-02-04
1
-35
/
+60
|
|
|
|
ExtractToFStar
*
Make a minor modification
Son Ho
2022-02-03
1
-1
/
+0
|
*
Make a minor improvement in printing
Son Ho
2022-02-03
1
-4
/
+12
|
*
Make mor modifications
Son Ho
2022-02-03
1
-1
/
+10
|
*
Fix a small issue with the unit type
Son Ho
2022-02-03
1
-4
/
+9
|
*
Rename Assumed.fst to Primitives.fst and make progress on that
Son Ho
2022-02-03
1
-11
/
+17
|
*
Improve the extraction of `if ... then ... else ...`
Son Ho
2022-02-03
1
-1
/
+5
|
*
Fix more issues
Son Ho
2022-02-03
1
-2
/
+8
|
*
Improve the way the matches/switches are extracted
Son Ho
2022-02-03
1
-5
/
+13
|
*
Start fixing extraction of functions
Son Ho
2022-02-03
1
-5
/
+9
|
*
Implement a micro pass to filter the box functions
Son Ho
2022-02-03
1
-0
/
+1
|
*
Cleanup a bit
Son Ho
2022-02-03
1
-3
/
+4
|
*
Implement the extraction of match over enumerations
Son Ho
2022-02-03
1
-6
/
+41
|
*
Implement extraction of switch int and make extract_texpression return
Son Ho
2022-02-03
1
-71
/
+103
|
|
|
|
unit instead of [extraction_ctx]
*
Implement extraction of `if ... then ... else ...`
Son Ho
2022-02-03
1
-1
/
+36
|
*
Implement extraction of function calls
Son Ho
2022-02-03
1
-18
/
+118
|
*
Make progress on extract_texpression
Son Ho
2022-02-03
1
-3
/
+37
|
*
Implement ExtractToFStar.extract_typed_rvalue
Son Ho
2022-02-03
1
-4
/
+64
|
*
Make more progress on implementing function extraction
Son Ho
2022-02-03
1
-29
/
+108
|
*
Make progress on function extraction
Son Ho
2022-02-03
1
-5
/
+88
|
[next]