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
/
InterpreterBorrows.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
Cleanup a bit and improve the error messages
Son Ho
1
-15
/
+11
2024-03-29
Cleanup and fix a mistake
Son Ho
1
-16
/
+13
2024-03-29
formatting and changed save_error condition for failing from b to not b
Escherichia
1
-24
/
+64
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-129
/
+129
2024-03-28
formatting
Escherichia
1
-123
/
+194
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-66
/
+66
2024-03-28
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
1
-27
/
+27
2024-03-28
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
1
-66
/
+66
2024-03-28
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
1
-46
/
+46
2024-03-28
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
1
-5
/
+5
2024-03-28
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
1
-243
/
+244
2024-03-20
Improve the generation of pretty name and the micro passes
Son Ho
1
-1
/
+8
2024-03-08
Do not fail in end_abstraction_aux if the abs disappeared
Son Ho
1
-61
/
+73
2023-12-18
Rename some definitions
Son Ho
1
-6
/
+6
2023-12-07
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
1
-11
/
+8
2023-12-05
Remove the type sv_kind ("symbolic value kind")
Son Ho
1
-44
/
+16
2023-12-05
Fix a minor issue with the use of const generics
Son Ho
1
-2
/
+2
2023-12-05
Update following changes in Charon
Son Ho
1
-4
/
+4
2023-11-27
Do not activate the sanity (invariant) checks by default
Son Ho
1
-2
/
+2
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-387
/
+360
2023-11-12
Add the "V" prefix to most variants related to values
Son Ho
1
-170
/
+168
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-2
/
+2
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-26
/
+26
2023-09-10
Add support for the trait associated constants
Son Ho
1
-1
/
+1
2023-08-18
Update following the introduction of ConstantExpr
Son Ho
1
-1
/
+2
2023-08-03
Fix issues
Son Ho
1
-2
/
+2
2023-08-02
Make progress proapagating the changes
Son Ho
1
-2
/
+2
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-12
/
+3
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-42
/
+91
2023-02-03
Make minor modifications to improve the quality of the loop translation
Son Ho
1
-1
/
+19
2023-02-03
Fix another bug
Son Ho
1
-1
/
+7
2023-02-03
Update the comments in Values and make minor modifications
Son Ho
1
-6
/
+8
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
1
-64
/
+101
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
1
-1
/
+1
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-7
/
+6
2023-02-03
Make more fixes
Son Ho
1
-39
/
+63
2023-02-03
Make some fixes
Son Ho
1
-9
/
+8
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
1
-27
/
+1
2023-02-03
Make minor modifications
Son Ho
1
-1
/
+7
2023-02-03
Improve merge_abstractions
Son Ho
1
-1
/
+71
2023-02-03
Make progress on the fixed point computation
Son Ho
1
-6
/
+45
2023-02-03
Make progress on the environment matches
Son Ho
1
-9
/
+21
2023-02-03
Make progress on environment matches and joins
Son Ho
1
-159
/
+488
2023-02-03
Make progress on environments matches and joins
Son Ho
1
-2
/
+4
2023-02-03
Start implementing support for loops
Son Ho
1
-71
/
+525
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-2
/
+2
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-28
/
+25
2022-11-07
Add some .mli files
Son Ho
1
-36
/
+44
2022-11-07
Update InterpreterBorrows
Son Ho
1
-70
/
+35
2022-11-07
Add ids to the dummy variables
Son Ho
1
-1
/
+1
[next]