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
/
InterpreterBorrowsCore.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make minor modifications
Son Ho
2024-06-03
1
-10
/
+10
*
Start adding markers
Son Ho
2024-05-24
1
-22
/
+44
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-97
/
+97
*
Cleanup a bit and improve the error messages
Son Ho
2024-04-07
1
-2
/
+2
*
Cleanup and fix a mistake
Son Ho
2024-03-29
1
-1
/
+1
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-5
/
+13
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-49
/
+49
*
formatting
Escherichia
2024-03-28
1
-55
/
+63
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-27
/
+27
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-6
/
+6
*
Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...
Escherichia
2024-03-28
1
-1
/
+1
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-12
/
+12
*
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
2024-03-28
1
-86
/
+89
*
Fix the issues with the cross-references for OCaml doc
Son Ho
2023-11-27
1
-6
/
+6
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-169
/
+156
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-52
/
+53
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-5
/
+5
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-14
/
+26
*
Start adding support for traits
Son Ho
2023-08-31
1
-4
/
+12
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-6
/
+9
*
Make good progress on updating SymbolicToPure
Son Ho
2023-02-03
1
-3
/
+3
*
Update the comments in Values and make minor modifications
Son Ho
2023-02-03
1
-1
/
+1
*
Remove the meta-value field from AMutBorrow
Son Ho
2023-02-03
1
-5
/
+7
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-12
/
+25
*
Make progress on checking that two environments are equivalent
Son Ho
2023-02-03
1
-36
/
+0
*
Improve some visitors and ctx_merge_regions
Son Ho
2023-02-03
1
-6
/
+1
*
Make progress on the fixed point computation
Son Ho
2023-02-03
1
-5
/
+24
*
Make progress on environment matches and joins
Son Ho
2023-02-03
1
-0
/
+14
*
Start implementing support for loops
Son Ho
2023-02-03
1
-9
/
+28
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
1
-6
/
+6
*
Add some .mli files
Son Ho
2022-11-07
1
-8
/
+9
*
Add ids to the dummy variables
Son Ho
2022-11-07
1
-1
/
+3
*
Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...
Son Ho
2022-11-07
1
-2
/
+2
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-15
/
+16
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+1181