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
*
Simplify the contexts before symbolically evaluating loops
Son Ho
2024-03-08
1
-1
/
+5
|
*
Fix a last issue
Son Ho
2024-03-08
1
-0
/
+3
|
*
Make progress on fixing the loops
Son Ho
2024-03-08
1
-2
/
+2
|
*
Fix a small issue with the loops
Son Ho
2024-03-08
1
-2
/
+2
|
*
Fix some issues with the loops
Son Ho
2024-03-08
1
-124
/
+152
|
*
Fix a minor issue when values are moved in the loops
Son Ho
2024-01-25
1
-1
/
+17
|
*
Add span information to the generated code
Son Ho
2023-11-21
1
-5
/
+7
|
*
Do more cleanup
Son Ho
2023-11-15
1
-36
/
+31
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-2
/
+1
|
*
Split InterpreterLoops into several files
Son Ho
2023-02-03
1
-4098
/
+3
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
1
-5
/
+3
|
*
Improve the order of the loop input parameters
Son Ho
2023-02-03
1
-2
/
+38
|
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
1
-10
/
+83
|
*
Fix the comments for ocamldoc
Son Ho
2023-02-03
1
-1
/
+1
|
*
Fix an issue with the translation of loops::clear
Son Ho
2023-02-03
1
-24
/
+69
|
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-183
/
+403
|
*
Cleanup a bit
Son Ho
2023-02-03
1
-59
/
+18
|
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
1
-100
/
+794
|
*
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