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
/
InterpreterLoopsFixedPoint.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the order in which we merge abstractions
Son Ho
2024-06-03
1
-3
/
+15
*
Factor out some code and update some comments
Son Ho
2024-06-03
1
-68
/
+8
*
Split collapse into collapse and reduce, rename accordingly
Aymeric Fromherz
2024-05-27
1
-1
/
+1
*
Add markers everywhere, do not use them yet
Aymeric Fromherz
2024-05-27
1
-11
/
+22
*
Expand debug output in loops fixed points
Aymeric Fromherz
2024-05-24
1
-1
/
+16
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-73
/
+73
*
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
2024-05-23
1
-103
/
+90
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-6
/
+15
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-28
/
+28
*
formatting
Escherichia
2024-03-28
1
-29
/
+45
*
changes after git rebase main
Escherichia
2024-03-28
1
-7
/
+7
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-22
/
+22
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-4
/
+4
*
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
2024-03-28
1
-5
/
+5
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-31
/
+31
*
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
2024-03-28
1
-2
/
+2
*
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
2024-03-28
1
-42
/
+43
*
Simplify the contexts before symbolically evaluating loops
Son Ho
2024-03-08
1
-1
/
+118
*
Make progress on fixing the loops
Son Ho
2024-03-08
1
-5
/
+17
*
Add logging information
Son Ho
2024-03-08
1
-0
/
+16
*
Rename some definitions
Son Ho
2023-12-18
1
-9
/
+9
*
Update following changes in Charon
Son Ho
2023-12-05
1
-1
/
+1
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-156
/
+145
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-9
/
+9
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-1
/
+1
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-8
/
+8
*
Fix an issue with the extraction of aggregated arrays
Son Ho
2023-08-03
1
-1
/
+1
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-0
/
+1
*
Split InterpreterLoops into several files
Son Ho
2023-02-03
1
-0
/
+965