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
*
Cleanup and fix a mistake
Son Ho
2024-03-29
1
-7
/
+5
*
Add some missing error messages
Son Ho
2024-03-29
1
-5
/
+2
*
Improve the error messages
Son Ho
2024-03-29
1
-1
/
+4
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-4
/
+11
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-25
/
+25
*
formatting
Escherichia
2024-03-28
1
-111
/
+185
*
changes after git rebase main
Escherichia
2024-03-28
1
-6
/
+8
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-19
/
+18
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-2
/
+2
*
changes to extract_ty and related functions to use the right meta
Escherichia
2024-03-28
1
-29
/
+29
*
Still need to fill the TODO: error message and check some meta but it builds
Escherichia
2024-03-28
1
-2
/
+2
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-183
/
+187
*
Update extract_trait_impl
Son Ho
2024-03-18
1
-7
/
+23
*
Fix the extraction of trait constants
Son Ho
2024-03-18
1
-3
/
+5
*
Make good progress on adding generics to global constants
Son Ho
2024-03-18
1
-24
/
+83
*
Update following changes in Charon
Son Ho
2024-03-17
1
-5
/
+1
*
Update the generation of names
Son Ho
2024-03-11
1
-2
/
+2
*
Update the name generation and add CLI to print external pat names
Son Ho
2024-03-10
1
-16
/
+44
*
Make progress on propagating the changes
Son Ho
2024-03-08
1
-287
/
+157
*
Update the code generated for tuple projectors
Son Ho
2024-03-08
1
-18
/
+39
*
Fix tuple indexing for Lean backend
Zyad Hassan
2024-03-08
1
-4
/
+33
*
Update the generation of constant bodies for Lean
Son Ho
2024-03-08
1
-2
/
+1
*
Start fixing the tests
Son Ho
2024-02-02
1
-1
/
+1
*
Fix an issue when deconstructing tuples in Coq
Son Ho
2023-12-23
1
-2
/
+8
*
Annotate the bound vars in the lambdas for Coq
Son Ho
2023-12-22
1
-20
/
+36
*
Fix a minor extraction issue
Son Ho
2023-12-22
1
-1
/
+1
*
Slightly update the formatting of the do blocks
Son Ho
2023-12-22
1
-24
/
+26
*
Update the formatting of comments
Son Ho
2023-12-21
1
-8
/
+6
*
Remove some asserts which are now useless
Son Ho
2023-12-21
1
-4
/
+0
*
Make good progress on merging the fwd/back functions
Son Ho
2023-12-21
1
-1
/
+3
*
Do not register the names of the back funs if they are merged with the fwd funs
Son Ho
2023-12-18
1
-3
/
+8
*
Make progress on propagating the changes
Son Ho
2023-12-15
1
-4
/
+4
*
Make progress on generalizing the signature information
Son Ho
2023-12-15
1
-4
/
+4
*
Update Pure.fun_sig_info
Son Ho
2023-12-13
1
-2
/
+6
*
Fix minor issues when extracting a structure with one field as a tuple
Son Ho
2023-12-07
1
-21
/
+34
*
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
2023-12-07
1
-26
/
+48
*
Make a minor fix
Son Ho
2023-11-24
1
-1
/
+1
*
Update some assumed type names/variants
Son Ho
2023-11-24
1
-6
/
+1
*
Improve further the generation of parent clause/trait clause names
Son Ho
2023-11-22
1
-7
/
+26
*
Reorganize the "Extract" files
Son Ho
2023-11-21
1
-24
/
+23
*
Add span information to the generated code
Son Ho
2023-11-21
1
-12
/
+19
*
Use the name matcher implemented in Charon
Son Ho
2023-11-20
1
-7
/
+11
*
Finish propagating the changes to the names and cleaning
Son Ho
2023-11-16
1
-19
/
+21
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-7
/
+7
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-13
/
+13
*
Make the traits work for Coq
Son Ho
2023-11-09
1
-140
/
+251
*
Extract the trait parent clauses after the types and the constants
Son Ho
2023-11-09
1
-24
/
+25
*
Progress on making the traits work for F*
Son Ho
2023-11-09
1
-9
/
+29
*
Fix a small issue in AssociatedTypes
Son Ho
2023-11-09
1
-2
/
+2
*
Update the extraction
Son Ho
2023-11-07
1
-2
/
+2
[next]