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-10-23
Make progress on handling the builtins
Son Ho
1
-42
/
+212
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-68
/
+77
2023-10-20
Start updating to handle function pointers
Son Ho
1
-2
/
+2
2023-10-16
Improve formatting of scalars in Lean
Son Ho
1
-23
/
+10
2023-10-13
Add sup
Son Ho
1
-1
/
+3
2023-10-06
Slightly improve formatting of the generated code
Son Ho
1
-1
/
+6
2023-09-19
Cleanup a bit
Son Ho
1
-2
/
+2
2023-09-17
Merge trans_ctx and decls_ctx
Son Ho
1
-6
/
+2
2023-09-17
Make progress on correctly extracting trait method calls
Son Ho
1
-26
/
+84
2023-09-17
Fix some issues with calls to trait methods
Son Ho
1
-9
/
+14
2023-09-17
Fix some formatting issues
Son Ho
1
-2
/
+10
2023-09-17
Fix several issues with the extraction
Son Ho
1
-66
/
+98
2023-09-16
Fix issues with name registration/lookup
Son Ho
1
-2
/
+26
2023-09-16
Fix more issues
Son Ho
1
-7
/
+6
2023-09-16
Fix issues with name collisions
Son Ho
1
-7
/
+21
2023-09-14
Make progress on the extraction
Son Ho
1
-1
/
+9
2023-09-11
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
1
-2
/
+2
2023-09-10
Add support for the trait associated constants
Son Ho
1
-1
/
+12
2023-09-07
Fix some issues
Son Ho
1
-1
/
+0
2023-09-07
Map some globals like u32::MAX to standard definitions
Son Ho
1
-1
/
+7
2023-09-04
Fix a minor issue in HOL4
Son Ho
1
-1
/
+1
2023-09-03
Implement extract_trait_impl
Son Ho
1
-6
/
+160
2023-09-03
Extract the trait decl methods
Son Ho
1
-19
/
+47
2023-09-03
Make progress registering the trait decl method names
Son Ho
1
-17
/
+33
2023-09-03
Do more cleanup
Son Ho
1
-3
/
+5
2023-09-03
Update TranslateCore.pure_fun_translation
Son Ho
1
-1
/
+2
2023-09-03
Update the type TranslateCore.fun_and_loops
Son Ho
1
-2
/
+2
2023-09-03
Make progress on extracting trait decls and merge gen_ctx and extraction_ctx
Son Ho
1
-5
/
+145
2023-09-03
Register the names for the trait decls
Son Ho
1
-6
/
+84
2023-09-03
Make more progress
Son Ho
1
-6
/
+13
2023-09-03
Make progress on the extraction
Son Ho
1
-53
/
+165
2023-09-03
Make progress on the extraction
Son Ho
1
-1
/
+12
2023-09-03
Make progress on the extraction
Son Ho
1
-26
/
+50
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
[next]