summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrows.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and fix a mistakeSon Ho2024-03-291-16/+13
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-24/+64
* added file and line arg to craise and cassertEscherichia2024-03-291-129/+129
* formattingEscherichia2024-03-281-123/+194
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-66/+66
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-27/+27
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-66/+66
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-46/+46
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-5/+5
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-243/+244
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-1/+8
* Do not fail in end_abstraction_aux if the abs disappearedSon Ho2024-03-081-61/+73
* Rename some definitionsSon Ho2023-12-181-6/+6
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-11/+8
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-44/+16
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-2/+2
* Update following changes in CharonSon Ho2023-12-051-4/+4
* Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-271-2/+2
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-387/+360
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-170/+168
* Prefix variants related to types with "T"Son Ho2023-11-121-2/+2
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-26/+26
* Add support for the trait associated constantsSon Ho2023-09-101-1/+1
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
* Fix issuesSon Ho2023-08-031-2/+2
* Make progress proapagating the changesSon Ho2023-08-021-2/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-12/+3
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-42/+91
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-031-1/+19
* Fix another bugSon Ho2023-02-031-1/+7
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-6/+8
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-64/+101
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-1/+1
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-7/+6
* Make more fixesSon Ho2023-02-031-39/+63
* Make some fixesSon Ho2023-02-031-9/+8
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-27/+1
* Make minor modificationsSon Ho2023-02-031-1/+7
* Improve merge_abstractionsSon Ho2023-02-031-1/+71
* Make progress on the fixed point computationSon Ho2023-02-031-6/+45
* Make progress on the environment matchesSon Ho2023-02-031-9/+21
* Make progress on environment matches and joinsSon Ho2023-02-031-159/+488
* Make progress on environments matches and joinsSon Ho2023-02-031-2/+4
* Start implementing support for loopsSon Ho2023-02-031-71/+525
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-2/+2
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-28/+25
* Add some .mli filesSon Ho2022-11-071-36/+44
* Update InterpreterBorrowsSon Ho2022-11-071-70/+35
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-28/+32