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
/
InterpreterStatements.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
Update charon
Nadrieril
1
-1
/
+1
2024-06-04
Propagated changes to statement from Charon (#223)
Escherichia
1
-0
/
+1
2024-06-03
Fix a bug when composing the continuations in eval_statement
Son Ho
1
-113
/
+108
2024-06-03
feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209
Lucas Franceschino
1
-0
/
+1
2024-05-30
Remove the cps.eval_result type
Son Ho
1
-2
/
+6
2024-05-30
Remove the options from the functions synthesizing the symbolic AST
Son Ho
1
-34
/
+10
2024-05-24
Rename meta into span
Aymeric Fromherz
1
-215
/
+215
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
1
-635
/
+645
2024-04-22
Reformat some files
Son Ho
1
-5
/
+5
2024-04-18
item_meta
Nadrieril
1
-6
/
+6
2024-04-07
Improve the error messages further
Son Ho
1
-1
/
+12
2024-03-29
Add some missing error messages
Son Ho
1
-2
/
+2
2024-03-29
formatting and changed save_error condition for failing from b to not b
Escherichia
1
-5
/
+13
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-53
/
+53
2024-03-28
formatting
Escherichia
1
-88
/
+133
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-32
/
+32
2024-03-28
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
1
-8
/
+7
2024-03-28
added a meta option field to norm_ctx and changed the meta used by some asser...
Escherichia
1
-1
/
+1
2024-03-28
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
1
-77
/
+77
2024-03-28
Still need to fill the TODO: error message and check some meta but it builds
Escherichia
1
-1
/
+1
2024-03-28
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
1
-91
/
+91
2024-03-28
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
1
-23
/
+23
2024-03-28
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
1
-132
/
+134
2024-03-20
Improve the generation of pretty name and the micro passes
Son Ho
1
-1
/
+3
2024-03-18
Make good progress on adding generics to global constants
Son Ho
1
-13
/
+19
2024-03-17
Make minor updates
Son Ho
1
-7
/
+8
2024-03-17
Fix a small issue ollowing updates in Charon
Son Ho
1
-3
/
+8
2024-03-08
Add logging information
Son Ho
1
-0
/
+7
2023-12-22
Fix an issue when merging the fwd/back functions of trait methods
Son Ho
1
-9
/
+24
2023-12-21
Make good progress on merging the fwd/back functions
Son Ho
1
-17
/
+30
2023-12-18
Rename some definitions
Son Ho
1
-6
/
+6
2023-12-13
Update the interpreter to handle optional otherwise branches
Son Ho
1
-1
/
+4
2023-12-05
Remove the type sv_kind ("symbolic value kind")
Son Ho
1
-2
/
+2
2023-12-05
Update following changes in Charon
Son Ho
1
-383
/
+413
2023-11-21
Add span information to the generated code
Son Ho
1
-1
/
+1
2023-11-21
Rename PrimitiveValues to Values
Son Ho
1
-1
/
+0
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-226
/
+212
2023-11-13
Make minor modifications
Son Ho
1
-3
/
+27
2023-11-13
Add RegionsHierarchy.ml
Son Ho
1
-1
/
+1
2023-11-12
Add the "V" prefix to most variants related to values
Son Ho
1
-19
/
+19
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-4
/
+4
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-64
/
+54
2023-10-24
Add some debugging information
Son Ho
1
-0
/
+7
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-94
/
+6
2023-10-20
Start updating to handle function pointers
Son Ho
1
-34
/
+44
2023-10-13
Add sup
Son Ho
1
-1
/
+1
2023-09-19
Cleanup a bit
Son Ho
1
-10
/
+10
2023-09-17
Normalize the function signatures before translation to pure
Son Ho
1
-61
/
+0
2023-09-17
Make progress on correctly extracting trait method calls
Son Ho
1
-13
/
+20
2023-09-17
Update the handling of calls to trait impl methods
Son Ho
1
-8
/
+67
[next]