summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update charonNadrieril2024-06-211-1/+1
* `predicates` got merged into `generic_params`Nadrieril2024-06-211-1/+1
* Relax some constraints in the symbolic execution when borrow-checkingSon Ho2024-06-051-6/+30
* Implement a BorrowCheck.borrow_check_crateSon Ho2024-06-051-5/+13
* Remove the options from the functions synthesizing the symbolic ASTSon Ho2024-05-301-100/+88
* Rename meta into spanAymeric Fromherz2024-05-241-37/+37
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-172/+166
* Reformat some filesSon Ho2024-04-221-11/+20
* item_metaNadrieril2024-04-181-28/+28
* Improve the error messages furtherSon Ho2024-04-071-0/+12
* added Error and EError to expressions and propagated related changesEscherichia2024-04-031-1/+2
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-2/+5
* added file and line arg to craise and cassertEscherichia2024-03-291-12/+12
* formattingEscherichia2024-03-281-18/+25
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-8/+8
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-2/+2
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-3/+3
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-8/+8
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-43/+44
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-10/+10
* Update the generation of namesSon Ho2024-03-111-3/+3
* Fix some issuesSon Ho2024-03-081-0/+1
* Make progress on fixing the loopsSon Ho2024-03-081-5/+20
* Rename some definitionsSon Ho2023-12-181-4/+4
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-1/+1
* Update following changes in CharonSon Ho2023-12-051-2/+2
* Use the name matcher implemented in CharonSon Ho2023-11-201-1/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-122/+128
* Normalize the types when computing the regions hierarchiesSon Ho2023-11-131-0/+1
* Make minor modificationsSon Ho2023-11-131-7/+8
* Add RegionsHierarchy.mlSon Ho2023-11-131-8/+20
* Prefix variants related to types with "T"Son Ho2023-11-121-1/+1
* Rename some variantsSon Ho2023-11-121-1/+1
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+5
* Fix a small issueSon Ho2023-10-161-11/+53
* Normalize the function signatures before translation to pureSon Ho2023-09-171-38/+9
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-4/+8
* Fix some issuesSon Ho2023-09-131-14/+50
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-30/+58
* Start adding support for traitsSon Ho2023-08-311-57/+39
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+10
* Update the code following a refactor on Charon's sideSon Ho2023-08-081-5/+11
* Make minor modificationsSon Ho2023-08-021-1/+1
* Make progress proapagating the changesSon Ho2023-08-021-15/+28
* Remove the symbolic interpreter testsSon Ho2023-06-041-30/+0
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-3/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-37/+60
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+2
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-1/+1