index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
InterpreterBorrows.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Make some fixes
Son Ho
1
-9
/
+8
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
1
-27
/
+1
2023-02-03
Make minor modifications
Son Ho
1
-1
/
+7
2023-02-03
Improve merge_abstractions
Son Ho
1
-1
/
+71
2023-02-03
Make progress on the fixed point computation
Son Ho
1
-6
/
+45
2023-02-03
Make progress on the environment matches
Son Ho
1
-9
/
+21
2023-02-03
Make progress on environment matches and joins
Son Ho
1
-159
/
+488
2023-02-03
Make progress on environments matches and joins
Son Ho
1
-2
/
+4
2023-02-03
Start implementing support for loops
Son Ho
1
-71
/
+525
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-2
/
+2
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-28
/
+25
2022-11-07
Add some .mli files
Son Ho
1
-36
/
+44
2022-11-07
Update InterpreterBorrows
Son Ho
1
-70
/
+35
2022-11-07
Add ids to the dummy variables
Son Ho
1
-1
/
+1
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-28
/
+32
2022-10-28
Take care of some TODOs
Son Ho
1
-1
/
+1
2022-10-27
Fix some comment references
Son Ho
1
-5
/
+5
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-115
/
+115
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-1
/
+1
2022-06-29
Make minor modifications
Son Ho
1
-3
/
+16
2022-06-27
Add `can_end` in `abs` and use it for the return abs when generating the
Son Ho
1
-0
/
+3
2022-05-06
Factorize some code in InterpreterBorrows*
Son Ho
1
-49
/
+12
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-2
/
+2
2022-04-21
Work on pretty names
Son Ho
1
-5
/
+3
2022-04-20
Introduce mdplace to link meta information about the given back values
Son Ho
1
-6
/
+8
2022-02-08
Add an option to allow the presence of bottom values below borrows
Son Ho
1
-0
/
+15
2022-01-28
Make a lot of small modifications
Son Ho
1
-0
/
+3
2022-01-27
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
1
-7
/
+9
2022-01-27
Make give_back_symbolic_value fail in case we need to reinsert inside an
Son Ho
1
-2
/
+14
2022-01-27
Implement the borrow_content case of end_abstraction_borrows
Son Ho
1
-5
/
+31
2022-01-26
Fix a small issue in end_abstraction_loans: the loan_content case was
Son Ho
1
-0
/
+13
2022-01-26
Fix a bug in the end borrows/abs loop detection
Son Ho
1
-4
/
+4
2022-01-26
Fix various issues
Son Ho
1
-0
/
+1
2022-01-26
Add a meta-value in SharedBorrow to carry the shared value
Son Ho
1
-2
/
+2
2022-01-26
Replace other occurrences of mvalue with msymbolic_value
Son Ho
1
-4
/
+7
2022-01-25
Replace another occurrence of mvalue with msymbolic_value
Son Ho
1
-3
/
+1
2022-01-25
Use msymbolic_value instead of mvalue in some places in Values.aproj
Son Ho
1
-1
/
+1
2022-01-25
Add a SynthInputGivenBack case in Values.sv_kind
Son Ho
1
-4
/
+11
2022-01-21
Finish updating the calls to the synthesis functions to generate the
Son Ho
1
-10
/
+20
2022-01-21
Add invariant checks at the end of [end_borrow] and [end_abstraction]
Son Ho
1
-5
/
+13
2022-01-21
Update AProjLoans and AEndedProjLoans to take a list of given back
Son Ho
1
-93
/
+126
2022-01-20
Cleanup a bit InterpreterBorrows
Son Ho
1
-22
/
+14
2022-01-19
Make minor updates to InterpreterBorrows and InterpreterExpansion
Son Ho
1
-6
/
+10
2022-01-19
Make minor modifications
Son Ho
1
-3
/
+2
2022-01-19
Start updating the interpreter to make it CPS
Son Ho
1
-115
/
+182
2022-01-19
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
1
-153
/
+156
2022-01-19
Implement ty_has_borrow_under_mut
Son Ho
1
-1
/
+1
2022-01-19
Implement the sanity checks for consumption of symbolic values by
Son Ho
1
-6
/
+31
2022-01-18
Update the types and deserialization following charon's updates
Son Ho
1
-2
/
+5
[prev]
[next]