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
/
PureMicroPasses.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-20
/
+22
|
*
Start updating to handle function pointers
Son Ho
2023-10-20
1
-16
/
+16
|
*
Add sup
Son Ho
2023-10-13
1
-1
/
+1
|
*
Merge trans_ctx and decls_ctx
Son Ho
2023-09-17
1
-7
/
+4
|
*
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
2023-09-11
1
-14
/
+15
|
*
Add the keep_fwd field in TranslateCore.pure_fun_translation
Son Ho
2023-09-03
1
-15
/
+13
|
*
Update TranslateCore.pure_fun_translation
Son Ho
2023-09-03
1
-10
/
+10
|
*
Update the type TranslateCore.fun_and_loops
Son Ho
2023-09-03
1
-8
/
+9
|
*
Make progress on the extraction
Son Ho
2023-09-03
1
-2
/
+6
|
*
Update PureMicroPasses
Son Ho
2023-09-01
1
-43
/
+18
|
*
Add tests which use const generics as values
Son Ho
2023-08-18
1
-2
/
+2
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-4
/
+3
|
*
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
2023-08-07
1
-4
/
+4
|
*
Add SliceLen as a primitive function and make minor adjustments
Son Ho
2023-08-04
1
-1
/
+2
|
*
Fix an issue with the extraction of aggregated arrays
Son Ho
2023-08-03
1
-3
/
+3
|
*
Make progress
Son Ho
2023-08-02
1
-9
/
+37
|
*
Improve simplify_aggregates to introduce structure updates
Son Ho
2023-06-04
1
-2
/
+41
|
*
Start updating simplify_aggregates
Son Ho
2023-06-04
1
-2
/
+43
|
*
Add a special expression for structure creation/update
Son Ho
2023-06-04
1
-1
/
+109
|
*
Improve the pretty names generation for loops
Son Ho
2023-02-03
1
-0
/
+2
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
1
-14
/
+328
|
*
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
2023-02-03
1
-0
/
+13
|
*
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
2023-02-03
1
-0
/
+8
|
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
1
-3
/
+26
|
*
Fix a minor issue in decompose_let_bindings
Son Ho
2023-02-03
1
-2
/
+3
|
*
Improve the loops' numbering
Son Ho
2023-02-03
1
-132
/
+149
|
*
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
2023-02-03
1
-0
/
+63
|
*
Fix a minor bug in Interpreter.ml
Son Ho
2023-02-03
1
-1
/
+4
|
*
Fix various issues with the generation of code for the loops
Son Ho
2023-02-03
1
-96
/
+287
|
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-0
/
+18
|
*
Introduce new loop ids in Pure and keep track of the number of loops in a ↵
Son Ho
2023-02-03
1
-1
/
+1
|
|
|
|
function
*
Add loop ids to the pure functions identifiers
Son Ho
2023-02-03
1
-7
/
+8
|
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-4
/
+17
|
*
Implement a pass to decompose nested patterns in let-bindings
Son Ho
2022-11-14
1
-30
/
+140
|
*
Make good progress on the Coq backend
Son Ho
2022-11-14
1
-0
/
+1
|
*
Reorganize the project to prepare for new backends
Son Ho
2022-11-14
1
-1
/
+1
|
*
Fix some issues with the comments
Son Ho
2022-11-11
1
-1
/
+1
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-74
/
+15
|
*
Update the way function names are handled in Pure
Son Ho
2022-11-10
1
-16
/
+17
|
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-1
/
+1
|
*
Take care of some TODOs
Son Ho
2022-10-28
1
-1
/
+1
|
*
Move some files to the Charon project
Son Ho
2022-10-28
1
-13
/
+13
|
*
Fix some comment references
Son Ho
2022-10-27
1
-1
/
+1
|
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+1375