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
/
InterpreterLoopsJoinCtxs.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve collapse_ctx
Son Ho
2024-06-04
1
-1
/
+42
*
Do more cleanup
Son Ho
2024-06-04
1
-40
/
+44
*
Factor out the code in collapse_ctx
Son Ho
2024-06-04
1
-153
/
+54
*
Start factoring out the code of reduce_ctx and collapse_ctx
Son Ho
2024-06-04
1
-91
/
+162
*
Change the order in which we merge abstractions
Son Ho
2024-06-03
1
-24
/
+28
*
Cleanup a bit
Son Ho
2024-06-03
1
-30
/
+37
*
Factor out some code and update some comments
Son Ho
2024-06-03
1
-98
/
+88
*
Cleanup a bit
Son Ho
2024-06-03
1
-13
/
+3
*
format
Aymeric Fromherz
2024-05-31
1
-18
/
+18
*
Add documentation to collapse
Aymeric Fromherz
2024-05-31
1
-1
/
+27
*
Fix unused variables warnings
Aymeric Fromherz
2024-05-31
1
-9
/
+8
*
Add markers when creating new abstractions because of a join with bottom
Aymeric Fromherz
2024-05-31
1
-47
/
+4
*
Implement two phases of loops join + collapse
Aymeric Fromherz
2024-05-30
1
-149
/
+197
*
Compute marker information for borrow/loan maps
Aymeric Fromherz
2024-05-28
1
-4
/
+4
*
Add type and set/map for marker and borrow id
Aymeric Fromherz
2024-05-28
1
-8
/
+6
*
Simplify collapse_ctx
Aymeric Fromherz
2024-05-27
1
-6
/
+5
*
Simplify reduce_ctx
Aymeric Fromherz
2024-05-27
1
-21
/
+6
*
Split collapse into collapse and reduce, rename accordingly
Aymeric Fromherz
2024-05-27
1
-11
/
+182
*
Add projection markers when joining environments
Aymeric Fromherz
2024-05-27
1
-0
/
+59
*
Add markers everywhere, do not use them yet
Aymeric Fromherz
2024-05-27
1
-11
/
+22
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-70
/
+70
*
Cleanup and fix a mistake
Son Ho
2024-03-29
1
-7
/
+3
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-6
/
+17
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-23
/
+23
*
formatting
Escherichia
2024-03-28
1
-37
/
+56
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-20
/
+22
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-10
/
+10
*
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
2024-03-28
1
-3
/
+3
*
Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...
Escherichia
2024-03-28
1
-6
/
+6
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-33
/
+33
*
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
2024-03-28
1
-38
/
+40
*
Fix a minor issue when values are moved in the loops
Son Ho
2024-01-25
1
-20
/
+9
*
Rename some definitions
Son Ho
2023-12-18
1
-18
/
+18
*
Do not activate the sanity (invariant) checks by default
Son Ho
2023-11-27
1
-1
/
+1
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-132
/
+123
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-29
/
+22
*
Normalize the function signatures before translation to pure
Son Ho
2023-09-17
1
-0
/
+3
*
Compute the normalized trait types maps and update Interpreter
Son Ho
2023-09-01
1
-3
/
+0
*
Implement the normalization functions in AssociatedTypes
Son Ho
2023-09-01
1
-0
/
+6
*
Start adding support for traits
Son Ho
2023-08-31
1
-0
/
+9
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-0
/
+3
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-0
/
+4
*
Split InterpreterLoops into several files
Son Ho
2023-02-03
1
-0
/
+719