summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor updatesSon Ho2024-03-171-7/+8
|
* Fix a small issue ollowing updates in CharonSon Ho2024-03-171-3/+8
|
* Add logging informationSon Ho2024-03-081-0/+7
|
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-221-9/+24
|
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-17/+30
|
* Rename some definitionsSon Ho2023-12-181-6/+6
|
* Update the interpreter to handle optional otherwise branchesSon Ho2023-12-131-1/+4
|
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-2/+2
|
* Update following changes in CharonSon Ho2023-12-051-383/+413
|
* Add span information to the generated codeSon Ho2023-11-211-1/+1
|
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+0
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-226/+212
|
* Make minor modificationsSon Ho2023-11-131-3/+27
|
* Add RegionsHierarchy.mlSon Ho2023-11-131-1/+1
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-19/+19
|
* Prefix variants related to types with "T"Son Ho2023-11-121-4/+4
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-64/+54
|
* Add some debugging informationSon Ho2023-10-241-0/+7
|
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-94/+6
|
* Start updating to handle function pointersSon Ho2023-10-201-34/+44
|
* Add supSon Ho2023-10-131-1/+1
|
* Cleanup a bitSon Ho2023-09-191-10/+10
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-61/+0
|
* Make progress on correctly extracting trait method callsSon Ho2023-09-171-13/+20
|
* Update the handling of calls to trait impl methodsSon Ho2023-09-171-8/+67
|
* Fix a minor issueSon Ho2023-09-171-2/+2
|
* Fix some issues with calls to trait methodsSon Ho2023-09-171-2/+7
|
* Fix some issuesSon Ho2023-09-131-0/+7
|
* Make minor modificationsSon Ho2023-09-131-2/+6
|
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-24/+102
|
* Implement handling of trait method function callsSon Ho2023-09-101-66/+115
|
* Update PureMicroPassesSon Ho2023-09-011-1/+1
|
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-1/+1
|
* Start adding support for traitsSon Ho2023-08-311-151/+154
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-95/+103
|
* Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-071-4/+4
|
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-1/+1
|
* Fix issuesSon Ho2023-08-031-5/+2
|
* Make progressSon Ho2023-08-021-22/+27
|
* Make progressSon Ho2023-08-021-36/+56
|
* Make progress proapagating the changesSon Ho2023-08-021-19/+22
|
* Add more loop examples and fix issuesSon Ho2023-02-031-2/+2
|
* Fix some bugsSon Ho2023-02-031-4/+4
|
* Make progress on Interpreter.mlSon Ho2023-02-031-16/+23
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-3/+4
|
* Start implementing support for loopsSon Ho2023-02-031-52/+19
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-2/+2
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-10/+8
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-16/+18
|
* Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho2022-11-101-3/+1
|