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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
Fix a minor issue with the extraction of loops when merging the fwd/back func...
Son Ho
1
-11
/
+19
2023-12-22
Annotate the bound vars in the lambdas for Coq
Son Ho
1
-20
/
+36
2023-12-22
Fix a minor extraction issue
Son Ho
1
-1
/
+1
2023-12-22
Add an option to split the fwd/back functions and fix a minor issue
Son Ho
2
-7
/
+15
2023-12-22
Update the library for F*
Son Ho
2
-1
/
+15
2023-12-22
Slightly update the formatting of the do blocks
Son Ho
1
-24
/
+26
2023-12-22
Fix an issue when merging the fwd/back functions of trait methods
Son Ho
4
-19
/
+57
2023-12-21
Improve the pure micro passes
Son Ho
2
-3
/
+46
2023-12-21
Fix issues when extracting stateful functions
Son Ho
2
-41
/
+40
2023-12-21
Fix several issues
Son Ho
3
-81
/
+151
2023-12-21
Improve PureMicroPasses.filter_useless to simplify the matches
Son Ho
1
-1
/
+14
2023-12-21
Use indices starting at 1 to make variable names unique at code gen
Son Ho
1
-1
/
+1
2023-12-21
Implement a micro-pass to simplify the let-bindings
Son Ho
1
-0
/
+78
2023-12-21
Simplify the type of the merged fwd/back functions
Son Ho
5
-46
/
+153
2023-12-21
Update the formatting of comments
Son Ho
1
-8
/
+6
2023-12-21
Filter the useless backward functions
Son Ho
1
-75
/
+145
2023-12-21
Update SymbolicToPure.ml for the loops
Son Ho
1
-96
/
+125
2023-12-21
Remove some asserts which are now useless
Son Ho
3
-8
/
+4
2023-12-21
Fix some issues in SymbolicToPure
Son Ho
1
-25
/
+26
2023-12-21
Fix a minor issue
Son Ho
1
-2
/
+5
2023-12-21
Make good progress on merging the fwd/back functions
Son Ho
8
-87
/
+274
2023-12-19
Reset Config.return_back_funs to false
Son Ho
1
-1
/
+1
2023-12-19
Remove SymbolicToPure.bs_ctx.loop_backward_outputs
Son Ho
2
-33
/
+15
2023-12-19
Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}
Son Ho
2
-100
/
+70
2023-12-18
Remove the backwards field from SymbolicToPure.call_info
Son Ho
1
-15
/
+5
2023-12-18
Fix a minor mistake in SymbolicToPure
Son Ho
3
-11
/
+15
2023-12-18
Add some comments
Son Ho
1
-16
/
+31
2023-12-18
Rename some definitions
Son Ho
15
-140
/
+139
2023-12-18
Do not register the names of the back funs if they are merged with the fwd funs
Son Ho
1
-3
/
+8
2023-12-15
Make progress on updating the code
Son Ho
3
-200
/
+134
2023-12-15
Make progress on propagating the changes
Son Ho
6
-97
/
+72
2023-12-15
Minor fix
Son Ho
1
-2
/
+2
2023-12-15
Make good progress on updating SymbolicToPure
Son Ho
5
-42
/
+226
2023-12-15
Make progress on updating SymbolicToPure
Son Ho
1
-57
/
+112
2023-12-15
Make progress on generalizing the signature information
Son Ho
5
-218
/
+253
2023-12-15
Make minor modifications
Son Ho
2
-79
/
+38
2023-12-14
Make progress on generated merged fwd/back functions
Son Ho
2
-28
/
+32
2023-12-14
Start updating Pure.fun_sig_info to handle merged forward and backward functions
Son Ho
4
-27
/
+128
2023-12-13
Update the extraction to handle casts between integers/bools
Son Ho
6
-27
/
+95
2023-12-13
Make a minor modification in a comment
Son Ho
1
-1
/
+1
2023-12-13
Update Pure.fun_sig_info
Son Ho
7
-68
/
+129
2023-12-13
Update the interpreter to handle optional otherwise branches
Son Ho
1
-1
/
+4
2023-12-13
Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sig
Son Ho
3
-5
/
+13
2023-12-12
Move most of the substitution functions to Charon
Son Ho
1
-315
/
+1
2023-12-07
Fix the extraction of the empty type
Son Ho
1
-12
/
+18
2023-12-07
Update the micro passes to inline deconstruction of tuples with one field
Son Ho
1
-6
/
+34
2023-12-07
Fix minor issues when extracting a structure with one field as a tuple
Son Ho
2
-21
/
+45
2023-12-07
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
10
-199
/
+347
2023-12-05
Remove the type sv_kind ("symbolic value kind")
Son Ho
8
-158
/
+63
2023-12-05
Print error messages when the command line arguments are invalid
Son Ho
1
-10
/
+40
[next]