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
/
SymbolicToPure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-04
Add more checks in Driver.ml
Son Ho
1
-1
/
+2
2023-06-04
Initial Lean backend, WIP
Jonathan Protzenko
1
-0
/
+2
2023-02-03
Improve the pretty names generation for loops
Son Ho
1
-16
/
+54
2023-02-03
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
1
-7
/
+8
2023-02-03
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
1
-2
/
+31
2023-02-03
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
1
-0
/
+2
2023-02-03
Fix a minor issue
Son Ho
1
-1
/
+6
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-16
/
+132
2023-02-03
Fix an issue in translate_forward_end
Son Ho
1
-1
/
+2
2023-02-03
Fix a minor issue in decompose_let_bindings
Son Ho
1
-1
/
+6
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-5
/
+52
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-0
/
+15
2023-02-03
Fix various issues with the generation of code for the loops
Son Ho
1
-5
/
+18
2023-02-03
Fix a small issue with SymbolicToPure.translate_loop
Son Ho
1
-27
/
+8
2023-02-03
Fix a minor issue with [translate_end_abstraction_loop]
Son Ho
1
-3
/
+7
2023-02-03
Fix another bug
Son Ho
1
-1
/
+2
2023-02-03
Fix some bugs
Son Ho
1
-11
/
+82
2023-02-03
Make good progress on updating SymbolicToPure
Son Ho
1
-221
/
+587
2023-02-03
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
1
-2
/
+5
2023-02-03
Add loop ids to the pure functions identifiers
Son Ho
1
-2
/
+9
2023-02-03
Add an SCC.ml file for strongly connected components
Son Ho
1
-1
/
+16
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-1
/
+2
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
1
-2
/
+2
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
1
-3
/
+1
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-36
/
+39
2023-02-03
Start implementing support for loops
Son Ho
1
-25
/
+31
2022-11-16
Do not introduce match on the fuel for non-recursive functions
Son Ho
1
-4
/
+26
2022-11-16
Automatically generate the Makefile and _CoqProject files in the tests subdir...
Son Ho
1
-0
/
+2
2022-11-14
Add a `-use-fuel` option
Son Ho
1
-21
/
+152
2022-11-14
Make [Result::Failure] type an [Error] parameter
Son Ho
1
-3
/
+5
2022-11-14
Make good progress on the Coq backend
Son Ho
1
-7
/
+21
2022-11-11
Fix some issues with the comments
Son Ho
1
-4
/
+1
2022-11-10
Factor out the symbolic execution for the forward/backward translations
Son Ho
1
-5
/
+8
2022-11-10
Make a minor cleanup
Son Ho
1
-3
/
+15
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-103
/
+55
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
1
-142
/
+241
2022-11-10
Update the way function names are handled in Pure
Son Ho
1
-6
/
+6
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-0
/
+13
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-3
/
+3
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-7
/
+12
2022-10-28
Make minor modifications
Son Ho
1
-2
/
+2
2022-10-28
Take care of some TODOs
Son Ho
1
-3
/
+3
2022-10-27
Reorganize Print.ml
Son Ho
1
-1
/
+1
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-5
/
+5
2022-10-27
Update the README and a comment
Son Ho
1
-2
/
+3
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
-81
/
+80
2022-10-13
Rename Modules to Crates
Son Ho
1
-1
/
+0
2022-09-22
Make minor cleanup
Son Ho
1
-25
/
+37
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-7
/
+14
[next]