index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-04
Remove last sorry in Primitives
Jonathan Protzenko
1
-4
/
+2
2023-06-04
Fill out Primitives.lean
Jonathan Protzenko
2
-10
/
+110
2023-06-04
Don't need extra variables for the decreases clauses
Jonathan Protzenko
1
-11
/
+15
2023-06-04
WIP printing proper clauses
Jonathan Protzenko
1
-35
/
+49
2023-06-04
Fix some printing bits, proper syntax for terminates and decreases clauses
Jonathan Protzenko
2
-446
/
+481
2023-06-04
WIP lots of stuff
Jonathan Protzenko
4
-24
/
+73
2023-06-04
Fixup one primitive that is not assumed to be monadic
Jonathan Protzenko
1
-4
/
+4
2023-06-04
Fix a syntax error
Jonathan Protzenko
1
-10
/
+5
2023-06-04
Custom syntax support for structures in Lean
Jonathan Protzenko
1
-22
/
+71
2023-06-04
More cosmetic improvements
Jonathan Protzenko
2
-89
/
+85
2023-06-04
Fix a couple bugs here and there, improve Lean code-gen, still WIP
Jonathan Protzenko
2
-266
/
+310
2023-06-04
New directory structure and corresponding extraction, + misc fixes, for Lean
Jonathan Protzenko
8
-132
/
+138
2023-06-04
Write a tactic to discharge integer literal proof obligations
Jonathan Protzenko
2
-8
/
+27
2023-06-04
Add a sample test to illustrate potential project structure
Jonathan Protzenko
9
-0
/
+751
2023-06-04
Initial Lean backend, WIP
Jonathan Protzenko
1
-3
/
+4
2023-02-03
Do not unfold the monadic lets for the generated F* code
Son Ho
15
-3632
/
+1667
2023-02-03
Update the hashmap and regenerate
Son Ho
9
-62
/
+37
2023-02-03
Improve the pretty names generation for loops
Son Ho
6
-47
/
+47
2023-02-03
Make modifications to the Makefiles
Son Ho
2
-6
/
+18
2023-02-03
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
4
-31
/
+22
2023-02-03
Fix an issue with the names of the loop decreases clauses
Son Ho
10
-142
/
+149
2023-02-03
Improve the order of the loop input parameters
Son Ho
13
-62
/
+62
2023-02-03
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
9
-377
/
+387
2023-02-03
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
3
-85
/
+56
2023-02-03
Regenerate the hashmap code and update the proofs
Son Ho
10
-380
/
+681
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
4
-0
/
+160
2023-02-03
Fix an issue with the translation of loops::clear
Son Ho
2
-16
/
+6
2023-02-03
Add more loop examples and fix issues
Son Ho
4
-0
/
+312
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
4
-18
/
+820
2023-02-03
Regenerate the tests
Son Ho
4
-0
/
+394
2023-02-03
Improve the loops' numbering
Son Ho
2
-19
/
+18
2023-02-03
Make another loop example work
Son Ho
4
-0
/
+44
2023-02-03
Regenerate the files
Son Ho
19
-863
/
+245
2023-02-03
Make minor modifications and generate code for loops
Son Ho
6
-0
/
+176
2022-11-16
Add a nix derivation for the Coq proofs
Son Ho
2
-2
/
+7
2022-11-16
Do not introduce match on the fuel for non-recursive functions
Son Ho
3
-667
/
+477
2022-11-16
Automatically generate the Makefile and _CoqProject files in the tests subdir...
Son Ho
16
-15
/
+51
2022-11-16
Add the aeneas-verify-fstar derivation
Son Ho
5
-5
/
+10
2022-11-16
Generate record field projectors for Coq
Son Ho
10
-695
/
+612
2022-11-16
Change the name of the generated Coq modules
Son Ho
11
-42
/
+42
2022-11-16
Improve formatting
Son Ho
17
-583
/
+587
2022-11-16
Remove some comments from Hashmap.Properties.fst
Son Ho
1
-60
/
+0
2022-11-16
Make minor modifications to the extraction
Son Ho
9
-58
/
+70
2022-11-14
Extract the Polonius examples in Coq
Son Ho
8
-1
/
+2105
2022-11-14
Generate Coq code for `hashmap` and `hashmap_on_disk`
Son Ho
11
-0
/
+2264
2022-11-14
Add a `-use-fuel` option
Son Ho
7
-3
/
+56
2022-11-14
Regenerate the files and fix the proofs
Son Ho
21
-1088
/
+1159
2022-11-14
Improve the formatting of [if then else] expressions
Son Ho
2
-86
/
+70
2022-11-14
Reactivate the option -test-trans-unis for Coq
Son Ho
1
-0
/
+3
2022-11-14
Improve the formatting of the generated code
Son Ho
5
-36
/
+51
[next]