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
*
Use the name matcher implemented in Charon
Son Ho
2023-11-20
1
-1
/
+1
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-122
/
+128
|
*
Normalize the types when computing the regions hierarchies
Son Ho
2023-11-13
1
-0
/
+1
|
*
Make minor modifications
Son Ho
2023-11-13
1
-7
/
+8
|
*
Add RegionsHierarchy.ml
Son Ho
2023-11-13
1
-8
/
+20
|
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-1
/
+1
|
*
Rename some variants
Son Ho
2023-11-12
1
-1
/
+1
|
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-6
/
+5
|
*
Fix a small issue
Son Ho
2023-10-16
1
-11
/
+53
|
*
Normalize the function signatures before translation to pure
Son Ho
2023-09-17
1
-38
/
+9
|
*
Merge trans_ctx and decls_ctx
Son Ho
2023-09-17
1
-4
/
+8
|
*
Fix some issues
Son Ho
2023-09-13
1
-14
/
+50
|
*
Compute the normalized trait types maps and update Interpreter
Son Ho
2023-09-01
1
-30
/
+58
|
*
Start adding support for traits
Son Ho
2023-08-31
1
-57
/
+39
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-0
/
+10
|
*
Update the code following a refactor on Charon's side
Son Ho
2023-08-08
1
-5
/
+11
|
*
Make minor modifications
Son Ho
2023-08-02
1
-1
/
+1
|
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-15
/
+28
|
*
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