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
/
ExtractBuiltin.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
Add an option to run Aeneas as a borrow checker
Son Ho
1
-11
/
+13
2024-05-29
Factor out code in ExtractBuiltin.ml
Son Ho
1
-162
/
+122
2024-04-26
Update compiler/ExtractBuiltin.ml
Son HO
1
-1
/
+1
2024-04-25
Update the backend and ExtractBuiltin.ml
Son Ho
1
-1
/
+4
2024-04-24
Add core::option::unwrap builtin
Zyad Hassan
1
-0
/
+2
2024-04-24
compiler: introduce Lean-only translations
Ryan Lahfa
1
-10
/
+25
2024-04-24
compiler: map `core::option::Option::is_none` to `Option.isNone`
Ryan Lahfa
1
-0
/
+4
2024-04-24
compiler: map `core::mem::swap` to the pure swap
Ryan Lahfa
1
-0
/
+2
2024-04-17
compiler: map `core::option::Option::take` to identity function
Ryan Lahfa
1
-0
/
+4
2024-04-12
Add more definitions to the Lean library
Son Ho
1
-0
/
+73
2024-04-12
Start adding integer functions to the Lean library
Son Ho
1
-47
/
+142
2024-04-12
Update the bindings for the extraction
Son Ho
1
-14
/
+11
2024-04-03
Add builtins for some checked ops such as checked_add
Zyad Hassan
1
-0
/
+31
2024-03-11
Update a builtin name
Son Ho
1
-1
/
+1
2024-03-10
Update the builtin name patterns
Son Ho
1
-23
/
+66
2024-03-08
Make progress on propagating the changes
Son Ho
1
-6
/
+5
2024-03-08
Remove the option to split fwd/back functions and update SymbolicToPure
Son Ho
1
-87
/
+44
2023-12-22
Update the library for F*
Son Ho
1
-0
/
+8
2023-11-24
Add the alloc::string::String type in the builtins
Son Ho
1
-3
/
+12
2023-11-22
Make a minor modification
Son Ho
1
-2
/
+3
2023-11-22
Use NameMatcher.NameMatcherMap instead of associative lists
Son Ho
1
-5
/
+14
2023-11-21
Reorganize the "Extract" files
Son Ho
1
-15
/
+10
2023-11-21
Update more names
Son Ho
1
-6
/
+7
2023-11-21
Fix issues with the builtin names
Son Ho
1
-48
/
+83
2023-11-20
Fix minor issues
Son Ho
1
-3
/
+5
2023-11-20
Fix minor issues
Son Ho
1
-2
/
+0
2023-11-20
Use the name matcher implemented in Charon
Son Ho
1
-260
/
+134
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-3
/
+10
2023-11-09
Make the traits work for Coq
Son Ho
1
-1
/
+11
2023-10-26
Make minor modifications and update the array test for F*
Son Ho
1
-1
/
+4
2023-10-26
Fix some issues and regenerate the HashmapMain example for Lean
Son Ho
1
-1
/
+10
2023-10-26
Improve the handling of saved function effects in ExtractBuiltin.ml
Son Ho
1
-13
/
+27
2023-10-26
Make progress on fixing the extraction
Son Ho
1
-8
/
+24
2023-10-26
Improve ExtractBuiltin.ml
Son Ho
1
-37
/
+49
2023-10-26
Fix more issues at extraction and factor out defs in ExtractBuiltin
Son Ho
1
-260
/
+143
2023-10-25
Make the hashmap files typecheck again in Lean
Son Ho
1
-347
/
+162
2023-10-25
Fix some issues at extraction and add builtins
Son Ho
1
-5
/
+299
2023-10-24
Handle properly the builtin, non fallible functions
Son Ho
1
-1
/
+33
2023-10-24
Start taking into account non-fallible functions like core::mem::replace
Son Ho
1
-0
/
+8
2023-10-24
Fix minor issues
Son Ho
1
-4
/
+4
2023-10-24
Filter some type arguments for the builtin types/functions
Son Ho
1
-8
/
+7
2023-10-24
Add support for builtin trait implementations
Son Ho
1
-0
/
+34
2023-10-24
Fix various issues with the builtins
Son Ho
1
-20
/
+62
2023-10-23
Make progress on handling the builtins
Son Ho
1
-42
/
+51
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-0
/
+468