index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Interpreter.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
Rewrite some functions which use visitors to insert exhaustive matches
Son Ho
1
-106
/
+114
2021-12-08
Remove g_value, g_typed_value, etc. to make values and abstract values
Son Ho
1
-16
/
+31
2021-12-08
Insert commented code in Interpreter.ml
Son Ho
1
-0
/
+48
2021-12-08
Rewrite more functions by using visitors
Son Ho
1
-34
/
+28
2021-12-08
Rewrite update_borrow by using visitors
Son Ho
1
-43
/
+50
2021-12-07
Make a minor modification
Son Ho
1
-1
/
+1
2021-12-07
Rewrite lookup_borrow_opt with visitors
Son Ho
1
-26
/
+28
2021-12-07
Update update_loan
Son Ho
1
-30
/
+8
2021-12-07
Rewrite lookup_loan_opt with visitors
Son Ho
1
-19
/
+8
2021-12-07
Add a sanity check
Son Ho
1
-8
/
+31
2021-12-07
Make update_loan_in_value work with visitors
Son Ho
1
-40
/
+1
2021-12-06
Make minor modifications
Son Ho
1
-0
/
+36
2021-12-06
Start rewriting some functions with visitors
Son Ho
1
-69
/
+86
2021-12-01
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
1
-105
/
+64
2021-12-01
Simplify the adt_value type
Son Ho
1
-23
/
+3
2021-12-01
Make a minor modification
Son Ho
1
-1
/
+0
2021-12-01
Cleanup a bit
Son Ho
1
-54
/
+53
2021-12-01
Factorize type_var and region_var
Son Ho
1
-1
/
+1
2021-12-01
Move some definitions to new files
Son Ho
1
-10
/
+3
2021-12-01
Move the var definition
Son Ho
1
-2
/
+2
2021-12-01
Merge statements and expressions into statements
Son Ho
1
-84
/
+67
2021-12-01
Add comments
Son Ho
1
-16
/
+17
2021-12-01
Add various comments
Son Ho
1
-13
/
+42
2021-11-30
Introduce [binder] and use them in place of [var] in the environments
Son Ho
1
-6
/
+2
2021-11-30
Do more cleanup
Son Ho
1
-10
/
+5
2021-11-30
Do more cleanup
Son Ho
1
-36
/
+36
2021-11-30
Do more cleanup
Son Ho
1
-42
/
+37
2021-11-30
Do more cleanup
Son Ho
1
-4
/
+3
2021-11-30
Cleanup a bit Interpreter.ml
Son Ho
1
-20
/
+17
2021-11-30
Remove the vector type for the Id module
Son Ho
1
-140
/
+68
2021-11-30
Debug box_free
Son Ho
1
-61
/
+87
2021-11-30
Fix an issue
Son Ho
1
-15
/
+55
2021-11-30
Replace the env parameters/return types with eval_ctx in many functions
Son Ho
1
-163
/
+166
2021-11-30
Make minor modifications
Son Ho
1
-27
/
+71
2021-11-30
Fix another bug
Son Ho
1
-4
/
+10
2021-11-30
Fix more bugs
Son Ho
1
-7
/
+42
2021-11-30
Fix another bug
Son Ho
1
-1
/
+5
2021-11-30
Fix another bug
Son Ho
1
-1
/
+4
2021-11-30
Add more debugging facilities
Son Ho
1
-1
/
+10
2021-11-30
Fix another bug
Son Ho
1
-4
/
+8
2021-11-30
Debug some issues in the interpreter
Son Ho
1
-2
/
+24
2021-11-29
Debug some issues
Son Ho
1
-6
/
+13
2021-11-29
Start deriving formatters for debugging
Son Ho
1
-9
/
+21
2021-11-29
Fix a small mistake
Son Ho
1
-3
/
+1
2021-11-29
Improve formatting
Son Ho
1
-2
/
+2
2021-11-29
Start fixing bugs in the unit test evaluation
Son Ho
1
-1
/
+7
2021-11-29
Fix some issues, introduce debugging log in the interpreter
Son Ho
1
-1
/
+20
2021-11-29
Test the unit functions
Son Ho
1
-6
/
+6
2021-11-29
Start working logging and make progress on printing ASTs
Son Ho
1
-0
/
+1
2021-11-29
Cleanup a bit to remove the warnings
Son Ho
1
-11
/
+23
[next]