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
/
InterpreterStatements.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the sanity checks for consumption of symbolic values by
Son Ho
2022-01-19
1
-1
/
+5
*
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
2022-01-18
1
-1
/
+4
*
Update the types and deserialization following charon's updates
Son Ho
2022-01-18
1
-12
/
+19
*
Introduce abs_kind, to keep track of abstractions' origins
Son Ho
2022-01-15
1
-3
/
+4
*
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
2022-01-15
1
-1
/
+1
*
Use the new collections
Son Ho
2022-01-15
1
-1
/
+1
*
Start working on Collections.ml
Son Ho
2022-01-15
1
-1
/
+1
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-3
/
+4
*
Update the TODOs
Son Ho
2022-01-14
1
-2
/
+0
*
Start working on greedy symbolic value expansion and expansion before
Son Ho
2022-01-14
1
-0
/
+8
*
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
2022-01-14
1
-1
/
+3
*
Update the projectors to ignore values when they don't contain regions
Son Ho
2022-01-13
1
-2
/
+2
*
Make more updates to assignment and update ctx_pop_frame
Son Ho
2022-01-13
1
-4
/
+38
*
Start updating the assignment semantics
Son Ho
2022-01-13
1
-4
/
+8
*
Update ctx_pop_frame to not drop the local variables
Son Ho
2022-01-12
1
-33
/
+7
*
Update end_borrow to check if there are loans in borrowed values
Son Ho
2022-01-12
1
-1
/
+1
*
Update some comments
Son Ho
2022-01-12
1
-4
/
+7
*
Introduce dummy variables and update assign_to_place
Son Ho
2022-01-12
1
-3
/
+12
*
Make minor modifications
Son Ho
2022-01-12
1
-0
/
+4
*
Factorize initialize_symbolic_context_for_fun and
Son Ho
2022-01-07
1
-29
/
+58
*
Make more modifications to logging
Son Ho
2022-01-07
1
-6
/
+9
*
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
2022-01-07
1
-2
/
+15
*
Make the symbolic, borrow, region and abstration counters global and
Son Ho
2022-01-06
1
-7
/
+5
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-19
/
+10
*
Make a minor modification
Son Ho
2022-01-06
1
-1
/
+3
*
Fix some issues when evaluating assertions
Son Ho
2022-01-06
1
-6
/
+48
*
Make minor modifications
Son Ho
2022-01-06
1
-6
/
+7
*
Implement tests for the symbolic interpreter
Son Ho
2022-01-06
1
-1
/
+1
*
Make good progress on implementing utilities to test symbolic execution
Son Ho
2022-01-06
1
-45
/
+56
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-4
/
+0
*
Move some definitions
Son Ho
2022-01-06
1
-0
/
+20
*
Move some definitions from Interpreter to InterpreterStatements
Son Ho
2022-01-06
1
-0
/
+894