index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
Extract.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an issue with the names of the loop decreases clauses
Son Ho
2023-02-03
1
-3
/
+4
*
Fix various issues with the generation of code for the loops
Son Ho
2023-02-03
1
-11
/
+18
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-0
/
+3
*
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
2023-02-03
1
-3
/
+4
*
Add loop ids to the pure functions identifiers
Son Ho
2023-02-03
1
-4
/
+10
*
Generate record field projectors for Coq
Son Ho
2022-11-16
1
-71
/
+228
*
Improve formatting
Son Ho
2022-11-16
1
-95
/
+116
*
Make minor modifications to the extraction
Son Ho
2022-11-16
1
-4
/
+13
*
Extract the Polonius examples in Coq
Son Ho
2022-11-14
1
-13
/
+16
*
Add a `-use-fuel` option
Son Ho
2022-11-14
1
-7
/
+22
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-1
/
+12
*
Improve the formatting of [if then else] expressions
Son Ho
2022-11-14
1
-15
/
+24
*
Improve the formatting of the generated code
Son Ho
2022-11-14
1
-33
/
+47
*
Make good progress on the Coq backend
Son Ho
2022-11-14
1
-0
/
+2001