summaryrefslogtreecommitdiff
path: root/compiler/Values.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-6/+6
* Start adding markersSon Ho2024-05-241-4/+12
* Rename meta into spanAymeric Fromherz2024-05-241-15/+15
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-44/+0
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-0/+1
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-3/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-1/+0
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-9/+9
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-221/+77
* Add support for the trait associated constantsSon Ho2023-09-101-0/+2
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+2
* Fix issuesSon Ho2023-08-031-0/+2
* Make progress proapagating the changesSon Ho2023-08-021-2/+2
* Start adding support for const genericsSon Ho2023-08-011-10/+5
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+7
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-1/+10
* Make progress on Interpreter.mlSon Ho2023-02-031-1/+4
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-5/+25
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-88/+134
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-12/+1
* Update a commentSon Ho2023-02-031-1/+4
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-13/+0
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-27/+6
* Improve the value visitors and some substitution functionsSon Ho2023-02-031-12/+46
* Make progress on the environment matchesSon Ho2023-02-031-5/+24
* Make progress on environment matches and joinsSon Ho2023-02-031-0/+2
* Make progress on environments matches and joinsSon Ho2023-02-031-22/+66
* Start implementing support for loopsSon Ho2023-02-031-73/+137
* Make good progress on the Coq backendSon Ho2022-11-141-0/+1
* Update some commentsSon Ho2022-11-071-13/+13
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-11/+11
* Move some files to the Charon projectSon Ho2022-10-281-1/+1
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-37/+12
* Reorganize a bit the projectSon Ho2022-10-271-0/+844