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
/
main.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Improve pretty-printing of environments by filtering and grouping values
Son Ho
2022-02-23
1
-1
/
+1
|
|
|
|
which don't need to be printed
*
Make the interpreter pop the frame after executing a function body (for
Son Ho
2022-02-22
1
-1
/
+1
|
|
|
|
testing or synthesis purposes)
*
Add an option to deactivate the invariant checks
Son Ho
2022-02-10
1
-6
/
+10
|
*
Make minor updates to deserialization
Son Ho
2022-02-10
1
-0
/
+1
|
*
Cleanup a bit
Son Ho
2022-02-09
1
-10
/
+10
|
*
Implement extration to different files
Son Ho
2022-02-09
1
-0
/
+6
|
*
Add more command line arguments for the decrease clauses
Son Ho
2022-02-09
1
-0
/
+16
|
*
Add logging information
Son Ho
2022-02-09
1
-16
/
+17
|
*
Introduce a translation config in Translate.ml
Son Ho
2022-02-09
1
-5
/
+11
|
*
Update the Makefile so as not to generate and check traces anymore
Son Ho
2022-02-09
1
-14
/
+14
|
*
Make minor modifications
Son Ho
2022-02-09
1
-5
/
+5
|
*
Implement filtering of useless forward functions
Son Ho
2022-02-09
1
-0
/
+5
|
*
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
2022-02-09
1
-0
/
+1
|
|
|
|
generated F* file
*
Fix some mistakes in the type conversion to pure
Son Ho
2022-02-08
1
-0
/
+2
|
*
Add an option to allow the presence of bottom values below borrows
Son Ho
2022-02-08
1
-1
/
+2
|
*
Fix more issues
Son Ho
2022-02-08
1
-4
/
+4
|
*
Implement pre-passes to update the AST before executing the interpreter
Son Ho
2022-02-08
1
-0
/
+3
|
*
Make a minor modifications to Makefile and main.ml
Son Ho
2022-02-08
1
-2
/
+2
|
*
Fix some issues
Son Ho
2022-02-08
1
-1
/
+1
|
*
Make progress on implementing support for types and functions like
Son Ho
2022-02-08
1
-2
/
+11
|
|
|
|
Option and Vec
*
Improve the command line arguments
Son Ho
2022-02-04
1
-21
/
+57
|
*
Work on decomposition of monadic let-bindings for F*
Son Ho
2022-02-04
1
-1
/
+2
|
*
Make the micro passes config a parameter of Translate.translate_module
Son Ho
2022-02-04
1
-1
/
+9
|
*
Add generation of unit tests for the synthesized functions
Son Ho
2022-02-04
1
-1
/
+2
|
*
Make minor modifications with regards to logging
Son Ho
2022-02-04
1
-0
/
+1
|
*
Deactivate some logs
Son Ho
2022-02-04
1
-4
/
+4
|
*
Cleanup a bit
Son Ho
2022-02-03
1
-3
/
+0
|
*
Start generating code for type definitions
Son Ho
2022-02-02
1
-3
/
+1
|
*
Rename ExtractToFstar to ExtractToFStar
Son Ho
2022-01-29
1
-1
/
+1
|
*
Start working on extraction to F*
Son Ho
2022-01-29
1
-0
/
+1
|
*
Start working on ExtractAst
Son Ho
2022-01-28
1
-0
/
+1
|
*
Make a lot of small modifications
Son Ho
2022-01-28
1
-0
/
+1
|
*
Move some definitions from SymbolicToPure to PureToExtract
Son Ho
2022-01-27
1
-1
/
+1
|
*
Add more printing facilities and fix minor bugs
Son Ho
2022-01-27
1
-1
/
+3
|
*
Make minor modifications and add comments
Son Ho
2022-01-27
1
-1
/
+4
|
*
Start testing translation to pure
Son Ho
2022-01-27
1
-3
/
+7
|
*
Cleanup a bit by removing useless `open`
Son Ho
2022-01-27
1
-2
/
+0
|
*
Implement Translate.translate_function
Son Ho
2022-01-27
1
-0
/
+1
|
*
Implement the borrow_content case of end_abstraction_borrows
Son Ho
2022-01-27
1
-1
/
+1
|
*
Fix various issues
Son Ho
2022-01-26
1
-2
/
+2
|
*
Test the generation of the symbolic AST
Son Ho
2022-01-26
1
-1
/
+1
|
*
Start working on signatures for the assumed functions
Son Ho
2022-01-26
1
-1
/
+1
|
*
Fix a typo
Son Ho
2022-01-26
1
-1
/
+1
|
*
Remove SymbolicAstUtils.ml
Son Ho
2022-01-26
1
-1
/
+0
|
*
Implement SymbolicToPure.translate_fun_sig
Son Ho
2022-01-25
1
-1
/
+2
|
*
Start working on name generation for the synthesis
Son Ho
2022-01-24
1
-0
/
+1
|
*
Start working on printing for symbolic AST
Son Ho
2022-01-24
1
-0
/
+2
|
*
Add invariant checks at the end of [end_borrow] and [end_abstraction]
Son Ho
2022-01-21
1
-1
/
+1
|
*
Start working on Pure.ml
Son Ho
2022-01-19
1
-0
/
+1
|
*
Start working on TypesAnalysis
Son Ho
2022-01-18
1
-0
/
+1
|
[next]