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
/
SymbolicToPure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-7
/
+12
2022-10-28
Make minor modifications
Son Ho
1
-2
/
+2
2022-10-28
Take care of some TODOs
Son Ho
1
-3
/
+3
2022-10-27
Reorganize Print.ml
Son Ho
1
-1
/
+1
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-5
/
+5
2022-10-27
Update the README and a comment
Son Ho
1
-2
/
+3
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
-81
/
+80
2022-10-13
Rename Modules to Crates
Son Ho
1
-1
/
+0
2022-09-22
Make minor cleanup
Son Ho
1
-25
/
+37
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-7
/
+14
2022-08-08
Register global names, one error remaining
Sidney Congard
1
-1
/
+7
2022-07-25
Apply minor changes from PR comments
Sidney Congard
1
-2
/
+10
2022-07-18
Address much stuff of the PR, throw exceptions at remaining places
Sidney Congard
1
-10
/
+13
2022-06-30
Traduct globals body separately (WIP)
Sidney Congard
1
-5
/
+9
2022-06-30
Take failing rvalues into account in FunsAnalysis.analyze_fun_decls
Son Ho
1
-1
/
+4
2022-06-21
concrete & symbolic evaluation work with new LLBC format
Sidney Congard
1
-12
/
+15
2022-06-08
read globals from LLBC JSON into functions
Sidney Congard
1
-0
/
+1
2022-05-15
Treat integer casts in a general manner
Son Ho
1
-0
/
+6
2022-05-05
Update the translation so that we use a state only in the functions
Son Ho
1
-21
/
+28
2022-05-04
Start implementing divergence, can_fail, statefullness analyses
Son Ho
1
-1
/
+11
2022-05-04
Make minor modifications
Son Ho
1
-7
/
+5
2022-05-04
Make minor modifications
Son Ho
1
-24
/
+3
2022-05-04
Fix more issues
Son Ho
1
-17
/
+9
2022-05-04
Fix some issues when using states
Son Ho
1
-70
/
+79
2022-05-04
Make progress updating the code
Son Ho
1
-3
/
+8
2022-05-04
Start updating the way the function return type (with errors and states)
Son Ho
1
-111
/
+204
2022-05-01
Move the type-checking functions for pure AST to PureTypeCheck.ml
Son Ho
1
-4
/
+4
2022-05-01
Do more cleanup
Son Ho
1
-6
/
+6
2022-05-01
Cleanup
Son Ho
1
-3
/
+1
2022-05-01
Perform more renamings
Son Ho
1
-3
/
+3
2022-05-01
Perform some renamings
Son Ho
1
-8
/
+8
2022-05-01
Rename "lvalue" to "pattern"
Son Ho
1
-35
/
+37
2022-04-29
Make more progress propagating the changes
Son Ho
1
-1
/
+1
2022-04-29
Make good progress updating the code
Son Ho
1
-138
/
+151
2022-04-29
Merge the rvalues with the expressions
Son Ho
1
-2
/
+6
2022-04-27
Make a minor modification
Son Ho
1
-1
/
+3
2022-04-27
Fix various bugs when extracting with a state monad
Son Ho
1
-24
/
+50
2022-04-27
Make more progress
Son Ho
1
-2
/
+2
2022-04-26
Introduce the Abs expression and continue updating the code
Son Ho
1
-15
/
+93
2022-04-26
Introduce the App expression, and make progress updating the code
Son Ho
1
-7
/
+12
2022-04-21
Cleanup and update comments
Son Ho
1
-3
/
+1
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-5
/
+11
2022-04-21
Work on pretty names
Son Ho
1
-25
/
+17
2022-04-20
Introduce mdplace to link meta information about the given back values
Son Ho
1
-17
/
+28
2022-03-03
In fun_id rename the variant Local to Regular
Son Ho
1
-2
/
+2
2022-03-03
Update SymbolicToPure and Translate
Son Ho
1
-1
/
+1
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-26
/
+34
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-19
/
+19
2022-03-03
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
1
-3
/
+5
[next]