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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
Add a comment
Son Ho
1
-1
/
+18
2022-02-23
Inline more let-bindings and improve formatting
Son Ho
2
-16
/
+46
2022-02-23
Improve the code generation by inlining more let-bindings
Son Ho
2
-38
/
+114
2022-02-23
Improve pretty-printing of environments by filtering and grouping values
Son Ho
3
-4
/
+68
2022-02-23
Add comments
Son Ho
1
-0
/
+2
2022-02-22
Update some comments
Son Ho
1
-21
/
+8
2022-02-22
Make the interpreter pop the frame after executing a function body (for
Son Ho
2
-12
/
+15
2022-02-22
Add support for "fused" match branches
Son Ho
4
-9
/
+26
2022-02-10
Print the generated file headers with Printf rather than the formatter
Son Ho
1
-32
/
+19
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-10
Add an option to deactivate the invariant checks
Son Ho
1
-6
/
+10
2022-02-10
Make minor updates to deserialization
Son Ho
3
-13
/
+22
2022-02-09
Add a comment
Son Ho
1
-1
/
+2
2022-02-09
Make minor modifications and cleanup
Son Ho
2
-3
/
+9
2022-02-09
Add a comment
Son Ho
1
-0
/
+1
2022-02-09
Cleanup a bit
Son Ho
4
-84
/
+57
2022-02-09
Make a minor modification
Son Ho
1
-1
/
+1
2022-02-09
Implement extration to different files
Son Ho
2
-41
/
+127
2022-02-09
Implement generation of template decrease clauses
Son Ho
2
-5
/
+108
2022-02-09
Implement the generation of `decreases` clauses in the definition
Son Ho
5
-20
/
+93
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
2
-0
/
+26
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
2
-20
/
+26
2022-02-09
Start working on the generation of decrease clauses
Son Ho
3
-2
/
+63
2022-02-09
Introduce a translation config in Translate.ml
Son Ho
2
-19
/
+30
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
3
-45
/
+34
2022-02-09
Make minor modifications in InterpreterStatements
Son Ho
1
-4
/
+11
2022-02-09
Update the Makefile so as not to generate and check traces anymore
Son Ho
1
-14
/
+14
2022-02-09
Make minor modifications
Son Ho
3
-15
/
+15
2022-02-09
Implement filtering of useless forward functions
Son Ho
4
-59
/
+165
2022-02-09
Update a comment
Son Ho
1
-1
/
+3
2022-02-09
Make minor modifications with regards to unit tests
Son Ho
1
-3
/
+4
2022-02-09
Implement the symbolic expansion of Option values
Son Ho
1
-0
/
+28
2022-02-09
Replace some instances of failwith with `raise (Failure ...)`
Son Ho
1
-16
/
+21
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
6
-49
/
+56
2022-02-08
Fix a few more mistakes
Son Ho
1
-9
/
+15
2022-02-08
Fix some mistakes in the type conversion to pure
Son Ho
4
-14
/
+53
2022-02-08
Add type checking utilities for the pure ADT
Son Ho
4
-68
/
+224
2022-02-08
Fix a minor issue
Son Ho
1
-1
/
+0
2022-02-08
Fix another issue in set_discriminant
Son Ho
1
-3
/
+17
2022-02-08
Add an option to allow the presence of bottom values below borrows
Son Ho
9
-4
/
+71
2022-02-08
Add PrePasses.ml which was forgotten in a previous commit
Son Ho
1
-0
/
+50
2022-02-08
Fix more issues
Son Ho
4
-33
/
+49
[next]