summaryrefslogtreecommitdiff
path: root/compiler/Invariants.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-18Rename some definitionsSon Ho1-1/+1
2023-11-27Do not activate the sanity (invariant) checks by defaultSon Ho1-1/+1
2023-11-21Rename PrimitiveValues to ValuesSon Ho1-2/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-142/+128
2023-11-12Add the "V" prefix to most variants related to valuesSon Ho1-143/+134
2023-11-12Prefix variants related to types with "T"Son Ho1-6/+6
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-26/+41
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-13/+2
2023-08-31Start adding support for traitsSon Ho1-23/+44
2023-08-03Fix issuesSon Ho1-2/+14
2023-08-02Make minor modificationsSon Ho1-0/+3
2023-08-02Make progress proapagating the changesSon Ho1-19/+24
2023-02-03Add more loop examples and fix issuesSon Ho1-1/+1
2023-02-03Implement support for nested borrows in loops, and add loop testsSon Ho1-1/+8
2023-02-03Update the comments in Values and make minor modificationsSon Ho1-2/+2
2023-02-03Remove the meta-value field from AMutBorrowSon Ho1-5/+5
2023-02-03Remove the APrimitive variant from the avaluesSon Ho1-2/+0
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-4/+3
2023-02-03Make progress on the environment matchesSon Ho1-2/+6
2023-02-03Start implementing support for loopsSon Ho1-15/+9
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-10/+9
2022-11-07Update some commentsSon Ho1-1/+1
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-8/+8
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-17/+19
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-6/+7
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-5/+5
2022-09-22Reformat the project with duneSon Ho1-3/+0
2022-04-21Improve the generation of names for given back valuesSon Ho1-2/+2
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-4/+4
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-3/+4
2022-02-08Fix some issues in InvariantsSon Ho1-3/+11
2022-01-27Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho1-2/+2
2022-01-27Cleanup a bitSon Ho1-2/+0
2022-01-26Make minor modificationsSon Ho1-1/+1
2022-01-26Fix various issuesSon Ho1-1/+10
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho1-3/+3
2022-01-24Start working on printing for symbolic ASTSon Ho1-1/+1
2022-01-21Make minor modifications for the invariants checksSon Ho1-4/+7
2022-01-21Implement more invariant checks for the symbolic valuesSon Ho1-3/+34
2022-01-21Update projections_intersect to write it in terms of a more genericSon Ho1-0/+5
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho1-10/+17
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-0/+7
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho1-20/+28
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho1-1/+2
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho1-1/+1
2022-01-15Use the new collectionsSon Ho1-9/+8
2022-01-14Make minor modificationsSon Ho1-1/+2
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-18/+101