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
/
InterpreterStatements.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-2
/
+2
|
*
Fix some bugs
Son Ho
2023-02-03
1
-4
/
+4
|
*
Make progress on Interpreter.ml
Son Ho
2023-02-03
1
-16
/
+23
|
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-3
/
+4
|
*
Start implementing support for loops
Son Ho
2023-02-03
1
-52
/
+19
|
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-2
/
+2
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-10
/
+8
|
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
1
-16
/
+18
|
*
Reorganize the symoblic expansions to separate the branching/non-branching ones
Son Ho
2022-11-10
1
-3
/
+1
|
*
Update `switch` to have a specific treatment of ADTs
Son Ho
2022-11-10
1
-68
/
+117
|
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
1
-1
/
+1
|
*
Add some .mli files
Son Ho
2022-11-07
1
-56
/
+15
|
*
Add ids to the dummy variables
Son Ho
2022-11-07
1
-16
/
+24
|
*
Remove the argument [end_borrows] from prepare_lplace and ↵
Son Ho
2022-11-07
1
-9
/
+4
|
|
|
|
drop_outer_loans_at_lplace
*
Fix an issue with drop_value
Son Ho
2022-11-07
1
-9
/
+11
|
*
Move the AssignGlobal case from statement to rvalue
Son Ho
2022-10-28
1
-33
/
+40
|
*
Make minor updates to account for Charon's changes
Son Ho
2022-10-28
1
-5
/
+4
|
*
Take care of some TODOs
Son Ho
2022-10-28
1
-1
/
+1
|
*
Move some files to the Charon project
Son Ho
2022-10-28
1
-9
/
+9
|
*
Fix some comment references
Son Ho
2022-10-27
1
-7
/
+7
|
*
Move constant_value to PrimitiveValues.ml
Son Ho
2022-10-27
1
-6
/
+7
|
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+1370