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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out the code in collapse_ctx
Son Ho
2024-06-04
1
-0
/
+2
*
Improve merge_abstractions by splitting the markers before merging
Son Ho
2024-06-04
1
-0
/
+75
*
Cleanup merge_abstractions
Son Ho
2024-06-04
1
-96
/
+183
*
Change the order in which we merge abstractions
Son Ho
2024-06-03
1
-54
/
+32
*
Factor out some code and update some comments
Son Ho
2024-06-03
1
-0
/
+60
*
Add missing reverse when collapsing environment
Aymeric Fromherz
2024-05-31
1
-2
/
+1
*
Fix unused variables warnings
Aymeric Fromherz
2024-05-31
1
-4
/
+10
*
Avoid adding shared loans twice when merging environments
Aymeric Fromherz
2024-05-31
1
-5
/
+28
*
destructure_abs can be called during collapse: markers should be allowed
Aymeric Fromherz
2024-05-30
1
-4
/
+0
*
Implement two phases of loops join + collapse
Aymeric Fromherz
2024-05-30
1
-207
/
+324
*
Split collapse into collapse and reduce, rename accordingly
Aymeric Fromherz
2024-05-27
1
-0
/
+1
*
Add markers everywhere, do not use them yet
Aymeric Fromherz
2024-05-27
1
-56
/
+132
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-310
/
+310
*
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
2024-05-23
1
-197
/
+165
*
Cleanup a bit and improve the error messages
Son Ho
2024-04-07
1
-15
/
+11
*
Cleanup and fix a mistake
Son Ho
2024-03-29
1
-16
/
+13
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-24
/
+64
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-129
/
+129
*
formatting
Escherichia
2024-03-28
1
-123
/
+194
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-66
/
+66
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-27
/
+27
*
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
2024-03-28
1
-66
/
+66
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-46
/
+46
*
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
2024-03-28
1
-5
/
+5
*
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
2024-03-28
1
-243
/
+244
*
Improve the generation of pretty name and the micro passes
Son Ho
2024-03-20
1
-1
/
+8
*
Do not fail in end_abstraction_aux if the abs disappeared
Son Ho
2024-03-08
1
-61
/
+73
*
Rename some definitions
Son Ho
2023-12-18
1
-6
/
+6
*
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
2023-12-07
1
-11
/
+8
*
Remove the type sv_kind ("symbolic value kind")
Son Ho
2023-12-05
1
-44
/
+16
*
Fix a minor issue with the use of const generics
Son Ho
2023-12-05
1
-2
/
+2
*
Update following changes in Charon
Son Ho
2023-12-05
1
-4
/
+4
*
Do not activate the sanity (invariant) checks by default
Son Ho
2023-11-27
1
-2
/
+2
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-387
/
+360
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-170
/
+168
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-2
/
+2
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-26
/
+26
*
Add support for the trait associated constants
Son Ho
2023-09-10
1
-1
/
+1
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-1
/
+2
*
Fix issues
Son Ho
2023-08-03
1
-2
/
+2
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-2
/
+2
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-12
/
+3
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
1
-42
/
+91
*
Make minor modifications to improve the quality of the loop translation
Son Ho
2023-02-03
1
-1
/
+19
*
Fix another bug
Son Ho
2023-02-03
1
-1
/
+7
*
Update the comments in Values and make minor modifications
Son Ho
2023-02-03
1
-6
/
+8
*
Remove the meta-value field from AMutBorrow
Son Ho
2023-02-03
1
-64
/
+101
*
Remove the APrimitive variant from the avalues
Son Ho
2023-02-03
1
-1
/
+1
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-7
/
+6
*
Make more fixes
Son Ho
2023-02-03
1
-39
/
+63
[next]