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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Start working on the generation of decrease clauses
Son Ho
2022-02-09
3
-2
/
+63
|
*
Introduce a translation config in Translate.ml
Son Ho
2022-02-09
2
-19
/
+30
|
*
Make minor improvements to the generated files
Son Ho
2022-02-09
1
-2
/
+5
|
*
Improve a bit the quality of the generated code by adjusting the
Son Ho
2022-02-09
3
-45
/
+34
|
|
|
|
|
function suffixes depending on whether forward/backward translations have been filtered
*
Make minor modifications in InterpreterStatements
Son Ho
2022-02-09
1
-4
/
+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
3
-15
/
+15
|
*
Implement filtering of useless forward functions
Son Ho
2022-02-09
4
-59
/
+165
|
*
Update a comment
Son Ho
2022-02-09
1
-1
/
+3
|
*
Make minor modifications with regards to unit tests
Son Ho
2022-02-09
1
-3
/
+4
|
*
Implement the symbolic expansion of Option values
Son Ho
2022-02-09
1
-0
/
+28
|
*
Replace some instances of failwith with `raise (Failure ...)`
Son Ho
2022-02-09
1
-16
/
+21
|
*
Add a check to detect if forward/backward translations are mutually
Son Ho
2022-02-09
1
-1
/
+10
|
|
|
|
recursive
*
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
2022-02-09
6
-49
/
+56
|
|
|
|
generated F* file
*
Fix a few more mistakes
Son Ho
2022-02-08
1
-9
/
+15
|
*
Fix some mistakes in the type conversion to pure
Son Ho
2022-02-08
4
-14
/
+53
|
*
Add type checking utilities for the pure ADT
Son Ho
2022-02-08
4
-68
/
+224
|
*
Fix a minor issue
Son Ho
2022-02-08
1
-1
/
+0
|
*
Fix another issue in set_discriminant
Son Ho
2022-02-08
1
-3
/
+17
|
*
Add an option to allow the presence of bottom values below borrows
Son Ho
2022-02-08
9
-4
/
+71
|
*
Add PrePasses.ml which was forgotten in a previous commit
Son Ho
2022-02-08
1
-0
/
+50
|
*
Fix more issues
Son Ho
2022-02-08
4
-33
/
+49
|
*
Fix some issues in Invariants
Son Ho
2022-02-08
1
-3
/
+11
|
*
Update some code in Print for Option
Son Ho
2022-02-08
1
-0
/
+10
|
*
Update the projection functions to take into account the option type
Son Ho
2022-02-08
1
-19
/
+28
|
*
Implement pre-passes to update the AST before executing the interpreter
Son Ho
2022-02-08
4
-3
/
+7
|
*
Make a minor modification to `drop_value`
Son Ho
2022-02-08
1
-2
/
+5
|
*
Make minor modifications
Son Ho
2022-02-08
2
-2
/
+8
|
*
Update the Makefile to add hashmap as a test and fix some issues
Son Ho
2022-02-08
2
-5
/
+19
|
*
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
8
-88
/
+124
|
*
Make progress on implementing support for types and functions like
Son Ho
2022-02-08
8
-30
/
+74
|
|
|
|
Option and Vec
*
Make a minor update in InterpreterExpansion
Son Ho
2022-02-08
1
-0
/
+3
|
*
Start adding more assumed types and functions
Son Ho
2022-02-08
14
-116
/
+416
|
*
Make a minor modification to account a change in function namings from
Son Ho
2022-02-07
1
-1
/
+1
|
|
|
|
Charon
*
Implement printing of debugging messages in case of name clashes
Son Ho
2022-02-07
1
-22
/
+116
|
*
Improve the command line arguments
Son Ho
2022-02-04
2
-27
/
+62
|
*
Make a minor modification
Son Ho
2022-02-04
1
-2
/
+2
|
*
Work on decomposition of monadic let-bindings for F*
Son Ho
2022-02-04
4
-6
/
+104
|
*
Make the micro passes config a parameter of Translate.translate_module
Son Ho
2022-02-04
2
-12
/
+17
|
*
Add generation of unit tests for the synthesized functions
Son Ho
2022-02-04
3
-25
/
+86
|
*
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
|
*
Remove the `open FStar.Mul` line from the generated files
Son Ho
2022-02-04
1
-2
/
+0
|
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
6
-97
/
+36
|
|
|
|
the pure AST
*
Register the names of the integer types and ops to detect name clashes in
Son Ho
2022-02-04
2
-37
/
+65
|
|
|
|
ExtractToFStar
*
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
2022-02-04
4
-32
/
+51
|
|
|
|
field
*
Fix a small issue with the types of tuple values in
Son Ho
2022-02-04
2
-14
/
+42
|
|
|
|
typed_avalue_to_{given_back,consumed}
*
Filter the backward functions with no outputs in the micro passes
Son Ho
2022-02-04
1
-46
/
+66
|
*
Make a minor modification
Son Ho
2022-02-03
1
-1
/
+0
|
[next]