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
/
ExtractBase.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
Update the extraction to handle casts between integers/bools
Son Ho
1
-1
/
+9
2023-12-07
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
1
-8
/
+9
2023-12-05
Update following changes in Charon
Son Ho
1
-1
/
+1
2023-11-29
Add support for more bitwise operations and update the extraction
Son Ho
1
-7
/
+5
2023-11-27
Fix the issues with the cross-references for OCaml doc
Son Ho
1
-3
/
+3
2023-11-24
Add the alloc::string::String type in the builtins
Son Ho
1
-2
/
+3
2023-11-24
Update a comment
Son Ho
1
-2
/
+3
2023-11-24
Update some assumed type names/variants
Son Ho
1
-28
/
+40
2023-11-24
Improve the error messages for some name collisions
Son Ho
1
-2
/
+4
2023-11-22
Improve further the generation of parent clause/trait clause names
Son Ho
1
-27
/
+75
2023-11-21
Improve the generation of parent clause names
Son Ho
1
-4
/
+19
2023-11-21
Update the generation of names for the parent trait clauses
Son Ho
1
-4
/
+29
2023-11-21
Reorganize the "Extract" files
Son Ho
1
-510
/
+1125
2023-11-20
Use the name matcher implemented in Charon
Son Ho
1
-2
/
+1
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-138
/
+54
2023-11-13
Add RegionsHierarchy.ml
Son Ho
1
-2
/
+6
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-13
/
+14
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-27
/
+27
2023-11-09
Make the traits work for Coq
Son Ho
1
-0
/
+8
2023-11-09
Fix a small issue in AssociatedTypes
Son Ho
1
-6
/
+6
2023-10-27
Fix minor issues in the name collision detection
Son Ho
1
-9
/
+23
2023-10-26
Make minor modifications and update the array test for F*
Son Ho
1
-12
/
+10
2023-10-26
Make progress on fixing the extraction for Lean
Son Ho
1
-63
/
+102
2023-10-25
Make the hashmap files typecheck again in Lean
Son Ho
1
-0
/
+2
2023-10-25
Update following the addition of raw pointers
Son Ho
1
-2
/
+3
2023-10-24
Handle properly the builtin, non fallible functions
Son Ho
1
-2
/
+2
2023-10-24
Filter some type arguments for the builtin types/functions
Son Ho
1
-0
/
+13
2023-10-24
Remove the possibility of generating opaque module signatures
Son Ho
1
-175
/
+58
2023-10-24
Add support for builtin trait implementations
Son Ho
1
-17
/
+0
2023-10-24
Fix various issues with the builtins
Son Ho
1
-0
/
+1
2023-10-23
Make progress on handling the builtins
Son Ho
1
-68
/
+0
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-69
/
+4
2023-10-20
Start updating to handle function pointers
Son Ho
1
-1
/
+1
2023-09-17
Merge trans_ctx and decls_ctx
Son Ho
1
-7
/
+5
2023-09-17
Fix several issues with the extraction
Son Ho
1
-1
/
+2
2023-09-16
Fix issues with name registration/lookup
Son Ho
1
-22
/
+55
2023-09-16
Add a strict_names_map in the extraction_ctx
Son Ho
1
-17
/
+38
2023-09-16
Fix more issues
Son Ho
1
-1
/
+1
2023-09-16
Fix issues with name collisions
Son Ho
1
-6
/
+18
2023-09-14
Make progress on the extraction
Son Ho
1
-5
/
+11
2023-09-14
Fix some issues with the name collisions
Son Ho
1
-3
/
+29
2023-09-11
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
1
-6
/
+10
2023-09-07
Map some globals like u32::MAX to standard definitions
Son Ho
1
-5
/
+17
2023-09-03
Extract the trait decl methods
Son Ho
1
-15
/
+7
2023-09-03
Make progress registering the trait decl method names
Son Ho
1
-14
/
+60
2023-09-03
Do more cleanup
Son Ho
1
-3
/
+3
2023-09-03
Add the keep_fwd field in TranslateCore.pure_fun_translation
Son Ho
1
-1
/
+1
2023-09-03
Update TranslateCore.pure_fun_translation
Son Ho
1
-1
/
+1
2023-09-03
Make progress on extracting trait decls and merge gen_ctx and extraction_ctx
Son Ho
1
-0
/
+4
2023-09-03
Register the names for the trait decls
Son Ho
1
-8
/
+70
[next]