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-11-14
Add a `-use-fuel` option
Son Ho
1
-4
/
+12
2022-11-14
Make [Result::Failure] type an [Error] parameter
Son Ho
1
-5
/
+27
2022-11-14
Improve the formatting of the generated code
Son Ho
1
-0
/
+9
2022-11-14
Make good progress on the Coq backend
Son Ho
1
-2
/
+2
2022-11-14
Reorganize the project to prepare for new backends
Son Ho
1
-1
/
+1
2022-11-11
Fix some issues with the comments
Son Ho
1
-1
/
+1
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
1
-0
/
+6
2022-11-10
Update the way function names are handled in Pure
Son Ho
1
-16
/
+19
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-0
/
+4
2022-11-10
Update `switch` to have a specific treatment of ADTs
Son Ho
1
-1
/
+1
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-1
/
+1
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
[next]