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
/
SymbolicAst.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
Fix an issue when merging the fwd/back functions of trait methods
Son Ho
1
-0
/
+4
2023-12-21
Make good progress on merging the fwd/back functions
Son Ho
1
-0
/
+4
2023-11-27
Fix the issues with the cross-references for OCaml doc
Son Ho
1
-2
/
+2
2023-11-21
Add span information to the generated code
Son Ho
1
-6
/
+7
2023-11-20
Use the name matcher implemented in Charon
Son Ho
1
-1
/
+1
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-47
/
+44
2023-11-12
Rename some variants
Son Ho
1
-1
/
+1
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-27
/
+13
2023-09-11
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
1
-1
/
+1
2023-09-10
Add support for the trait associated constants
Son Ho
1
-1
/
+7
2023-08-31
Start adding support for traits
Son Ho
1
-4
/
+1
2023-08-18
Update following the introduction of ConstantExpr
Son Ho
1
-7
/
+13
2023-08-03
Fix an issue with the extraction of aggregated arrays
Son Ho
1
-1
/
+8
2023-08-02
Make progress
Son Ho
1
-0
/
+3
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-0
/
+5
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-0
/
+16
2023-02-03
Make good progress on updating SymbolicToPure
Son Ho
1
-9
/
+95
2023-02-03
Add a `Loop` node in the pure AST
Son Ho
1
-4
/
+6
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-2
/
+8
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-4
/
+24
2023-02-03
Start implementing support for loops
Son Ho
1
-0
/
+7
2022-11-14
Make good progress on the Coq backend
Son Ho
1
-0
/
+4
2022-11-10
Factor out the symbolic execution for the forward/backward translations
Son Ho
1
-5
/
+8
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
1
-0
/
+8
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-0
/
+1
2022-11-07
Add ids to the dummy variables
Son Ho
1
-1
/
+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
-12
/
+12
2022-09-22
Update src/SymbolicAst.ml
Son HO
1
-1
/
+1
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-0
/
+2
2022-04-26
Introduce the App expression, and make progress updating the code
Son Ho
1
-1
/
+1
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-2
/
+2
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-02-03
Cleanup a bit
Son Ho
1
-1
/
+0
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
1
-2
/
+0
2022-01-28
Generate meta-information for the assignments
Son Ho
1
-10
/
+10
2022-01-27
Generate meta-information for assignments in the symbolic AST
Son Ho
1
-0
/
+2
2022-01-27
Rename the meta-places to [mplace] and update some comments
Son Ho
1
-6
/
+6
2022-01-27
Add meta information for the variable names in SymbolicAst
Son Ho
1
-2
/
+33
2022-01-26
Make more progress on generating the symbolic AST for the backward
Son Ho
1
-3
/
+5
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-0
/
+1
2022-01-25
Make good progress on SymbolicToPure.translate_expansion
Son Ho
1
-5
/
+8
2022-01-25
Implement SymbolicToPure.translate_fun_sig
Son Ho
1
-3
/
+9
2022-01-24
Make minor modifications
Son Ho
1
-0
/
+1
2022-01-21
Finish updating the calls to the synthesis functions to generate the
Son Ho
1
-4
/
+10
2022-01-21
Start working on the generation of the symbolic AST
Son Ho
1
-0
/
+47