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
/
Interpreter.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove the symbolic interpreter tests
Son Ho
2023-06-04
1
-30
/
+0
|
*
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
-3
/
+2
|
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-37
/
+60
|
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
1
-0
/
+2
|
*
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
2023-02-03
1
-1
/
+1
|
*
Fix a minor bug in Interpreter.ml
Son Ho
2023-02-03
1
-8
/
+11
|
*
Fix another bug
Son Ho
2023-02-03
1
-10
/
+45
|
*
Make good progress on updating SymbolicToPure
Son Ho
2023-02-03
1
-20
/
+24
|
*
Make progress on Interpreter.ml
Son Ho
2023-02-03
1
-33
/
+141
|
*
Merge loop abs so that there is one abs per function input region group
Son Ho
2023-02-03
1
-3
/
+8
|
*
Make minor modifications
Son Ho
2023-02-03
1
-2
/
+2
|
*
Implement [match_ctx_with_target]
Son Ho
2023-02-03
1
-1
/
+3
|
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-2
/
+2
|
*
Start implementing support for loops
Son Ho
2023-02-03
1
-3
/
+4
|
*
Factor out the symbolic execution for the forward/backward translations
Son Ho
2022-11-10
1
-39
/
+37
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-15
/
+13
|
*
Implement the generation of stateful backward functions (controlled by an ↵
Son Ho
2022-11-10
1
-2
/
+9
|
|
|
|
option)
*
Add some .mli files
Son Ho
2022-11-07
1
-4
/
+4
|
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-4
/
+6
|
*
Make minor updates to account for Charon's changes
Son Ho
2022-10-28
1
-8
/
+7
|
*
Take care of some TODOs
Son Ho
2022-10-28
1
-1
/
+1
|
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+396