index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SymbolicToPure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-42
/
+42
2022-02-24
Update the way function names are handled
Son Ho
1
-1
/
+1
2022-02-24
Finish writing the code which generates the state-error monad
Son Ho
1
-0
/
+3
2022-02-09
Implement filtering of useless forward functions
Son Ho
1
-40
/
+63
2022-02-09
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
1
-5
/
+1
2022-02-08
Fix some mistakes in the type conversion to pure
Son Ho
1
-11
/
+33
2022-02-08
Add type checking utilities for the pure ADT
Son Ho
1
-61
/
+92
2022-02-08
Start adding more assumed types and functions
Son Ho
1
-13
/
+37
2022-02-04
Merge the switches over integers and the matches over enumerations in
Son Ho
1
-7
/
+14
2022-02-04
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
1
-24
/
+21
2022-02-04
Fix a small issue with the types of tuple values in
Son Ho
1
-14
/
+39
2022-02-03
Fix an issue with the assumed box functions being considered as monadic
Son Ho
1
-2
/
+13
2022-02-01
Introduce a small optimization
Son Ho
1
-1
/
+21
2022-01-29
Make progress on PureToExtract
Son Ho
1
-18
/
+0
2022-01-28
Make the pure expressions typed
Son Ho
1
-58
/
+97
2022-01-28
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
1
-10
/
+11
2022-01-28
Add an input_lvs field to Pure.fun_def
Son Ho
1
-1
/
+4
2022-01-28
Move some definitions to a new PureUtils.ml file
Son Ho
1
-103
/
+6
2022-01-28
Finish implementing to_monadic
Son Ho
1
-0
/
+2
2022-01-28
Start working on to_monadic and make the expression visitors an
Son Ho
1
-0
/
+7
2022-01-28
Make various modifications to improve the name prettyfication
Son Ho
1
-21
/
+42
[next]