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
/
Translate.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
Fix minor issues for the translation of hashmap_on_disk
Son Ho
1
-8
/
+38
2022-03-04
Fix a minor issue
Son Ho
1
-6
/
+9
2022-03-04
Fix minor issues when using the state-error monad
Son Ho
1
-5
/
+44
2022-03-04
Fix minor issues with regards to extraction of opaque types
Son Ho
1
-1
/
+1
2022-03-04
Fix minor mistakes with regards to extraction of external declarations
Son Ho
1
-4
/
+8
2022-03-04
Update the code to create missing directories upon export
Son Ho
1
-0
/
+6
2022-03-03
Change the extension of the serialized files to .llbc
Son Ho
1
-1
/
+1
2022-03-03
Fix minor issues
Son Ho
1
-3
/
+3
2022-03-03
In fun_id rename the variant Local to Regular
Son Ho
1
-4
/
+4
2022-03-03
Update SymbolicToPure and Translate
Son Ho
1
-88
/
+122
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-4
/
+4
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-9
/
+9
2022-03-03
Finish updating Translate and ExtractToFStar
Son Ho
1
-3
/
+2
2022-03-03
Make good progress updating Translate
Son Ho
1
-6
/
+87
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-43
/
+43
2022-02-24
Update the way function names are handled
Son Ho
1
-2
/
+4
2022-02-23
Start working on generating code which uses a state-error monad
Son Ho
1
-6
/
+0
2022-02-23
Add an option to control the translation to error monad or state-error
Son Ho
1
-1
/
+7
2022-02-10
Print the generated file headers with Printf rather than the formatter
Son Ho
1
-32
/
+19
2022-02-09
Cleanup a bit
Son Ho
1
-21
/
+23
2022-02-09
Make a minor modification
Son Ho
1
-1
/
+1
2022-02-09
Implement extration to different files
Son Ho
1
-41
/
+121
2022-02-09
Implement generation of template decrease clauses
Son Ho
1
-0
/
+9
2022-02-09
Implement the generation of `decreases` clauses in the definition
Son Ho
1
-7
/
+19
2022-02-09
Start implementing selection of the extracted definitions
Son Ho
1
-37
/
+49
2022-02-09
Add more command line arguments for the decrease clauses
Son Ho
1
-0
/
+10
2022-02-09
Start working on making the extraction more modular in order to generate
Son Ho
1
-85
/
+120
2022-02-09
Add logging information
Son Ho
1
-4
/
+9
2022-02-09
Start working on the generation of decrease clauses
Son Ho
1
-1
/
+16
2022-02-09
Introduce a translation config in Translate.ml
Son Ho
1
-14
/
+19
2022-02-09
Make minor improvements to the generated files
Son Ho
1
-2
/
+5
2022-02-09
Improve a bit the quality of the generated code by adjusting the
Son Ho
1
-2
/
+2
2022-02-09
Make minor modifications
Son Ho
1
-1
/
+1
2022-02-09
Implement filtering of useless forward functions
Son Ho
1
-13
/
+29
2022-02-09
Add a check to detect if forward/backward translations are mutually
Son Ho
1
-1
/
+10
2022-02-09
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
1
-2
/
+2
2022-02-08
Add type checking utilities for the pure ADT
Son Ho
1
-2
/
+12
2022-02-04
Improve the command line arguments
Son Ho
1
-6
/
+5
2022-02-04
Make the micro passes config a parameter of Translate.translate_module
Son Ho
1
-11
/
+8
2022-02-04
Add generation of unit tests for the synthesized functions
Son Ho
1
-24
/
+33
2022-02-04
Remove the `open FStar.Mul` line from the generated files
Son Ho
1
-2
/
+0
2022-02-04
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
1
-1
/
+1
2022-02-03
Make minor modifications
Son Ho
1
-0
/
+2
2022-02-03
Implement ExtractToFStar.extract_typed_rvalue
Son Ho
1
-1
/
+1
2022-02-03
Make more progress on implementing function extraction
Son Ho
1
-1
/
+1
2022-02-02
Implement detection of non-recursive forward/backward functions groups when
Son Ho
1
-9
/
+20
2022-02-02
Start working on function extraction
Son Ho
1
-6
/
+30
2022-02-02
Make minor modifications to extract mutually recursive types
Son Ho
1
-5
/
+19
2022-02-02
Improve formatting even more
Son Ho
1
-0
/
+3
2022-02-02
Make minor improvements
Son Ho
1
-0
/
+4
[next]