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
/
Values.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-29
Make minor cleaning
Son Ho
1
-0
/
+2
2022-01-27
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
1
-0
/
+4
2022-01-26
Add a meta-value in SharedBorrow to carry the shared value
Son Ho
1
-16
/
+38
2022-01-26
Replace other occurrences of mvalue with msymbolic_value
Son Ho
1
-2
/
+8
2022-01-25
Replace another occurrence of mvalue with msymbolic_value
Son Ho
1
-1
/
+1
2022-01-25
Use msymbolic_value instead of mvalue in some places in Values.aproj
Son Ho
1
-6
/
+2
2022-01-25
Start working on typed_avalue_to_consumed
Son Ho
1
-1
/
+7
2022-01-25
Make the back_id field non optional in Values.abs
Son Ho
1
-6
/
+7
2022-01-25
Add a SynthInputGivenBack case in Values.sv_kind
Son Ho
1
-2
/
+2
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-1
/
+7
2022-01-25
Replace BackwardFunctionId with RegionGroupId
Son Ho
1
-3
/
+1
2022-01-25
Start working on translate_end_abstraction
Son Ho
1
-4
/
+6
2022-01-24
Start working on printing for symbolic AST
Son Ho
1
-1
/
+15
2022-01-21
Start working on the generation of the symbolic AST
Son Ho
1
-0
/
+28
2022-01-21
Update AProjLoans and AEndedProjLoans to take a list of given back
Son Ho
1
-18
/
+52
2022-01-19
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
1
-23
/
+63
2022-01-19
Implement the sanity checks for consumption of symbolic values by
Son Ho
1
-0
/
+4
2022-01-15
Introduce abs_kind, to keep track of abstractions' origins
Son Ho
1
-0
/
+10
2022-01-15
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
1
-1
/
+27
2022-01-15
Use the new collections
Son Ho
1
-5
/
+5
2022-01-14
Improve printing of symbolic values in abstractions
Son Ho
1
-3
/
+3
2022-01-14
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
1
-13
/
+44
2022-01-13
Make good progress on end_proj_loans_symbolic
Son Ho
1
-0
/
+1
2022-01-13
Update the projectors to ignore values when they don't contain regions
Son Ho
1
-2
/
+5
2022-01-13
Introduce "AIgnore" for the avalues
Son Ho
1
-0
/
+1
2022-01-13
Introduce ended borrow/loan projectors over symbolic values
Son Ho
1
-0
/
+2
2022-01-12
Make minor modifications
Son Ho
1
-1
/
+1
2022-01-07
Factorize initialize_symbolic_context_for_fun and
Son Ho
1
-1
/
+2
2022-01-07
Add a high-level comment
Son Ho
1
-0
/
+8
2022-01-07
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
1
-6
/
+41
2022-01-06
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
1
-35
/
+10
2022-01-06
Fix some bugs
Son Ho
1
-1
/
+5
2022-01-06
Generate iterators for statement
Son Ho
1
-4
/
+4
2022-01-05
Finish implementing eval_local_function_call_symbolic
Son Ho
1
-3
/
+0
2022-01-05
Make good progress on eval_local_function_call_symbolic
Son Ho
1
-1
/
+1
2022-01-05
Update some comments
Son Ho
1
-0
/
+4
2022-01-05
Add comments about symbolic values
Son Ho
1
-2
/
+5
2022-01-04
Start working on invariant checking
Son Ho
1
-4
/
+4
2022-01-04
Add a sanity check to make sure symbolic values disappear after
Son Ho
1
-2
/
+10
2022-01-04
Fix a few mistakes with symbolic values and their types
Son Ho
1
-1
/
+9
2022-01-04
Update expand_symbolic_value_shared_borrow to reborrow also in the
Son Ho
1
-1
/
+3
2022-01-04
Fix a few issues with [apply_symbolic_expansion_to_avalues]
Son Ho
1
-0
/
+2
2022-01-03
Update the functions to activate inactivated borrows
Son Ho
1
-5
/
+20
2022-01-03
Make progress on end_abstraction_borrows and start implementing
Son Ho
1
-1
/
+16
2022-01-03
Start implementing end_abstraction_borrow
Son Ho
1
-1
/
+2
2022-01-03
Replace AProjSharedLoan with AIgnoredSharedLoan
Son Ho
1
-2
/
+1
2022-01-03
Add detailed comments to aloan_content and aborrow_content
Son Ho
1
-17
/
+200
2021-12-17
Add a comment
Son Ho
1
-1
/
+2
2021-12-17
Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}
Son Ho
1
-4
/
+4
2021-12-17
Implement apply_reborrows
Son Ho
1
-1
/
+2
[next]