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
/
PureUtils.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make minor modifications
Son Ho
2022-05-04
1
-1
/
+1
|
*
Make minor modifications
Son Ho
2022-05-04
1
-5
/
+14
|
*
Start updating the way the function return type (with errors and states)
Son Ho
2022-05-04
1
-37
/
+4
|
|
|
|
are handled
*
Move the type-checking functions for pure AST to PureTypeCheck.ml
Son Ho
2022-05-01
1
-145
/
+0
|
*
Improve type-checking
Son Ho
2022-05-01
1
-10
/
+23
|
*
Do more cleanup
Son Ho
2022-05-01
1
-11
/
+13
|
*
Cleanup
Son Ho
2022-05-01
1
-8
/
+8
|
*
Perform some renamings
Son Ho
2022-05-01
1
-7
/
+7
|
*
Rename "lvalue" to "pattern"
Son Ho
2022-05-01
1
-30
/
+30
|
*
Make more progress propagating the changes
Son Ho
2022-04-29
1
-11
/
+4
|
*
Make progress on PureMicroPasses
Son Ho
2022-04-29
1
-1
/
+25
|
*
Make good progress updating the code
Son Ho
2022-04-29
1
-4
/
+18
|
*
Merge the rvalues with the expressions
Son Ho
2022-04-29
1
-232
/
+332
|
*
Make minor modifications
Son Ho
2022-04-27
1
-0
/
+34
|
*
Fix various bugs when extracting with a state monad
Son Ho
2022-04-27
1
-0
/
+9
|
*
Introduce the Abs expression and continue updating the code
Son Ho
2022-04-26
1
-22
/
+60
|
*
Introduce the App expression, and make progress updating the code
Son Ho
2022-04-26
1
-7
/
+53
|
*
Work on pretty names
Son Ho
2022-04-21
1
-4
/
+2
|
*
Introduce mdplace to link meta information about the given back values
Son Ho
2022-04-20
1
-2
/
+4
|
|
|
|
to the information about the input arguments
*
In fun_id rename the variant Local to Regular
Son Ho
2022-03-03
1
-2
/
+2
|
*
Make good progress on adding support for external and opaque
Son Ho
2022-03-03
1
-2
/
+5
|
|
|
|
declarations
*
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
2022-03-03
1
-3
/
+3
|
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-12
/
+12
|
*
Start working on generating code which uses a state-error monad
Son Ho
2022-02-23
1
-1
/
+10
|
*
Add the `State` assumed type in Pure.ml
Son Ho
2022-02-23
1
-0
/
+3
|
*
Improve the code generation by inlining more let-bindings
Son Ho
2022-02-23
1
-0
/
+23
|
*
Fix some mistakes in the type conversion to pure
Son Ho
2022-02-08
1
-3
/
+15
|
*
Add type checking utilities for the pure ADT
Son Ho
2022-02-08
1
-0
/
+107
|
*
Make a minor modification
Son Ho
2022-02-04
1
-2
/
+2
|
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-0
/
+11
|
|
|
|
the pure AST
*
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
2022-02-04
1
-6
/
+28
|
|
|
|
field
*
Make a minor improvement in printing
Son Ho
2022-02-03
1
-0
/
+1
|
*
Implement extraction of `if ... then ... else ...`
Son Ho
2022-02-03
1
-0
/
+11
|
*
Update PureUtils.functions_not_mutually_recursive
Son Ho
2022-02-02
1
-9
/
+9
|
*
Implement detection of non-recursive forward/backward functions groups when
Son Ho
2022-02-02
1
-0
/
+55
|
|
|
|
extracting (non-mutually) recursive functions
*
Make progress on PureToExtract
Son Ho
2022-01-29
1
-0
/
+18
|
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-0
/
+11
|
*
Make minor modifications
Son Ho
2022-01-28
1
-0
/
+12
|
*
Cleanup a bit
Son Ho
2022-01-28
1
-1
/
+0
|
*
Move some definitions to a new PureUtils.ml file
Son Ho
2022-01-28
1
-0
/
+90