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
/
SynthesizeSymbolic.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-30
Remove the options from the functions synthesizing the symbolic AST
Son Ho
1
-127
/
+111
2024-05-24
Rename meta into span
Aymeric Fromherz
1
-20
/
+20
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
1
-2
/
+0
2024-03-29
formatting and changed save_error condition for failing from b to not b
Escherichia
1
-1
/
+3
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-8
/
+8
2024-03-28
formatting
Escherichia
1
-11
/
+15
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-2
/
+2
2024-03-28
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
1
-17
/
+18
2024-03-20
Improve the generation of pretty name and the micro passes
Son Ho
1
-0
/
+6
2024-03-18
Make good progress on adding generics to global constants
Son Ho
1
-3
/
+3
2024-03-08
Make progress on fixing the loops
Son Ho
1
-1
/
+1
2023-12-22
Fix an issue when merging the fwd/back functions of trait methods
Son Ho
1
-5
/
+8
2023-12-21
Make good progress on merging the fwd/back functions
Son Ho
1
-5
/
+11
2023-11-21
Add span information to the generated code
Son Ho
1
-3
/
+4
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
-65
/
+57
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-3
/
+3
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-10
/
+10
2023-10-25
Update following the addition of raw pointers
Son Ho
1
-1
/
+3
2023-10-20
Start updating to handle function pointers
Son Ho
1
-1
/
+1
2023-09-11
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
1
-1
/
+1
2023-08-31
Start adding support for traits
Son Ho
1
-17
/
+17
2023-08-02
Make progress
Son Ho
1
-9
/
+11
2023-08-02
Make progress proapagating the changes
Son Ho
1
-3
/
+3
2023-08-01
Start adding support for const generics
Son Ho
1
-4
/
+4
2023-02-03
Improve the pretty names generation for loops
Son Ho
1
-0
/
+2
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-3
/
+15
2023-02-03
Make good progress on updating SymbolicToPure
Son Ho
1
-4
/
+6
2023-02-03
Add a `Loop` node in the pure AST
Son Ho
1
-1
/
+2
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-5
/
+6
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-20
/
+24
2023-02-03
Start implementing support for loops
Son Ho
1
-0
/
+7
2022-11-10
Factor out the symbolic execution for the forward/backward translations
Son Ho
1
-2
/
+3
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
1
-35
/
+31
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-0
/
+3
2022-11-07
Add ids to the dummy variables
Son Ho
1
-1
/
+1
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-5
/
+5
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-4
/
+5
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-09-22
Reformat the project with dune
Son Ho
1
-5
/
+3
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-0
/
+6
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-3
/
+3
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
1
-6
/
+0
2022-01-27
Generate meta-information for assignments in the symbolic AST
Son Ho
1
-0
/
+6
2022-01-27
Rename the meta-places to [mplace] and update some comments
Son Ho
1
-19
/
+23
2022-01-27
Add meta information for the variable names in SymbolicAst
Son Ho
1
-16
/
+45
2022-01-27
Cleanup a bit by removing useless `open`
Son Ho
1
-2
/
+0
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-8
/
+11
2022-01-25
Make good progress on SymbolicToPure.translate_expansion
Son Ho
1
-23
/
+16
[next]