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
/
Translate.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
Add a `bin` folder
Son Ho
1
-3
/
+5
2022-11-10
Factor out the symbolic execution for the forward/backward translations
Son Ho
1
-41
/
+21
2022-11-10
Make a minor cleanup
Son Ho
1
-16
/
+4
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-117
/
+34
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
1
-12
/
+51
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-4
/
+7
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-7
/
+6
2022-10-28
Make minor updates to account for Charon's changes
Son Ho
1
-10
/
+10
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-13
/
+13
2022-10-13
Rename Modules to Crates
Son Ho
1
-25
/
+26
2022-09-22
Update the name registration for globals
Son Ho
1
-3
/
+8
2022-09-22
Make minor cleanup
Son Ho
1
-28
/
+31
2022-09-22
Update src/Translate.ml
Son HO
1
-1
/
+1
2022-08-08
Register global names, one error remaining
Sidney Congard
1
-1
/
+5
2022-07-29
Create global declaration group, address PR changes but introduce bugs
Sidney Congard
1
-4
/
+17
2022-07-18
Address much stuff of the PR, throw exceptions at remaining places
Sidney Congard
1
-9
/
+12
2022-06-30
Traduct globals body separately (WIP)
Sidney Congard
1
-3
/
+4
2022-06-21
concrete & symbolic evaluation work with new LLBC format
Sidney Congard
1
-14
/
+22
2022-06-08
read globals from LLBC JSON into functions
Sidney Congard
1
-10
/
+11
2022-05-10
Use the core_unix package instead of core
Son Ho
1
-1
/
+1
2022-05-06
Update the extraction to set the fuel to 1 in the Z3 options
Son Ho
1
-2
/
+2
2022-05-05
Update the translation so that we use a state only in the functions
Son Ho
1
-14
/
+14
2022-05-04
Start implementing divergence, can_fail, statefullness analyses
Son Ho
1
-0
/
+3
2022-05-04
Make minor modifications
Son Ho
1
-17
/
+15
2022-05-04
Fix various issues when using a state
Son Ho
1
-7
/
+1
2022-05-04
Fix more issues
Son Ho
1
-15
/
+3
2022-05-04
Fix some issues when using states
Son Ho
1
-1
/
+3
2022-05-04
Make progress updating the code
Son Ho
1
-17
/
+39
2022-04-27
Make minor updates
Son Ho
1
-0
/
+1
2022-03-04
Fix minor issues for the translation of hashmap_on_disk
Son Ho
1
-8
/
+38
2022-03-04
Fix a minor issue
Son Ho
1
-6
/
+9
2022-03-04
Fix minor issues when using the state-error monad
Son Ho
1
-5
/
+44
2022-03-04
Fix minor issues with regards to extraction of opaque types
Son Ho
1
-1
/
+1
2022-03-04
Fix minor mistakes with regards to extraction of external declarations
Son Ho
1
-4
/
+8
2022-03-04
Update the code to create missing directories upon export
Son Ho
1
-0
/
+6
2022-03-03
Change the extension of the serialized files to .llbc
Son Ho
1
-1
/
+1
2022-03-03
Fix minor issues
Son Ho
1
-3
/
+3
2022-03-03
In fun_id rename the variant Local to Regular
Son Ho
1
-4
/
+4
2022-03-03
Update SymbolicToPure and Translate
Son Ho
1
-88
/
+122
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-4
/
+4
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-9
/
+9
2022-03-03
Finish updating Translate and ExtractToFStar
Son Ho
1
-3
/
+2
2022-03-03
Make good progress updating Translate
Son Ho
1
-6
/
+87
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-43
/
+43
2022-02-24
Update the way function names are handled
Son Ho
1
-2
/
+4
2022-02-23
Start working on generating code which uses a state-error monad
Son Ho
1
-6
/
+0
2022-02-23
Add an option to control the translation to error monad or state-error
Son Ho
1
-1
/
+7
2022-02-10
Print the generated file headers with Printf rather than the formatter
Son Ho
1
-32
/
+19
2022-02-09
Cleanup a bit
Son Ho
1
-21
/
+23
[next]