index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rewrite lookup_borrow_opt with visitors
Son Ho
2021-12-07
1
-26
/
+28
|
*
Make minor modifications to the Makefile
Son Ho
2021-12-07
1
-5
/
+12
|
*
Add comments in the Makefile
Son Ho
2021-12-07
1
-0
/
+4
|
*
Update the .gitignore
Son Ho
2021-12-07
1
-1
/
+3
|
*
Move files around
Son Ho
2021-12-07
2
-2
/
+3
|
*
Update the Makefile to make sure the execution trace always remains the
Son Ho
2021-12-07
2
-1
/
+16977
|
|
|
|
same
*
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
-152
/
+143
|
*
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
-82
/
+156
|
*
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
-198
/
+149
|
|
|
|
definitions
*
Merge value and avalue
Son Ho
2021-12-01
2
-92
/
+107
|
*
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
-63
/
+55
|
*
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
|
*
Do more cleanup
Son Ho
2021-11-30
1
-36
/
+36
|
[next]