index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Don't need extra variables for the decreases clauses
Jonathan Protzenko
2023-06-04
2
-14
/
+24
|
*
WIP printing proper clauses
Jonathan Protzenko
2023-06-04
2
-38
/
+107
|
*
Fix some printing bits, proper syntax for terminates and decreases clauses
Jonathan Protzenko
2023-06-04
6
-465
/
+697
|
*
WIP lots of stuff
Jonathan Protzenko
2023-06-04
8
-56
/
+150
|
*
Fixup one primitive that is not assumed to be monadic
Jonathan Protzenko
2023-06-04
2
-8
/
+8
|
*
Fix a syntax error
Jonathan Protzenko
2023-06-04
2
-12
/
+11
|
*
Custom syntax support for structures in Lean
Jonathan Protzenko
2023-06-04
3
-42
/
+116
|
*
More cosmetic improvements
Jonathan Protzenko
2023-06-04
4
-101
/
+106
|
*
Fix a couple bugs here and there, improve Lean code-gen, still WIP
Jonathan Protzenko
2023-06-04
5
-292
/
+358
|
*
New directory structure and corresponding extraction, + misc fixes, for Lean
Jonathan Protzenko
2023-06-04
13
-177
/
+197
|
*
Write a tactic to discharge integer literal proof obligations
Jonathan Protzenko
2023-06-04
4
-13
/
+51
|
*
Add a sample test to illustrate potential project structure
Jonathan Protzenko
2023-06-04
9
-0
/
+751
|
*
Facilitate development by having a local Makefile invoke dune
Jonathan Protzenko
2023-06-04
2
-0
/
+4
|
*
Initial Lean backend, WIP
Jonathan Protzenko
2023-06-04
10
-122
/
+406
|
*
Merge pull request #16 from dconnolly/patch-1
Son HO
2023-03-31
1
-4
/
+3
|
\
|
|
|
|
Update README about Coq backend support
|
*
Update README about Coq backend support
Deirdre Connolly
2023-03-30
1
-4
/
+3
|
/
*
Update the Nix flake
Son Ho
2023-02-03
1
-9
/
+9
|
*
Do not unfold the monadic lets for the generated F* code
Son Ho
2023-02-03
17
-3635
/
+1673
|
*
Update the Nix flake
Son Ho
2023-02-03
1
-3
/
+3
|
*
Update the Nix flake
Son Ho
2023-02-03
1
-15
/
+15
|
*
Update the hashmap and regenerate
Son Ho
2023-02-03
9
-62
/
+37
|
*
Improve the pretty names generation for loops
Son Ho
2023-02-03
10
-63
/
+106
|
*
Make modifications to the Makefiles
Son Ho
2023-02-03
3
-7
/
+27
|
*
Update the nix flakes
Son Ho
2023-02-03
2
-37
/
+55
|
*
Add a comment
Son Ho
2023-02-03
1
-0
/
+33
|
*
Split InterpreterLoops into several files
Son Ho
2023-02-03
12
-4098
/
+4329
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
11
-79
/
+399
|
*
Fix an issue with the names of the loop decreases clauses
Son Ho
2023-02-03
13
-154
/
+186
|
*
Improve the order of the loop input parameters
Son Ho
2023-02-03
15
-64
/
+103
|
*
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
2023-02-03
14
-382
/
+451
|
*
Add a comment for PrePasses.remove_shallow_borrows
Son Ho
2023-02-03
1
-2
/
+87
|
*
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
2023-02-03
5
-85
/
+66
|
*
Regenerate the hashmap code and update the proofs
Son Ho
2023-02-03
10
-380
/
+681
|
*
Fix a minor issue
Son Ho
2023-02-03
1
-1
/
+6
|
*
Implement a pass to filter shallow borrows
Son Ho
2023-02-03
3
-7
/
+85
|
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
14
-40
/
+451
|
*
Fix the comments for ocamldoc
Son Ho
2023-02-03
8
-10
/
+11
|
*
Fix an issue with the translation of loops::clear
Son Ho
2023-02-03
5
-44
/
+78
|
*
Fix an issue in translate_forward_end
Son Ho
2023-02-03
2
-1
/
+3
|
*
Fix a minor issue in decompose_let_bindings
Son Ho
2023-02-03
5
-4
/
+17
|
*
Add more loop examples and fix issues
Son Ho
2023-02-03
16
-250
/
+906
|
*
Cleanup a bit
Son Ho
2023-02-03
1
-59
/
+18
|
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
14
-169
/
+1819
|
*
Regenerate the tests
Son Ho
2023-02-03
4
-0
/
+394
|
*
Make minor modifications to improve the quality of the loop translation
Son Ho
2023-02-03
4
-15
/
+106
|
*
Make minor fixes
Son Ho
2023-02-03
1
-12
/
+14
|
*
Improve the loops' numbering
Son Ho
2023-02-03
3
-151
/
+167
|
*
Make another loop example work
Son Ho
2023-02-03
5
-30
/
+71
|
*
Regenerate the files
Son Ho
2023-02-03
19
-863
/
+245
|
*
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
2023-02-03
4
-2
/
+101
|
[next]