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
/
Contexts.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Fix the comments for ocamldoc
Son Ho
1
-2
/
+2
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-0
/
+18
2023-02-03
Fix another bug
Son Ho
1
-0
/
+6
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-3
/
+9
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
1
-0
/
+1
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
1
-8
/
+60
2023-02-03
Make progress on the fixed point computation
Son Ho
1
-32
/
+4
2023-02-03
Start implementing support for loops
Son Ho
1
-0
/
+70
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-54
/
+1
2022-11-07
Add ids to the dummy variables
Son Ho
1
-59
/
+85
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-9
/
+9
2022-10-28
Make minor updates to account for Charon's changes
Son Ho
1
-2
/
+2
2022-10-28
Move some files to the Charon project
Son Ho
1
-0
/
+1
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-59
/
+59
2022-10-13
Rename Modules to Crates
Son Ho
1
-3
/
+2
2022-09-22
Reformat the project with dune
Son Ho
1
-9
/
+4
2022-07-18
Address much stuff of the PR, throw exceptions at remaining places
Sidney Congard
1
-3
/
+8
2022-06-21
concrete & symbolic evaluation work with new LLBC format
Sidney Congard
1
-2
/
+9
2022-06-08
read globals from LLBC JSON into functions
Sidney Congard
1
-0
/
+1
2022-05-06
Add an option to eagerly end abstractions if a function has return type
Son Ho
1
-0
/
+11
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-9
/
+9
2022-02-08
Add an option to allow the presence of bottom values below borrows
Son Ho
1
-0
/
+19
2022-01-27
Introduce Contexts.fun_context
Son Ho
1
-2
/
+4
2022-01-21
Start working on the generation of the symbolic AST
Son Ho
1
-1
/
+5
2022-01-20
Fix a minor issue in expand_symbolic_value
Son Ho
1
-0
/
+2
2022-01-20
Update a comment
Son Ho
1
-4
/
+15
2022-01-20
Fix a comment
Son Ho
1
-1
/
+1
2022-01-20
Make minor modifications
Son Ho
1
-0
/
+27
2022-01-18
Update type_context to have to have a type info field, use maps instead
Son Ho
1
-4
/
+5
2022-01-18
Update the types and deserialization following charon's updates
Son Ho
1
-1
/
+1
2022-01-15
Use the new collections
Son Ho
1
-2
/
+2
2022-01-14
Start working on greedy symbolic value expansion and expansion before
Son Ho
1
-2
/
+41
2022-01-12
Update end_borrow to check if there are loans in borrowed values
Son Ho
1
-3
/
+11
2022-01-12
Introduce dummy variables and update assign_to_place
Son Ho
1
-8
/
+37
2022-01-06
Cleanup
Son Ho
1
-2
/
+2
2022-01-06
Make the symbolic, borrow, region and abstration counters global and
Son Ho
1
-23
/
+40
2022-01-06
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
1
-0
/
+1
2022-01-05
Make good progress on eval_local_function_call_symbolic
Son Ho
1
-0
/
+10
2022-01-05
Prepare the terrain for evaluation of function calls in symbolic mode
Son Ho
1
-1
/
+3
2022-01-05
Implement the symbolic case of eval_rvalue_discriminant
Son Ho
1
-1
/
+2
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
[next]