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
2024-03-08
Fix an issue in PureMicroPasses.filter_loop_inputs
Son Ho
1
-13
/
+43
2024-03-08
Simplify the contexts before symbolically evaluating loops
Son Ho
4
-2
/
+137
2024-03-08
Fix a last issue
Son Ho
2
-51
/
+110
2024-03-08
Fix an issue with the loops
Son Ho
1
-1
/
+7
2024-03-08
Make progress on fixing the loops
Son Ho
8
-31
/
+70
2024-03-08
Fix a small issue with the loops
Son Ho
2
-7
/
+19
2024-03-08
Fix some issues with the loops
Son Ho
3
-140
/
+206
2024-03-08
Do not fail in end_abstraction_aux if the abs disappeared
Son Ho
2
-64
/
+80
2024-03-08
Add logging information
Son Ho
3
-0
/
+24
2024-03-08
Update Print.ml
Son Ho
1
-8
/
+8
2024-03-08
Make progress on propagating the changes
Son Ho
14
-949
/
+259
2024-03-08
Remove the option to split fwd/back functions and update SymbolicToPure
Son Ho
5
-776
/
+439
2024-03-08
Update the code generated for tuple projectors
Son Ho
3
-18
/
+47
2024-03-08
Fix tuple indexing for Lean backend
Zyad Hassan
1
-4
/
+33
2024-03-08
Update the generation of constant bodies for Lean
Son Ho
1
-2
/
+1
2024-03-08
Update the code generation
Son Ho
2
-7
/
+6
2024-02-02
Start fixing the tests
Son Ho
1
-1
/
+1
2024-01-25
Make a minor modification
Son Ho
1
-2
/
+2
2024-01-25
Fix a minor issue when values are moved in the loops
Son Ho
6
-188
/
+478
2023-12-23
Fix an issue when deconstructing tuples in Coq
Son Ho
2
-5
/
+8
2023-12-23
Update the micro-passes
Son Ho
1
-77
/
+94
2023-12-23
Improve the micro passes to eliminate pattern `let f := fun x => g x`
Son Ho
1
-2
/
+43
2023-12-22
Fix minor issues
Son Ho
3
-37
/
+103
2023-12-22
Update the computation of the effect info for the loops
Son Ho
1
-46
/
+95
2023-12-22
Fix the output type of the loops backward functions
Son Ho
5
-46
/
+65
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
[next]