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
/
Pure.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make minor modifications
Son Ho
2022-05-04
1
-5
/
+10
*
Start updating the way the function return type (with errors and states)
Son Ho
2022-05-04
1
-15
/
+66
*
Cleanup
Son Ho
2022-05-01
1
-56
/
+8
*
Perform more renamings
Son Ho
2022-05-01
1
-8
/
+6
*
Perform some renamings
Son Ho
2022-05-01
1
-5
/
+1
*
Rename "lvalue" to "pattern"
Son Ho
2022-05-01
1
-27
/
+24
*
Make more progress propagating the changes
Son Ho
2022-04-29
1
-2
/
+6
*
Make good progress updating the code
Son Ho
2022-04-29
1
-2
/
+7
*
Merge the rvalues with the expressions
Son Ho
2022-04-29
1
-94
/
+57
*
Fix various bugs when extracting with a state monad
Son Ho
2022-04-27
1
-2
/
+13
*
Introduce the Abs expression and continue updating the code
Son Ho
2022-04-26
1
-0
/
+1
*
Introduce the App expression, and make progress updating the code
Son Ho
2022-04-26
1
-25
/
+29
*
Cleanup and update comments
Son Ho
2022-04-21
1
-82
/
+4
*
Improve the generation of names for given back values
Son Ho
2022-04-21
1
-2
/
+7
*
Work on pretty names
Son Ho
2022-04-21
1
-11
/
+25
*
Introduce mdplace to link meta information about the given back values
Son Ho
2022-04-20
1
-55
/
+124
*
Improve the generation of pretty names by correctly using the
Son Ho
2022-04-20
1
-1
/
+1
*
Fix a small issue with PureMicroPasses.get_body_min_var_counter
Son Ho
2022-03-04
1
-9
/
+0
*
Make good progress on adding support for external and opaque
Son Ho
2022-03-03
1
-5
/
+9
*
Rename CFIM to LLBC
Son Ho
2022-03-03
1
-1
/
+1
*
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
2022-03-03
1
-1
/
+1
*
Move the names from Identifiers to Names
Son Ho
2022-03-03
1
-0
/
+1
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-9
/
+9
*
Update the way function names are handled
Son Ho
2022-02-24
1
-1
/
+1
*
Finish writing the code which generates the state-error monad
Son Ho
2022-02-24
1
-1
/
+12
*
Start working on generating code which uses a state-error monad
Son Ho
2022-02-23
1
-0
/
+5
*
Add the `State` assumed type in Pure.ml
Son Ho
2022-02-23
1
-3
/
+9
*
Make progress on implementing support for types and functions like
Son Ho
2022-02-08
1
-10
/
+12
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-7
/
+7
*
Implement a micro pass to filter the box functions
Son Ho
2022-02-03
1
-42
/
+47
*
Implement extraction of switch int and make extract_texpression return
Son Ho
2022-02-03
1
-1
/
+2
*
Implement ExtractToFStar.extract_typed_rvalue
Son Ho
2022-02-03
1
-0
/
+3
*
Implement detection of non-recursive forward/backward functions groups when
Son Ho
2022-02-02
1
-2
/
+2
*
Make the field names optional and make progress on ExtractToFStar
Son Ho
2022-01-29
1
-1
/
+1
*
Make progress on PureToExtract
Son Ho
2022-01-29
1
-14
/
+17
*
Start working on ExtractAst
Son Ho
2022-01-28
1
-7
/
+7
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-8
/
+11
*
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
2022-01-28
1
-1
/
+1
*
Finish implementing filter_unused_assignments
Son Ho
2022-01-28
1
-1
/
+2
*
Add some mapreduce visitors to Pure
Son Ho
2022-01-28
1
-11
/
+64
*
Make minor modifications to the use of reduce in
Son Ho
2022-01-28
1
-0
/
+17
*
Add an input_lvs field to Pure.fun_def
Son Ho
2022-01-28
1
-0
/
+3
*
Finish implementing to_monadic
Son Ho
2022-01-28
1
-0
/
+5
*
Implement get_expression_min_var_counter
Son Ho
2022-01-28
1
-6
/
+8
*
Start working on to_monadic and make the expression visitors an
Son Ho
2022-01-28
1
-27
/
+69
*
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
2022-01-28
1
-24
/
+45
*
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
2022-01-28
1
-37
/
+15
*
Simplify the let-bindings in the pure AST
Son Ho
2022-01-28
1
-61
/
+94
*
Make substantial simplifications to the pure AST
Son Ho
2022-01-28
1
-33
/
+121
*
Make minor modifications
Son Ho
2022-01-28
1
-3
/
+3
[next]