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
/
InterpreterLoops.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make minor modifications to improve the quality of the loop translation
Son Ho
2023-02-03
1
-12
/
+83
|
*
Make minor fixes
Son Ho
2023-02-03
1
-12
/
+14
|
*
Make another loop example work
Son Ho
2023-02-03
1
-30
/
+27
|
*
Make a minor cleanup in InterpreterLoops.ml
Son Ho
2023-02-03
1
-55
/
+62
|
*
Fix another bug
Son Ho
2023-02-03
1
-3
/
+9
|
*
Fix some bugs
Son Ho
2023-02-03
1
-54
/
+43
|
*
Make good progress on updating SymbolicToPure
Son Ho
2023-02-03
1
-34
/
+82
|
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-6
/
+2
|
*
Make progress on Interpreter.ml
Son Ho
2023-02-03
1
-65
/
+80
|
*
Merge loop abs so that there is one abs per function input region group
Son Ho
2023-02-03
1
-45
/
+238
|
*
Make minor modifications
Son Ho
2023-02-03
1
-30
/
+56
|
*
Add detailed explanations in InterpreterLoops.ml
Son Ho
2023-02-03
1
-39
/
+405
|
*
Implement [match_ctx_with_target]
Son Ho
2023-02-03
1
-74
/
+612
|
*
End some borrows preemptively when computing loop joins
Son Ho
2023-02-03
1
-3
/
+14
|
*
Update the comments in Values and make minor modifications
Son Ho
2023-02-03
1
-15
/
+52
|
*
Remove the meta-value field from AMutBorrow
Son Ho
2023-02-03
1
-24
/
+8
|
*
Remove the APrimitive variant from the avalues
Son Ho
2023-02-03
1
-3
/
+0
|
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-26
/
+11
|
*
Make more fixes
Son Ho
2023-02-03
1
-47
/
+159
|
*
Make some fixes
Son Ho
2023-02-03
1
-20
/
+200
|
*
Make progress on checking that two environments are equivalent
Son Ho
2023-02-03
1
-141
/
+491
|
*
Improve the value visitors and some substitution functions
Son Ho
2023-02-03
1
-5
/
+3
|
*
Make more progress on the joins
Son Ho
2023-02-03
1
-142
/
+127
|
*
Make progress on the fixed point computation
Son Ho
2023-02-03
1
-356
/
+266
|
*
Make progress on the environment matches
Son Ho
2023-02-03
1
-7
/
+186
|
*
Make more progress
Son Ho
2023-02-03
1
-61
/
+102
|
*
Make progress on environment matches and joins
Son Ho
2023-02-03
1
-71
/
+495
|
*
Make progress on environments matches and joins
Son Ho
2023-02-03
1
-27
/
+369
|
*
Start implementing support for loops
Son Ho
2023-02-03
1
-0
/
+521