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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Escherichia
2024-03-28
1
-31
/
+31
|
|
|
|
we need to see how translate_crate can give meta to the functions it calls
*
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 ↵
Escherichia
2024-03-28
1
-42
/
+43
|
|
|
|
assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
*
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