summaryrefslogtreecommitdiff
path: root/compiler/Invariants.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-16/+45
2024-03-29added file and line arg to craise and cassertEscherichia1-89/+89
2024-03-28formattingEscherichia1-44/+80
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-82/+82
2024-03-28Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia1-2/+2
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-84/+84
2024-03-28WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia1-34/+35
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