index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove g_value, g_typed_value, etc. to make values and abstract values
Son Ho
2021-12-08
4
-143
/
+183
*
Insert commented code in Interpreter.ml
Son Ho
2021-12-08
1
-0
/
+48
*
Make the map visitors non-polymorphic
Son Ho
2021-12-08
1
-22
/
+97
*
Rewrite more functions by using visitors
Son Ho
2021-12-08
1
-33
/
+27
*
Rewrite update_borrow by using visitors
Son Ho
2021-12-08
1
-43
/
+50
*
Make a minor modification
Son Ho
2021-12-07
1
-1
/
+1
*
Rewrite lookup_borrow_opt with visitors
Son Ho
2021-12-07
1
-26
/
+28
*
Update the formatting for the logger
Son Ho
2021-12-07
1
-2
/
+128
*
Update update_loan
Son Ho
2021-12-07
1
-30
/
+8
*
Rewrite lookup_loan_opt with visitors
Son Ho
2021-12-07
1
-19
/
+8
*
Add iterators over whole environments
Son Ho
2021-12-07
1
-1
/
+44
*
Implement map_frame_concrete
Son Ho
2021-12-07
1
-2
/
+24
*
Implement the visitor iter_frame_concrete
Son Ho
2021-12-07
1
-0
/
+20
*
Add a sanity check
Son Ho
2021-12-07
1
-8
/
+31
*
Make update_loan_in_value work with visitors
Son Ho
2021-12-07
1
-40
/
+1
*
Cleanup a bit
Son Ho
2021-12-07
1
-103
/
+3
*
Update map_typed_value and make map_typed_avalue work
Son Ho
2021-12-07
1
-136
/
+127
*
Make the map_g_typed_value visitor polymorphic
Son Ho
2021-12-07
1
-57
/
+55
*
Fix Print.ml
Son Ho
2021-12-07
1
-6
/
+6
*
Start working on map_typed_value
Son Ho
2021-12-07
1
-1
/
+115
*
Implement map_typed_value
Son Ho
2021-12-07
1
-0
/
+64
*
Add comments
Son Ho
2021-12-07
1
-1
/
+15
*
Start implementing monomorphic versions of the map visitors
Son Ho
2021-12-07
1
-80
/
+154
*
Make minor modifications
Son Ho
2021-12-06
2
-4
/
+40
*
Start rewriting some functions with visitors
Son Ho
2021-12-06
1
-69
/
+86
*
Cleanup a bit
Son Ho
2021-12-06
1
-152
/
+0
*
Implement map visitors for values
Son Ho
2021-12-06
1
-1
/
+242
*
Add a comment
Son Ho
2021-12-03
1
-0
/
+1
*
Reorder definitions in Values.ml
Son Ho
2021-12-03
1
-32
/
+30
*
Implement iter visitors for typed_avalue
Son Ho
2021-12-03
1
-18
/
+41
*
Make minor modifications
Son Ho
2021-12-03
1
-1
/
+2
*
Add code to derive polymorphic visitors for g_typed_value and typed_value
Son Ho
2021-12-03
2
-9
/
+47
*
Make minor modifications
Son Ho
2021-12-03
2
-6
/
+2
*
Make minor cleanup
Son Ho
2021-12-03
1
-3
/
+2
*
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
2021-12-01
8
-197
/
+148
*
Merge value and avalue
Son Ho
2021-12-01
2
-90
/
+105
*
Start factorizing value
Son Ho
2021-12-01
1
-13
/
+37
*
Simplify the adt_value type
Son Ho
2021-12-01
3
-32
/
+11
*
Make a minor modification
Son Ho
2021-12-01
1
-1
/
+0
*
Cleanup a bit
Son Ho
2021-12-01
5
-59
/
+51
*
Factorize type_var and region_var
Son Ho
2021-12-01
5
-22
/
+16
*
Reimplement [erase_regions] with the substitution functions
Son Ho
2021-12-01
2
-25
/
+4
*
Move some definitions to new files
Son Ho
2021-12-01
6
-58
/
+64
*
Move the var definition
Son Ho
2021-12-01
6
-24
/
+23
*
Merge statements and expressions into statements
Son Ho
2021-12-01
5
-172
/
+128
*
Add comments
Son Ho
2021-12-01
2
-16
/
+18
*
Add various comments
Son Ho
2021-12-01
4
-15
/
+54
*
Make minor cleanup
Son Ho
2021-11-30
2
-7
/
+2
*
Introduce [binder] and use them in place of [var] in the environments
Son Ho
2021-11-30
4
-13
/
+28
*
Do more cleanup
Son Ho
2021-11-30
1
-10
/
+5
[next]