summaryrefslogtreecommitdiff
path: root/src/Contexts.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-0/+19
2022-01-27Introduce Contexts.fun_contextSon Ho1-2/+4
2022-01-21Start working on the generation of the symbolic ASTSon Ho1-1/+5
2022-01-20Fix a minor issue in expand_symbolic_valueSon Ho1-0/+2
2022-01-20Update a commentSon Ho1-4/+15
2022-01-20Fix a commentSon Ho1-1/+1
2022-01-20Make minor modificationsSon Ho1-0/+27
2022-01-18Update type_context to have to have a type info field, use maps insteadSon Ho1-4/+5
2022-01-18Update the types and deserialization following charon's updatesSon Ho1-1/+1
2022-01-15Use the new collectionsSon Ho1-2/+2
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-2/+41
2022-01-12Update end_borrow to check if there are loans in borrowed valuesSon Ho1-3/+11
2022-01-12Introduce dummy variables and update assign_to_placeSon Ho1-8/+37
2022-01-06CleanupSon Ho1-2/+2
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho1-23/+40
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-0/+1
2022-01-05Make good progress on eval_local_function_call_symbolicSon Ho1-0/+10
2022-01-05Prepare the terrain for evaluation of function calls in symbolic modeSon Ho1-1/+3
2022-01-05Implement the symbolic case of eval_rvalue_discriminantSon Ho1-1/+2
2022-01-05Introduce the type_context definitionSon Ho1-2/+4
2022-01-03Start working on end_abstractionSon Ho1-0/+13
2022-01-03Cleanup a bit to remove warningsSon Ho1-3/+3
2021-12-17Use eval_ctx instead of env in many functions of the interpreterSon Ho1-0/+20
2021-12-17Implement the avalue cases of give_back_valueSon Ho1-1/+0
2021-12-17Rename some methodsSon Ho1-8/+8
2021-12-17Rewrite give_back_value with visitorsSon Ho1-14/+21
2021-12-08Update the env frame iterators to prepare support for abstractionsSon Ho1-50/+21
2021-12-08Generate iterators for Contexts.envSon Ho1-4/+39
2021-12-08Rename env_value to env_elemSon Ho1-12/+10
2021-12-08Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho1-1/+4
2021-12-07Add iterators over whole environmentsSon Ho1-1/+44
2021-12-07Implement map_frame_concreteSon Ho1-2/+24
2021-12-07Implement the visitor iter_frame_concreteSon Ho1-0/+20
2021-11-30Introduce [binder] and use them in place of [var] in the environmentsSon Ho1-4/+16
2021-11-30Remove the vector type for the Id moduleSon Ho1-3/+3
2021-11-30Debug some issues in the interpreterSon Ho1-15/+22
2021-11-29Derive more printing functionsSon Ho1-2/+5
2021-11-29Start working logging and make progress on printing ASTsSon Ho1-2/+0
2021-11-26Make progress on evaluate_non_local_function_callSon Ho1-0/+4
2021-11-26Make good progress on eval_local_function_callSon Ho1-0/+31
2021-11-26Update the env definition to make the frames easier to manipulateSon Ho1-12/+9
2021-11-25Use var instead of VarId.id in environmentsSon Ho1-7/+12
2021-11-25Start working on eval_local_function_callSon Ho1-0/+4
2021-11-25Implement the Aggregate branch of eval_rvalueSon Ho1-0/+3
2021-11-24Implement eval_unary_opSon Ho1-2/+0
2021-11-24Start refactoring the codeSon Ho1-3/+30
2021-11-24Update activate_inactivated_mut_borrowSon Ho1-2/+0
2021-11-23Implement copy_valueSon Ho1-4/+4
2021-11-23Implement formatting for eval_ctxSon Ho1-15/+27
2021-11-23Move some definitions to Contexts.ml and reactivate the warningsSon Ho1-0/+49