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-02-03
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
2
-0
/
+10
2023-02-03
Fix a minor issue
Son Ho
1
-1
/
+6
2023-02-03
Implement a pass to filter shallow borrows
Son Ho
3
-7
/
+85
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
10
-40
/
+291
2023-02-03
Fix the comments for ocamldoc
Son Ho
8
-10
/
+11
2023-02-03
Fix an issue with the translation of loops::clear
Son Ho
3
-28
/
+72
2023-02-03
Fix an issue in translate_forward_end
Son Ho
2
-1
/
+3
2023-02-03
Fix a minor issue in decompose_let_bindings
Son Ho
5
-4
/
+17
2023-02-03
Add more loop examples and fix issues
Son Ho
12
-250
/
+594
2023-02-03
Cleanup a bit
Son Ho
1
-59
/
+18
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
10
-151
/
+999
2023-02-03
Make minor modifications to improve the quality of the loop translation
Son Ho
4
-15
/
+106
2023-02-03
Make minor fixes
Son Ho
1
-12
/
+14
2023-02-03
Improve the loops' numbering
Son Ho
1
-132
/
+149
2023-02-03
Make another loop example work
Son Ho
1
-30
/
+27
2023-02-03
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
4
-2
/
+101
2023-02-03
Make a minor cleanup in InterpreterLoops.ml
Son Ho
1
-55
/
+62
2023-02-03
Make minor modifications and generate code for loops
Son Ho
1
-24
/
+28
2023-02-03
Fix a minor bug in Interpreter.ml
Son Ho
2
-9
/
+15
2023-02-03
Fix various issues with the generation of code for the loops
Son Ho
8
-149
/
+416
2023-02-03
Fix a small issue with SymbolicToPure.translate_loop
Son Ho
2
-50
/
+43
2023-02-03
Fix a minor issue with [translate_end_abstraction_loop]
Son Ho
1
-3
/
+7
2023-02-03
Fix another bug
Son Ho
7
-39
/
+127
2023-02-03
Fix some bugs
Son Ho
8
-85
/
+175
2023-02-03
Make good progress on updating SymbolicToPure
Son Ho
14
-312
/
+877
2023-02-03
Add a `Loop` node in the pure AST
Son Ho
10
-15
/
+97
2023-02-03
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
7
-37
/
+69
2023-02-03
Add loop ids to the pure functions identifiers
Son Ho
8
-37
/
+80
2023-02-03
Compute the SCCs of the functions to extract in Translate.ml
Son Ho
6
-125
/
+183
2023-02-03
Reorganize Translate.ml
Son Ho
1
-165
/
+183
2023-02-03
Implement ReorderDecls.ml
Son Ho
3
-1
/
+152
2023-02-03
Add an SCC.ml file for strongly connected components
Son Ho
5
-3
/
+236
2023-02-03
Make progress on Interpreter.ml
Son Ho
12
-129
/
+293
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
5
-54
/
+387
2023-02-03
Make minor modifications
Son Ho
3
-38
/
+63
2023-02-03
Add detailed explanations in InterpreterLoops.ml
Son Ho
1
-39
/
+405
2023-02-03
Implement [match_ctx_with_target]
Son Ho
3
-80
/
+635
2023-02-03
End some borrows preemptively when computing loop joins
Son Ho
1
-3
/
+14
2023-02-03
Update the comments in Values and make minor modifications
Son Ho
7
-120
/
+213
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
10
-136
/
+144
2023-02-03
Update a comment
Son Ho
1
-1
/
+4
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
7
-25
/
+3
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
15
-162
/
+163
2023-02-03
Make more fixes
Son Ho
2
-86
/
+222
2023-02-03
Make some fixes
Son Ho
5
-33
/
+231
2023-02-03
Make progress on checking that two environments are equivalent
Son Ho
3
-177
/
+561
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
4
-42
/
+76
2023-02-03
Make minor modifications
Son Ho
2
-1
/
+11
2023-02-03
Improve merge_abstractions
Son Ho
3
-6
/
+91
2023-02-03
Improve the value visitors and some substitution functions
Son Ho
3
-23
/
+54
[next]