summaryrefslogtreecommitdiff
path: root/src/InterpreterStatements.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-8/+8
* Add support for "fused" match branchesSon Ho2022-02-221-1/+13
* Make minor modifications in InterpreterStatementsSon Ho2022-02-091-4/+11
* Fix another issue in set_discriminantSon Ho2022-02-081-3/+17
* Add an option to allow the presence of bottom values below borrowsSon Ho2022-02-081-0/+17
* Fix more issuesSon Ho2022-02-081-23/+36
* Make a minor modification to `drop_value`Son Ho2022-02-081-2/+5
* Make progress on implementing support for types and functions likeSon Ho2022-02-081-14/+14
* Start adding more assumed types and functionsSon Ho2022-02-081-5/+17
* Generate meta-information for the assignmentsSon Ho2022-01-281-4/+15
* Generate meta-information for assignments in the symbolic ASTSon Ho2022-01-271-17/+21
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-1/+1
* Add meta information for the variable names in SymbolicAstSon Ho2022-01-271-8/+19
* Implement Translate.translate_functionSon Ho2022-01-271-0/+3
* Make good progress on generating the symbolic AST for the backwardSon Ho2022-01-261-18/+56
* Cleanup a bitSon Ho2022-01-261-7/+6
* Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho2022-01-261-68/+13
* Start working on signatures for the assumed functionsSon Ho2022-01-261-1/+2
* Make the back_id field non optional in Values.absSon Ho2022-01-251-1/+0
* Make progress on SymbolicToPure.translate_end_abstractionSon Ho2022-01-251-1/+5
* Replace BackwardFunctionId with RegionGroupIdSon Ho2022-01-251-2/+2
* Finish updating the calls to the synthesis functions to generate theSon Ho2022-01-211-11/+9
* Start working on the generation of the symbolic ASTSon Ho2022-01-211-3/+17
* Make minor modifications for the invariants checksSon Ho2022-01-211-10/+2
* Cleanup a bit InterpreterStatements following compiler warningsSon Ho2022-01-201-6/+4
* Finish updating InterpreterStatementsSon Ho2022-01-201-85/+101
* Make various style modificationsSon Ho2022-01-201-7/+11
* Make good progress on updating InterpreterStatements to use CPSSon Ho2022-01-201-443/+546
* Implement the sanity checks for consumption of symbolic values bySon Ho2022-01-191-1/+5
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-181-1/+4
* Update the types and deserialization following charon's updatesSon Ho2022-01-181-12/+19
* Introduce abs_kind, to keep track of abstractions' originsSon Ho2022-01-151-3/+4
* Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho2022-01-151-1/+1
* Use the new collectionsSon Ho2022-01-151-1/+1
* Start working on Collections.mlSon Ho2022-01-151-1/+1
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-3/+4
* Update the TODOsSon Ho2022-01-141-2/+0
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-0/+8
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+3
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-2/+2
* Make more updates to assignment and update ctx_pop_frameSon Ho2022-01-131-4/+38
* Start updating the assignment semanticsSon Ho2022-01-131-4/+8
* Update ctx_pop_frame to not drop the local variablesSon Ho2022-01-121-33/+7
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-121-1/+1
* Update some commentsSon Ho2022-01-121-4/+7
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-121-3/+12
* Make minor modificationsSon Ho2022-01-121-0/+4
* Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-071-29/+58
* Make more modifications to loggingSon Ho2022-01-071-6/+9
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-2/+15