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-06-04
Factor out the code in collapse_ctx
Son Ho
1
-0
/
+2
2024-06-04
Improve merge_abstractions by splitting the markers before merging
Son Ho
1
-0
/
+75
2024-06-04
Cleanup merge_abstractions
Son Ho
1
-96
/
+183
2024-06-03
Change the order in which we merge abstractions
Son Ho
1
-54
/
+32
2024-06-03
Factor out some code and update some comments
Son Ho
1
-0
/
+60
2024-05-31
Add missing reverse when collapsing environment
Aymeric Fromherz
1
-2
/
+1
2024-05-31
Fix unused variables warnings
Aymeric Fromherz
1
-4
/
+10
2024-05-31
Avoid adding shared loans twice when merging environments
Aymeric Fromherz
1
-5
/
+28
2024-05-30
destructure_abs can be called during collapse: markers should be allowed
Aymeric Fromherz
1
-4
/
+0
2024-05-30
Implement two phases of loops join + collapse
Aymeric Fromherz
1
-207
/
+324
2024-05-27
Split collapse into collapse and reduce, rename accordingly
Aymeric Fromherz
1
-0
/
+1
2024-05-27
Add markers everywhere, do not use them yet
Aymeric Fromherz
1
-56
/
+132
2024-05-24
Rename meta into span
Aymeric Fromherz
1
-310
/
+310
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
1
-197
/
+165
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
[next]