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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
Rename some functions
Son Ho
2
-6
/
+6
2021-12-17
Fix some issues
Son Ho
1
-5
/
+8
2021-12-17
Take the abstract shared borrows into account
Son Ho
2
-12
/
+74
2021-12-17
Change the definition of abstract_shared_borrows
Son Ho
3
-24
/
+30
2021-12-17
Make progress on apply_proj_borrows
Son Ho
1
-17
/
+59
2021-12-17
Use RegionVarId and RegionId in a more consistent manner
Son Ho
7
-37
/
+86
2021-12-17
Start working on projections_intersect and apply_proj_borrows
Son Ho
2
-2
/
+75
2021-12-17
Implement the ASharedLoan case of reborrow_shared
Son Ho
1
-1
/
+7
2021-12-17
Make minor modifications
Son Ho
1
-3
/
+3
2021-12-17
Implement give_back_avalue and update give_back_in_env
Son Ho
1
-9
/
+117
2021-12-17
Implement the avalue cases of give_back_shared
Son Ho
1
-7
/
+34
2021-12-17
Rewrite give_back_shared with visitors
Son Ho
1
-61
/
+52
2021-12-17
Implement the avalue cases of give_back_value
Son Ho
4
-14
/
+95
2021-12-17
Rename some methods
Son Ho
1
-8
/
+8
2021-12-17
Rewrite give_back_value with visitors
Son Ho
2
-28
/
+40
2021-12-17
Start updating give_back_value
Son Ho
2
-54
/
+33
2021-12-17
Update a comment
Son Ho
1
-1
/
+2
2021-12-17
Make minor modifications
Son Ho
2
-0
/
+14
2021-12-17
Finish implementing visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
2
-3
/
+36
2021-12-17
Start working on visit_ABorrow for end_borrow_get_borrow_in_env
Son Ho
1
-2
/
+6
2021-12-17
Implement the visit_ALoan case for end_borrow_get_borrow_in_env
Son Ho
2
-3
/
+56
2021-12-15
Parsing of command-line arguments
Jonathan Protzenko
2
-3
/
+27
2021-12-14
Make minor modifications
Son Ho
1
-3
/
+10
2021-12-14
Start updating end_borrow_in_env to take abstractions into account
Son Ho
2
-101
/
+223
2021-12-08
Implement update_{aloan, aborrow}
Son Ho
2
-21
/
+105
2021-12-08
Start updating functions like {lookup,update}_{loan,borrow}_content
Son Ho
1
-25
/
+64
2021-12-08
Make more progress on preparing support for abstractions
Son Ho
1
-19
/
+44
2021-12-08
Update the env frame iterators to prepare support for abstractions
Son Ho
2
-56
/
+39
2021-12-08
Generate iterators for Contexts.env
Son Ho
1
-4
/
+39
2021-12-08
Derive iterators for Values.abs
Son Ho
1
-5
/
+22
2021-12-08
Remove a TODO
Son Ho
1
-1
/
+0
2021-12-08
Rename env_value to env_elem
Son Ho
3
-19
/
+16
2021-12-08
Make minor modifications
Son Ho
3
-75
/
+16
2021-12-08
Make minor modifications
Son Ho
1
-7
/
+6
2021-12-08
Add a comment
Son Ho
1
-0
/
+4
2021-12-08
Revert the implementation of copy_value
Son Ho
1
-90
/
+39
2021-12-08
Rewrite copy_value
Son Ho
1
-31
/
+144
2021-12-08
Cleanup a bit
Son Ho
1
-90
/
+0
2021-12-08
Reimplement drop_borrows_loans_at_place
Son Ho
1
-77
/
+155
2021-12-08
Reimplement end_loans_at_place with iterators
Son Ho
1
-42
/
+36
2021-12-08
Reimplement reborrow_shared with visitors
Son Ho
1
-37
/
+25
2021-12-08
Change the signature of end_borrow_get_borrow_in_env
Son Ho
1
-43
/
+33
2021-12-08
Reimplement end_borrow_get_borrow_in_env
Son Ho
1
-109
/
+80
2021-12-08
Rewrite some functions which use visitors to insert exhaustive matches
Son Ho
1
-106
/
+114
2021-12-08
Cleanup a bit
Son Ho
1
-315
/
+0
2021-12-08
Remove g_value, g_typed_value, etc. to make values and abstract values
Son Ho
4
-144
/
+184
2021-12-08
Insert commented code in Interpreter.ml
Son Ho
1
-0
/
+48
2021-12-08
Make the map visitors non-polymorphic
Son Ho
1
-22
/
+97
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
[next]