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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Improve merge_abstractions
Son Ho
2023-02-03
3
-6
/
+91
|
*
Improve the value visitors and some substitution functions
Son Ho
2023-02-03
3
-23
/
+54
|
*
Make more progress on the joins
Son Ho
2023-02-03
1
-142
/
+127
|
*
Make progress on the fixed point computation
Son Ho
2023-02-03
6
-400
/
+381
|
*
Make progress on the environment matches
Son Ho
2023-02-03
8
-34
/
+279
|
*
Make more progress
Son Ho
2023-02-03
1
-61
/
+102
|
*
Make progress on environment matches and joins
Son Ho
2023-02-03
7
-240
/
+1104
|
*
Make progress on environments matches and joins
Son Ho
2023-02-03
5
-74
/
+563
|
*
Start implementing support for loops
Son Ho
2023-02-03
19
-264
/
+1566
|
*
Do not introduce match on the fuel for non-recursive functions
Son Ho
2022-11-16
3
-11
/
+50
|
*
Automatically generate the Makefile and _CoqProject files in the tests ↵
Son Ho
2022-11-16
1
-0
/
+2
|
|
|
|
subdirectories
*
Generate record field projectors for Coq
Son Ho
2022-11-16
3
-83
/
+231
|
*
Change the name of the generated Coq modules
Son Ho
2022-11-16
1
-1
/
+1
|
*
Improve formatting
Son Ho
2022-11-16
2
-99
/
+120
|
*
Make minor modifications to the extraction
Son Ho
2022-11-16
1
-4
/
+13
|
*
Extract the Polonius examples in Coq
Son Ho
2022-11-14
1
-13
/
+16
|
*
Add a `-use-fuel` option
Son Ho
2022-11-14
11
-53
/
+272
|
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
12
-29
/
+107
|
*
Improve the formatting of [if then else] expressions
Son Ho
2022-11-14
1
-15
/
+24
|
*
Improve the formatting of the generated code
Son Ho
2022-11-14
2
-33
/
+56
|
*
Implement a pass to decompose nested patterns in let-bindings
Son Ho
2022-11-14
3
-53
/
+172
|
*
Make minor modifications
Son Ho
2022-11-14
3
-18
/
+0
|
*
Make good progress on the Coq backend
Son Ho
2022-11-14
14
-416
/
+1058
|
*
Reorganize the project to prepare for new backends
Son Ho
2022-11-14
7
-29
/
+30
|
*
Fix some issues with the comments
Son Ho
2022-11-11
8
-22
/
+19
|
*
Make a minor modification
Son Ho
2022-11-11
1
-1
/
+1
|
*
Move the fstar files to the new backends directory
Son Ho
2022-11-11
1
-1
/
+1
|
*
Add a `bin` folder
Son Ho
2022-11-11
1
-3
/
+5
|
*
Make the Nix build work
Son Ho
2022-11-11
2
-290
/
+4
|
*
Factor out the symbolic execution for the forward/backward translations
Son Ho
2022-11-10
5
-92
/
+77
|
*
Make a minor cleanup
Son Ho
2022-11-10
5
-46
/
+43
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
16
-492
/
+388
|
*
Implement the generation of stateful backward functions (controlled by an ↵
Son Ho
2022-11-10
10
-208
/
+386
|
|
|
|
option)
*
Update the way function names are handled in Pure
Son Ho
2022-11-10
8
-142
/
+162
|
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
12
-104
/
+184
|
*
Reorganize the symoblic expansions to separate the branching/non-branching ones
Son Ho
2022-11-10
3
-72
/
+95
|
*
Update `switch` to have a specific treatment of ADTs
Son Ho
2022-11-10
9
-196
/
+207
|
*
Update some comments
Son Ho
2022-11-07
2
-14
/
+14
|
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
12
-89
/
+91
|
*
Add some .mli files
Son Ho
2022-11-07
16
-381
/
+642
|
*
Update InterpreterBorrows
Son Ho
2022-11-07
1
-70
/
+35
|
*
Add ids to the dummy variables
Son Ho
2022-11-07
9
-93
/
+139
|
*
Remove the argument [end_borrows] from prepare_lplace and ↵
Son Ho
2022-11-07
3
-52
/
+24
|
|
|
|
drop_outer_loans_at_lplace
*
Deactivate filter_drop_assigns and implement remove_useless_cf_merges in ↵
Son Ho
2022-11-07
1
-4
/
+107
|
|
|
|
PrePasses
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
17
-148
/
+171
|
*
Fix an issue with drop_value
Son Ho
2022-11-07
2
-28
/
+32
|
*
Update aeneas.opam
Son Ho
2022-10-28
1
-2
/
+2
|
*
Move the AssignGlobal case from statement to rvalue
Son Ho
2022-10-28
5
-40
/
+46
|
*
Make minor modifications
Son Ho
2022-10-28
4
-7
/
+11
|
*
Make minor updates to account for Charon's changes
Son Ho
2022-10-28
11
-52
/
+47
|
[next]