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