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
2022-01-19
Make minor modifications
Son Ho
1
-3
/
+2
2022-01-19
Start updating the interpreter to make it CPS
Son Ho
3
-115
/
+253
2022-01-19
Start working on Pure.ml
Son Ho
2
-0
/
+104
2022-01-19
Make a minor modification
Son Ho
1
-1
/
+1
2022-01-19
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
10
-244
/
+306
2022-01-19
Commit the forgotten Collections.ml
Son Ho
1
-0
/
+143
2022-01-19
Implement ty_has_borrow_under_mut
Son Ho
4
-64
/
+106
2022-01-19
Implement the sanity checks for consumption of symbolic values by
Son Ho
5
-9
/
+68
2022-01-18
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
8
-39
/
+34
2022-01-18
Implement ty_has_borrows and ty_has_nested_borrows
Son Ho
1
-0
/
+21
2022-01-18
Rename type_is_primitively_copyable to ty_is_...
Son Ho
5
-7
/
+7
2022-01-18
Update type_context to have to have a type info field, use maps instead
Son Ho
6
-36
/
+62
2022-01-18
Implement TypesAnalysis.analyze_ty
Son Ho
1
-4
/
+31
2022-01-18
Finish implementing TypesAnalysis.analyze_full_ty
Son Ho
1
-47
/
+65
2022-01-18
Start working on TypesAnalysis
Son Ho
2
-0
/
+225
2022-01-18
Derive ord for the types
Son Ho
2
-10
/
+15
2022-01-18
Make a minor modification
Son Ho
1
-0
/
+2
2022-01-18
Update the types and deserialization following charon's updates
Son Ho
9
-152
/
+146
2022-01-15
Introduce abs_kind, to keep track of abstractions' origins
Son Ho
3
-4
/
+15
2022-01-15
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
7
-30
/
+65
2022-01-15
Use the new collections
Son Ho
11
-138
/
+65
2022-01-15
Start working on Collections.ml
Son Ho
6
-26
/
+6
2022-01-14
Improve printing of symbolic values in abstractions
Son Ho
2
-21
/
+19
2022-01-14
Make minor modifications
Son Ho
1
-1
/
+2
2022-01-14
Fix give_back_symbolic_value
Son Ho
2
-24
/
+86
2022-01-14
Implement greedy expansion of symbolic variables and expansion before
Son Ho
14
-98
/
+259
2022-01-14
Update the TODOs
Son Ho
1
-2
/
+0
2022-01-14
Start working on greedy symbolic value expansion and expansion before
Son Ho
11
-62
/
+313
2022-01-14
Implement loop detection when ending borrows/abstractions
Son Ho
2
-39
/
+70
2022-01-14
Fix compilation errors
Son Ho
2
-6
/
+6
2022-01-14
Implement give_back_symbolic_value
Son Ho
3
-60
/
+26
2022-01-14
Make a minor modification
Son Ho
1
-6
/
+5
2022-01-14
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
10
-118
/
+226
2022-01-14
Make good progress on end_proj_loans_symbolic
Son Ho
2
-64
/
+257
2022-01-13
Make good progress on end_proj_loans_symbolic
Son Ho
3
-5
/
+173
2022-01-13
Add a small check in the invariants
Son Ho
1
-2
/
+8
2022-01-13
Update the projectors to ignore values when they don't contain regions
Son Ho
8
-189
/
+232
2022-01-13
Introduce "AIgnore" for the avalues
Son Ho
5
-8
/
+11
2022-01-13
Introduce ended borrow/loan projectors over symbolic values
Son Ho
5
-38
/
+57
2022-01-13
Start working on checking proj_loans over symbolic values when ending
Son Ho
2
-13
/
+45
2022-01-13
Make more updates to assignment and update ctx_pop_frame
Son Ho
3
-9
/
+67
2022-01-13
Start updating the assignment semantics
Son Ho
3
-20
/
+39
2022-01-13
Fix a small bug in projections_intersect and add more debugging output
Son Ho
4
-47
/
+75
2022-01-12
Remove the inner_outer parameter from end_borrow, etc.
Son Ho
3
-56
/
+33
2022-01-12
Update ctx_pop_frame to not drop the local variables
Son Ho
1
-33
/
+7
2022-01-12
Update end_borrow to check if there are loans in borrowed values
Son Ho
9
-191
/
+288
2022-01-12
Update some comments
Son Ho
1
-4
/
+7
2022-01-12
Introduce dummy variables and update assign_to_place
Son Ho
5
-14
/
+56
2022-01-12
Make minor modifications
Son Ho
3
-1
/
+7
2022-01-10
remove another warning
Jonathan Protzenko
1
-1
/
+0
[next]