summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrowsCore.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding markersSon Ho2024-05-241-22/+44
* Rename meta into spanAymeric Fromherz2024-05-241-97/+97
* Cleanup a bit and improve the error messagesSon Ho2024-04-071-2/+2
* Cleanup and fix a mistakeSon Ho2024-03-291-1/+1
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-5/+13
* added file and line arg to craise and cassertEscherichia2024-03-291-49/+49
* formattingEscherichia2024-03-281-55/+63
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-27/+27
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-6/+6
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...Escherichia2024-03-281-1/+1
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-12/+12
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-86/+89
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-6/+6
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-169/+156
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-52/+53
* Prefix variants related to types with "T"Son Ho2023-11-121-5/+5
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-14/+26
* Start adding support for traitsSon Ho2023-08-311-4/+12
* Make progress proapagating the changesSon Ho2023-08-021-6/+9
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-3/+3
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-1/+1
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-5/+7
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-12/+25
* Make progress on checking that two environments are equivalentSon Ho2023-02-031-36/+0
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-6/+1
* Make progress on the fixed point computationSon Ho2023-02-031-5/+24
* Make progress on environment matches and joinsSon Ho2023-02-031-0/+14
* Start implementing support for loopsSon Ho2023-02-031-9/+28
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-6/+6
* Add some .mli filesSon Ho2022-11-071-8/+9
* Add ids to the dummy variablesSon Ho2022-11-071-1/+3
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-071-2/+2
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-15/+16
* Reorganize a bit the projectSon Ho2022-10-271-0/+1181