index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
Invariants.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
Make minor modifications
Son Ho
1
-8
/
+13
2024-05-27
Add markers everywhere, do not use them yet
Aymeric Fromherz
1
-10
/
+16
2024-05-24
Start adding markers
Son Ho
1
-7
/
+9
2024-05-24
Rename meta into span
Aymeric Fromherz
1
-117
/
+117
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
1
-7
/
+0
2024-04-11
Update a comment
Son HO
1
-1
/
+1
2024-04-10
Trust rustc regarding `Copy` bounds
Nadrieril
1
-1
/
+1
2024-04-07
Cleanup a bit and improve the error messages
Son Ho
1
-3
/
+2
2024-03-29
formatting and changed save_error condition for failing from b to not b
Escherichia
1
-16
/
+45
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-89
/
+89
2024-03-28
formatting
Escherichia
1
-44
/
+80
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-82
/
+82
2024-03-28
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
1
-2
/
+2
2024-03-28
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
1
-84
/
+84
2024-03-28
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
1
-34
/
+35
2023-12-18
Rename some definitions
Son Ho
1
-1
/
+1
2023-11-27
Do not activate the sanity (invariant) checks by default
Son Ho
1
-1
/
+1
2023-11-21
Rename PrimitiveValues to Values
Son Ho
1
-2
/
+1
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-142
/
+128
2023-11-12
Add the "V" prefix to most variants related to values
Son Ho
1
-143
/
+134
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-6
/
+6
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-26
/
+41
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-13
/
+2
2023-08-31
Start adding support for traits
Son Ho
1
-23
/
+44
2023-08-03
Fix issues
Son Ho
1
-2
/
+14
2023-08-02
Make minor modifications
Son Ho
1
-0
/
+3
2023-08-02
Make progress proapagating the changes
Son Ho
1
-19
/
+24
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-1
/
+1
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-1
/
+8
2023-02-03
Update the comments in Values and make minor modifications
Son Ho
1
-2
/
+2
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
1
-5
/
+5
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
1
-2
/
+0
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-4
/
+3
2023-02-03
Make progress on the environment matches
Son Ho
1
-2
/
+6
2023-02-03
Start implementing support for loops
Son Ho
1
-15
/
+9
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-10
/
+9
2022-11-07
Update some comments
Son Ho
1
-1
/
+1
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-8
/
+8
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-17
/
+19
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-6
/
+7
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-5
/
+5
2022-09-22
Reformat the project with dune
Son Ho
1
-3
/
+0
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-2
/
+2
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-4
/
+4
2022-02-08
Add an option to allow the presence of bottom values below borrows
Son Ho
1
-3
/
+4
2022-02-08
Fix some issues in Invariants
Son Ho
1
-3
/
+11
2022-01-27
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
1
-2
/
+2
2022-01-27
Cleanup a bit
Son Ho
1
-2
/
+0
[next]