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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
Fix an issue with the type of the values given back by loops
Son Ho
1
-151
/
+229
2024-05-30
Remove the cps.eval_result type
Son Ho
1
-3
/
+5
2024-05-30
Remove the options from the functions synthesizing the symbolic AST
Son Ho
1
-25
/
+12
2024-05-27
Add markers everywhere, do not use them yet
Aymeric Fromherz
1
-5
/
+11
2024-05-24
Rename meta into span
Aymeric Fromherz
1
-36
/
+36
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
1
-98
/
+141
2024-03-29
formatting and changed save_error condition for failing from b to not b
Escherichia
1
-1
/
+2
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-10
/
+10
2024-03-28
formatting
Escherichia
1
-11
/
+23
2024-03-28
changes after git rebase main
Escherichia
1
-2
/
+2
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-12
/
+12
2024-03-28
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
1
-3
/
+3
2024-03-28
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
1
-27
/
+28
2024-03-08
Simplify the contexts before symbolically evaluating loops
Son Ho
1
-1
/
+5
2024-03-08
Fix a last issue
Son Ho
1
-0
/
+3
2024-03-08
Make progress on fixing the loops
Son Ho
1
-2
/
+2
2024-03-08
Fix a small issue with the loops
Son Ho
1
-2
/
+2
2024-03-08
Fix some issues with the loops
Son Ho
1
-124
/
+152
2024-01-25
Fix a minor issue when values are moved in the loops
Son Ho
1
-1
/
+17
2023-11-21
Add span information to the generated code
Son Ho
1
-5
/
+7
2023-11-15
Do more cleanup
Son Ho
1
-36
/
+31
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-2
/
+1
2023-02-03
Split InterpreterLoops into several files
Son Ho
1
-4098
/
+3
2023-02-03
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
1
-5
/
+3
2023-02-03
Improve the order of the loop input parameters
Son Ho
1
-2
/
+38
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-10
/
+83
2023-02-03
Fix the comments for ocamldoc
Son Ho
1
-1
/
+1
2023-02-03
Fix an issue with the translation of loops::clear
Son Ho
1
-24
/
+69
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-183
/
+403
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
1
-100
/
+794
2023-02-03
Make minor modifications to improve the quality of the loop translation
Son Ho
1
-12
/
+83
2023-02-03
Make minor fixes
Son Ho
1
-12
/
+14
2023-02-03
Make another loop example work
Son Ho
1
-30
/
+27
2023-02-03
Make a minor cleanup in InterpreterLoops.ml
Son Ho
1
-55
/
+62
2023-02-03
Fix another bug
Son Ho
1
-3
/
+9
2023-02-03
Fix some bugs
Son Ho
1
-54
/
+43
2023-02-03
Make good progress on updating SymbolicToPure
Son Ho
1
-34
/
+82
2023-02-03
Add a `Loop` node in the pure AST
Son Ho
1
-6
/
+2
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-65
/
+80
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
1
-45
/
+238
2023-02-03
Make minor modifications
Son Ho
1
-30
/
+56
2023-02-03
Add detailed explanations in InterpreterLoops.ml
Son Ho
1
-39
/
+405
2023-02-03
Implement [match_ctx_with_target]
Son Ho
1
-74
/
+612
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
1
-15
/
+52
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
1
-24
/
+8
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
1
-3
/
+0
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-26
/
+11
2023-02-03
Make more fixes
Son Ho
1
-47
/
+159
[next]