summaryrefslogtreecommitdiff
path: root/compiler/Print.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reorganize Print.mlSon Ho2022-10-271-262/+271
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-4/+4
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+1283