index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Contexts.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
Introduce the type_context definition
Son Ho
1
-2
/
+4
2022-01-03
Start working on end_abstraction
Son Ho
1
-0
/
+13
2022-01-03
Cleanup a bit to remove warnings
Son Ho
1
-3
/
+3
2021-12-17
Use eval_ctx instead of env in many functions of the interpreter
Son Ho
1
-0
/
+20
2021-12-17
Implement the avalue cases of give_back_value
Son Ho
1
-1
/
+0
2021-12-17
Rename some methods
Son Ho
1
-8
/
+8
2021-12-17
Rewrite give_back_value with visitors
Son Ho
1
-14
/
+21
2021-12-08
Update the env frame iterators to prepare support for abstractions
Son Ho
1
-50
/
+21
2021-12-08
Generate iterators for Contexts.env
Son Ho
1
-4
/
+39
2021-12-08
Rename env_value to env_elem
Son Ho
1
-12
/
+10
2021-12-08
Remove g_value, g_typed_value, etc. to make values and abstract values
Son Ho
1
-1
/
+4
2021-12-07
Add iterators over whole environments
Son Ho
1
-1
/
+44
2021-12-07
Implement map_frame_concrete
Son Ho
1
-2
/
+24
2021-12-07
Implement the visitor iter_frame_concrete
Son Ho
1
-0
/
+20
2021-11-30
Introduce [binder] and use them in place of [var] in the environments
Son Ho
1
-4
/
+16
2021-11-30
Remove the vector type for the Id module
Son Ho
1
-3
/
+3
2021-11-30
Debug some issues in the interpreter
Son Ho
1
-15
/
+22
2021-11-29
Derive more printing functions
Son Ho
1
-2
/
+5
2021-11-29
Start working logging and make progress on printing ASTs
Son Ho
1
-2
/
+0
2021-11-26
Make progress on evaluate_non_local_function_call
Son Ho
1
-0
/
+4
2021-11-26
Make good progress on eval_local_function_call
Son Ho
1
-0
/
+31
2021-11-26
Update the env definition to make the frames easier to manipulate
Son Ho
1
-12
/
+9
2021-11-25
Use var instead of VarId.id in environments
Son Ho
1
-7
/
+12
2021-11-25
Start working on eval_local_function_call
Son Ho
1
-0
/
+4
2021-11-25
Implement the Aggregate branch of eval_rvalue
Son Ho
1
-0
/
+3
2021-11-24
Implement eval_unary_op
Son Ho
1
-2
/
+0
2021-11-24
Start refactoring the code
Son Ho
1
-3
/
+30
2021-11-24
Update activate_inactivated_mut_borrow
Son Ho
1
-2
/
+0
2021-11-23
Implement copy_value
Son Ho
1
-4
/
+4
2021-11-23
Implement formatting for eval_ctx
Son Ho
1
-15
/
+27
2021-11-23
Move some definitions to Contexts.ml and reactivate the warnings
Son Ho
1
-0
/
+49