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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
Make good progress on Extract.ml
Son Ho
1
-221
/
+193
2023-08-31
Make progress on Extract and ExtractBase
Son Ho
1
-41
/
+102
2023-08-18
Update following the introduction of ConstantExpr
Son Ho
1
-0
/
+3
2023-08-07
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
1
-30
/
+30
2023-08-04
Fix issues with the extraction and extend the primitive libraries for Coq and F*
Son Ho
1
-12
/
+10
2023-08-04
Add SliceLen as a primitive function and make minor adjustments
Son Ho
1
-28
/
+30
2023-08-04
Start adding support for Arrays/Slices in the Lean library
Son Ho
1
-10
/
+12
2023-08-03
Fix an issue with the extraction of aggregated arrays
Son Ho
1
-85
/
+133
2023-08-03
Fix issues
Son Ho
1
-38
/
+77
2023-08-02
Make more progress
Son Ho
1
-75
/
+172
2023-08-02
Make progress
Son Ho
1
-34
/
+56
2023-07-12
Make the `by inlit` implicit
Son Ho
1
-1
/
+1
2023-07-06
Use short names for the structure fields in Lean
Son Ho
1
-4
/
+9
2023-07-06
Improve the generated comments
Son Ho
1
-19
/
+65
2023-07-05
Simplify the names used in Primitives.lean
Son Ho
1
-16
/
+33
2023-07-05
Simplify the generated names for the types in Lean
Son Ho
1
-5
/
+12
2023-07-05
Start using namespaces in the Lean backend
Son Ho
1
-13
/
+15
2023-07-04
Fix minor issues
Son Ho
1
-4
/
+10
2023-07-04
Fix some issues with the extraction to Lean
Son Ho
1
-48
/
+86
2023-07-04
Reorganize the Lean tests
Son Ho
1
-8
/
+6
2023-06-04
Make progress on the HOL4 backend
Son Ho
1
-10
/
+34
2023-06-04
Make progress on extracting the HOL4 files
Son Ho
1
-15
/
+78
2023-06-04
Make the unfolding theorems collection from evalLib persistent
Son Ho
1
-9
/
+13
2023-06-04
Make good progress on generating code for HOL4
Son Ho
1
-291
/
+906
2023-06-04
Make more updates for the Lean backend
Son Ho
1
-14
/
+27
2023-06-04
Make minor modifications
Son Ho
1
-1
/
+9
2023-06-04
Update Extract.ml
Son Ho
1
-15
/
+35
2023-06-04
Make extract_adt_cons call extract_adt_g_value
Son Ho
1
-54
/
+15
2023-06-04
Make a minor fix
Son Ho
1
-7
/
+1
2023-06-04
Improve the generation of variant names for Lean
Son Ho
1
-14
/
+21
2023-06-04
Improve simplify_aggregates to introduce structure updates
Son Ho
1
-1
/
+7
2023-06-04
Add a special expression for structure creation/update
Son Ho
1
-51
/
+54
2023-06-04
Update the extraction of Lean files
Son Ho
1
-14
/
+28
2023-06-04
Reorganize the Lean tests and extract the Polonius tests to Lean
Son Ho
1
-1
/
+1
2023-06-04
Handle the "opaque_defs." prefix in a cleaner manner
Son Ho
1
-31
/
+70
2023-06-04
Make minor modifications
Son Ho
1
-41
/
+89
2023-06-04
Consistently use the names TerminationMeasure and DecreasesProof
Son Ho
1
-16
/
+33
2023-06-04
Update the generation of termination and decreases_by templates for Lean
Son Ho
1
-23
/
+30
2023-06-04
WIP
Jonathan Protzenko
1
-3
/
+6
2023-06-04
Idiomatic naming conventions
Jonathan Protzenko
1
-2
/
+7
2023-06-04
Improve formatting further by removing useless spaces
Son Ho
1
-15
/
+22
2023-06-04
Make sure let-bindings in Lean end with line breaks and improve formatting
Son Ho
1
-41
/
+48
2023-06-04
Improve formatting of the termination_by clauses
Son Ho
1
-2
/
+8
2023-06-04
Make minor fixes, improve formatting for Lean and generate code for all the t...
Son Ho
1
-124
/
+135
2023-06-04
All of the generated code is syntactically correct
Jonathan Protzenko
1
-4
/
+5
2023-06-04
WIP
Jonathan Protzenko
1
-2
/
+8
2023-06-04
Fix runaway indentation
Jonathan Protzenko
1
-4
/
+4
2023-06-04
Fill out more of the primitives file, attempt at type classes for scalar_cast
Jonathan Protzenko
1
-10
/
+15
2023-06-04
Don't need extra variables for the decreases clauses
Jonathan Protzenko
1
-3
/
+9
2023-06-04
WIP printing proper clauses
Jonathan Protzenko
1
-3
/
+58
[next]