summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-68/+117
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-1/+1
* Add some .mli filesSon Ho2022-11-071-56/+15
* Add ids to the dummy variablesSon Ho2022-11-071-16/+24
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-071-9/+4
* Fix an issue with drop_valueSon Ho2022-11-071-9/+11
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-33/+40
* Make minor updates to account for Charon's changesSon Ho2022-10-281-5/+4
* Take care of some TODOsSon Ho2022-10-281-1/+1
* Move some files to the Charon projectSon Ho2022-10-281-9/+9
* Fix some comment referencesSon Ho2022-10-271-7/+7
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-6/+7
* Reorganize a bit the projectSon Ho2022-10-271-0/+1370