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-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
2023-09-03
Make more progress
Son Ho
1
-0
/
+2
2023-09-03
Make progress on the extraction
Son Ho
1
-8
/
+55
2023-09-03
Make progress on the extraction
Son Ho
1
-10
/
+47
2023-09-03
Improve the collision detection
Son Ho
1
-16
/
+54
2023-09-01
Make good progress on Extract.ml
Son Ho
1
-3
/
+44
2023-08-31
Make progress on Extract and ExtractBase
Son Ho
1
-11
/
+22
2023-08-02
Make more progress
Son Ho
1
-0
/
+14
2023-08-02
Make progress
Son Ho
1
-0
/
+23
2023-08-02
Make progress
Son Ho
1
-6
/
+7
2023-07-06
Use short names for the structure fields in Lean
Son Ho
1
-14
/
+54
2023-07-06
Improve the generated comments
Son Ho
1
-5
/
+33
2023-07-05
Start using namespaces in the Lean backend
Son Ho
1
-1
/
+3
2023-07-04
Reorganize the Lean tests
Son Ho
1
-0
/
+10
2023-06-04
Make good progress on generating code for HOL4
Son Ho
1
-2
/
+20
2023-06-04
Improve the generation of variant names for Lean
Son Ho
1
-0
/
+7
2023-06-04
Handle the "opaque_defs." prefix in a cleaner manner
Son Ho
1
-62
/
+160
2023-06-04
Consistently use the names TerminationMeasure and DecreasesProof
Son Ho
1
-23
/
+40
2023-06-04
Make minor fixes, improve formatting for Lean and generate code for all the t...
Son Ho
1
-10
/
+8
2023-06-04
All of the generated code is syntactically correct
Jonathan Protzenko
1
-4
/
+14
2023-06-04
WIP
Jonathan Protzenko
1
-1
/
+3
2023-06-04
Fix some printing bits, proper syntax for terminates and decreases clauses
Jonathan Protzenko
1
-0
/
+46
2023-06-04
Fix a couple bugs here and there, improve Lean code-gen, still WIP
Jonathan Protzenko
1
-17
/
+17
2023-06-04
New directory structure and corresponding extraction, + misc fixes, for Lean
Jonathan Protzenko
1
-1
/
+1
2023-06-04
Initial Lean backend, WIP
Jonathan Protzenko
1
-1
/
+1
2023-02-03
Fix an issue with the names of the loop decreases clauses
Son Ho
1
-9
/
+23
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-4
/
+6
2023-02-03
Fix various issues with the generation of code for the loops
Son Ho
1
-8
/
+13
2023-02-03
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
1
-25
/
+46
2023-02-03
Add loop ids to the pure functions identifiers
Son Ho
1
-9
/
+18
2022-11-14
Add a `-use-fuel` option
Son Ho
1
-8
/
+8
[next]