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
/
Translate.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reorganize the Lean tests
Son Ho
2023-07-04
1
-35
/
+35
|
*
Make progress on the HOL4 backend
Son Ho
2023-06-04
1
-29
/
+46
|
*
Make progress on extracting the HOL4 files
Son Ho
2023-06-04
1
-1
/
+1
|
*
Make good progress on generating code for HOL4
Son Ho
2023-06-04
1
-190
/
+276
|
*
Make more updates for the Lean backend
Son Ho
2023-06-04
1
-12
/
+16
|
*
Make minor modifications
Son Ho
2023-06-04
1
-2
/
+14
|
*
Improve the generation of variant names for Lean
Son Ho
2023-06-04
1
-1
/
+5
|
*
Add a special expression for structure creation/update
Son Ho
2023-06-04
1
-1
/
+9
|
*
Don't create useless directories in Lean
Son Ho
2023-06-04
1
-2
/
+4
|
*
Update the extraction of Lean files
Son Ho
2023-06-04
1
-11
/
+23
|
*
Automate the generation of the lakefile.lean files
Son Ho
2023-06-04
1
-119
/
+166
|
*
Handle the "opaque_defs." prefix in a cleaner manner
Son Ho
2023-06-04
1
-2
/
+23
|
*
Consistently use the names TerminationMeasure and DecreasesProof
Son Ho
2023-06-04
1
-4
/
+6
|
*
Update the generation of termination and decreases_by templates for Lean
Son Ho
2023-06-04
1
-5
/
+9
|
*
More comments
Jonathan Protzenko
2023-06-04
1
-0
/
+8
|
*
Make minor fixes, improve formatting for Lean and generate code for all the ↵
Son Ho
2023-06-04
1
-43
/
+60
|
|
|
|
test suite
*
WIP
Jonathan Protzenko
2023-06-04
1
-2
/
+19
|
*
Fix some printing bits, proper syntax for terminates and decreases clauses
Jonathan Protzenko
2023-06-04
1
-1
/
+4
|
*
WIP lots of stuff
Jonathan Protzenko
2023-06-04
1
-3
/
+11
|
*
New directory structure and corresponding extraction, + misc fixes, for Lean
Jonathan Protzenko
2023-06-04
1
-25
/
+37
|
*
Initial Lean backend, WIP
Jonathan Protzenko
2023-06-04
1
-22
/
+34
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
1
-13
/
+13
|
*
Fix an issue with the names of the loop decreases clauses
Son Ho
2023-02-03
1
-0
/
+10
|
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
1
-0
/
+1
|
*
Fix an issue in translate_forward_end
Son Ho
2023-02-03
1
-0
/
+1
|
*
Fix various issues with the generation of code for the loops
Son Ho
2023-02-03
1
-27
/
+58
|
*
Make good progress on updating SymbolicToPure
Son Ho
2023-02-03
1
-0
/
+32
|
*
Add loop ids to the pure functions identifiers
Son Ho
2023-02-03
1
-3
/
+1
|
*
Compute the SCCs of the functions to extract in Translate.ml
Son Ho
2023-02-03
1
-61
/
+91
|
*
Reorganize Translate.ml
Son Ho
2023-02-03
1
-165
/
+183
|
*
Add an SCC.ml file for strongly connected components
Son Ho
2023-02-03
1
-0
/
+2
|
*
Change the name of the generated Coq modules
Son Ho
2022-11-16
1
-1
/
+1
|
*
Improve formatting
Son Ho
2022-11-16
1
-4
/
+4
|
*
Add a `-use-fuel` option
Son Ho
2022-11-14
1
-1
/
+7
|
*
Make good progress on the Coq backend
Son Ho
2022-11-14
1
-73
/
+151
|
*
Reorganize the project to prepare for new backends
Son Ho
2022-11-14
1
-23
/
+23
|
*
Make a minor modification
Son Ho
2022-11-11
1
-1
/
+1
|
*
Move the fstar files to the new backends directory
Son Ho
2022-11-11
1
-1
/
+1
|
*
Add a `bin` folder
Son Ho
2022-11-11
1
-3
/
+5
|
*
Factor out the symbolic execution for the forward/backward translations
Son Ho
2022-11-10
1
-41
/
+21
|
*
Make a minor cleanup
Son Ho
2022-11-10
1
-16
/
+4
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-117
/
+34
|
*
Implement the generation of stateful backward functions (controlled by an ↵
Son Ho
2022-11-10
1
-12
/
+51
|
|
|
|
option)
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
1
-4
/
+7
|
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-7
/
+6
|
*
Make minor updates to account for Charon's changes
Son Ho
2022-10-28
1
-10
/
+10
|
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+871