summaryrefslogtreecommitdiff
path: root/compiler/Print.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make minor modificationsSon Ho2024-06-031-0/+1
* More lisible sign for proj_right pretty-printingAymeric Fromherz2024-05-301-1/+1
* Start adding markersSon Ho2024-05-241-4/+14
* Rename meta into spanAymeric Fromherz2024-05-241-68/+68
* Cleanup a bit and improve the error messagesSon Ho2024-04-071-0/+1
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-3/+6
* added file and line arg to craise and cassertEscherichia2024-03-291-6/+6
* formattingEscherichia2024-03-281-74/+93
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-67/+67
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-67/+68
* Make minor updatesSon Ho2024-03-171-0/+4
* Make progress on fixing the loopsSon Ho2024-03-081-0/+4
* Update Print.mlSon Ho2024-03-081-8/+8
* Rename some definitionsSon Ho2023-12-181-5/+5
* Update following changes in CharonSon Ho2023-12-051-14/+11
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+2
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-1/+0
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-395/+291
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-12/+13
* 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-143/+59
* Update following the addition of raw pointersSon Ho2023-10-251-6/+24
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-11/+0
* Start updating to handle function pointersSon Ho2023-10-201-0/+23
* Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+19
* Fix some issuesSon Ho2023-09-131-0/+4
* Fix more issuesSon Ho2023-09-131-0/+22
* Make minor modificationsSon Ho2023-09-131-7/+15
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-0/+8
* Start adding support for traitsSon Ho2023-08-311-6/+51
* Fix issuesSon Ho2023-08-031-1/+5
* Make minor modificationsSon Ho2023-08-021-15/+25
* Make progress proapagating the changesSon Ho2023-08-021-1/+1
* Start adding support for const genericsSon Ho2023-08-011-7/+28
* Implement a pass to filter shallow borrowsSon Ho2023-02-031-1/+1
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+1
* Fix another bugSon Ho2023-02-031-20/+52
* Fix some bugsSon Ho2023-02-031-2/+6
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-0/+3
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-3/+2
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-1/+1
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-1/+0
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-3/+2
* Make some fixesSon Ho2023-02-031-2/+18
* Make progress on the environment matchesSon Ho2023-02-031-2/+4
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-2/+2
* Add ids to the dummy variablesSon Ho2022-11-071-10/+16
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-7/+9
* Make minor modificationsSon Ho2022-10-281-3/+7
* Move some files to the Charon projectSon Ho2022-10-281-728/+4