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
/
PrintPure.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-52
/
+5
*
Start updating to handle function pointers
Son Ho
2023-10-20
1
-11
/
+11
*
Add sup
Son Ho
2023-10-13
1
-0
/
+1
*
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
2023-09-11
1
-2
/
+5
*
Add support for the trait associated constants
Son Ho
2023-09-10
1
-1
/
+7
*
Make progress on the extraction
Son Ho
2023-09-03
1
-2
/
+2
*
Update TranslateCore and factor out some definitions in PrintPure
Son Ho
2023-08-31
1
-26
/
+12
*
Finish updating SymbolicToPure.ml
Son Ho
2023-08-31
1
-2
/
+11
*
Start adding support for traits
Son Ho
2023-08-31
1
-26
/
+129
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-3
/
+2
*
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
2023-08-07
1
-10
/
+10
*
Add SliceLen as a primitive function and make minor adjustments
Son Ho
2023-08-04
1
-0
/
+1
*
Fix an issue with the extraction of aggregated arrays
Son Ho
2023-08-03
1
-12
/
+26
*
Make progress
Son Ho
2023-08-02
1
-1
/
+0
*
Make progress
Son Ho
2023-08-02
1
-2
/
+13
*
Make progress
Son Ho
2023-08-02
1
-0
/
+1
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-35
/
+78
*
Start adding support for const generics
Son Ho
2023-08-01
1
-3
/
+15
*
Add a special expression for structure creation/update
Son Ho
2023-06-04
1
-0
/
+19
*
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
2023-02-03
1
-1
/
+5
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
1
-3
/
+14
*
Fix a minor issue in decompose_let_bindings
Son Ho
2023-02-03
1
-1
/
+2
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-1
/
+1
*
Fix a small issue with SymbolicToPure.translate_loop
Son Ho
2023-02-03
1
-23
/
+35
*
Fix another bug
Son Ho
2023-02-03
1
-4
/
+6
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-0
/
+15
*
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
2023-02-03
1
-3
/
+3
*
Add loop ids to the pure functions identifiers
Son Ho
2023-02-03
1
-7
/
+20
*
Add a `-use-fuel` option
Son Ho
2022-11-14
1
-4
/
+25
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-4
/
+17
*
Update the way function names are handled in Pure
Son Ho
2022-11-10
1
-25
/
+32
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
1
-0
/
+1
*
Make minor modifications
Son Ho
2022-10-28
1
-1
/
+1
*
Move some files to the Charon project
Son Ho
2022-10-28
1
-1
/
+1
*
Reorganize Print.ml
Son Ho
2022-10-27
1
-6
/
+6
*
Move constant_value to PrimitiveValues.ml
Son Ho
2022-10-27
1
-2
/
+2
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+594