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
/
InterpreterProjectors.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
1
-3
/
+1
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
1
-2
/
+1
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-4
/
+4
2023-02-03
Make progress on the environment matches
Son Ho
1
-6
/
+25
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-7
/
+7
2022-11-07
Add some .mli files
Son Ho
1
-52
/
+2
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-23
/
+27
2022-10-27
Reformat the code
Son Ho
1
-1
/
+2
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-4
/
+4
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
-24
/
+24
2022-01-26
Add a meta-value in SharedBorrow to carry the shared value
Son Ho
1
-4
/
+4
2022-01-21
Start working on the generation of the symbolic AST
Son Ho
1
-10
/
+3
2022-01-19
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
1
-3
/
+6
2022-01-15
Use the new collections
Son Ho
1
-7
/
+7
2022-01-14
Implement greedy expansion of symbolic variables and expansion before
Son Ho
1
-2
/
+2
2022-01-14
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
1
-3
/
+5
2022-01-13
Update the projectors to ignore values when they don't contain regions
Son Ho
1
-177
/
+187
2022-01-13
Fix a small bug in projections_intersect and add more debugging output
Son Ho
1
-4
/
+21
2022-01-07
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
1
-10
/
+17
2022-01-06
Cleanup
Son Ho
1
-5
/
+2
2022-01-06
Make the symbolic, borrow, region and abstration counters global and
Son Ho
1
-7
/
+1
2022-01-06
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
1
-16
/
+17
2022-01-06
Implement a small improvement for apply_reborrows
Son Ho
1
-3
/
+10
2022-01-06
Fix some bugs
Son Ho
1
-0
/
+4
2022-01-06
Move more definitions and do more cleanup
Son Ho
1
-0
/
+7
2022-01-06
Cleanup and reorganize
Son Ho
1
-0
/
+1
2022-01-06
Cleanup a bit more the dependencies and activate more warnings/errors
Son Ho
1
-4
/
+1
2022-01-06
Cleanup the dependencies a bit
Son Ho
1
-2
/
+0
2022-01-06
Move some functions from Interpreter to InterpreterProjectors
Son Ho
1
-0
/
+505