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 (
Expand
)
Author
Age
Files
Lines
...
*
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 fun...
Son Ho
2023-02-03
1
-1
/
+1
*
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
[prev]