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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Make progress on Interpreter.ml
Son Ho
12
-129
/
+293
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
5
-54
/
+387
2023-02-03
Make minor modifications
Son Ho
3
-38
/
+63
2023-02-03
Add detailed explanations in InterpreterLoops.ml
Son Ho
1
-39
/
+405
2023-02-03
Implement [match_ctx_with_target]
Son Ho
3
-80
/
+635
2023-02-03
End some borrows preemptively when computing loop joins
Son Ho
1
-3
/
+14
2023-02-03
Update the comments in Values and make minor modifications
Son Ho
7
-120
/
+213
2023-02-03
Remove the meta-value field from AMutBorrow
Son Ho
10
-136
/
+144
2023-02-03
Update a comment
Son Ho
1
-1
/
+4
2023-02-03
Remove the APrimitive variant from the avalues
Son Ho
7
-25
/
+3
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
15
-162
/
+163
2023-02-03
Make more fixes
Son Ho
2
-86
/
+222
2023-02-03
Make some fixes
Son Ho
5
-33
/
+231
2023-02-03
Make progress on checking that two environments are equivalent
Son Ho
3
-177
/
+561
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
4
-42
/
+76
2023-02-03
Make minor modifications
Son Ho
2
-1
/
+11
2023-02-03
Improve merge_abstractions
Son Ho
3
-6
/
+91
2023-02-03
Improve the value visitors and some substitution functions
Son Ho
3
-23
/
+54
2023-02-03
Make more progress on the joins
Son Ho
1
-142
/
+127
2023-02-03
Make progress on the fixed point computation
Son Ho
6
-400
/
+381
2023-02-03
Make progress on the environment matches
Son Ho
8
-34
/
+279
2023-02-03
Make more progress
Son Ho
1
-61
/
+102
2023-02-03
Make progress on environment matches and joins
Son Ho
7
-240
/
+1104
2023-02-03
Make progress on environments matches and joins
Son Ho
5
-74
/
+563
2023-02-03
Start implementing support for loops
Son Ho
19
-264
/
+1566
2022-11-16
Do not introduce match on the fuel for non-recursive functions
Son Ho
3
-11
/
+50
2022-11-16
Automatically generate the Makefile and _CoqProject files in the tests subdir...
Son Ho
1
-0
/
+2
2022-11-16
Generate record field projectors for Coq
Son Ho
3
-83
/
+231
2022-11-16
Change the name of the generated Coq modules
Son Ho
1
-1
/
+1
2022-11-16
Improve formatting
Son Ho
2
-99
/
+120
2022-11-16
Make minor modifications to the extraction
Son Ho
1
-4
/
+13
2022-11-14
Extract the Polonius examples in Coq
Son Ho
1
-13
/
+16
2022-11-14
Add a `-use-fuel` option
Son Ho
11
-53
/
+272
2022-11-14
Make [Result::Failure] type an [Error] parameter
Son Ho
12
-29
/
+107
2022-11-14
Improve the formatting of [if then else] expressions
Son Ho
1
-15
/
+24
2022-11-14
Improve the formatting of the generated code
Son Ho
2
-33
/
+56
2022-11-14
Implement a pass to decompose nested patterns in let-bindings
Son Ho
3
-53
/
+172
2022-11-14
Make minor modifications
Son Ho
3
-18
/
+0
2022-11-14
Make good progress on the Coq backend
Son Ho
14
-416
/
+1058
2022-11-14
Reorganize the project to prepare for new backends
Son Ho
7
-29
/
+30
2022-11-11
Fix some issues with the comments
Son Ho
8
-22
/
+19
2022-11-11
Make a minor modification
Son Ho
1
-1
/
+1
2022-11-11
Move the fstar files to the new backends directory
Son Ho
1
-1
/
+1
2022-11-11
Add a `bin` folder
Son Ho
1
-3
/
+5
2022-11-11
Make the Nix build work
Son Ho
2
-290
/
+4
2022-11-10
Factor out the symbolic execution for the forward/backward translations
Son Ho
5
-92
/
+77
2022-11-10
Make a minor cleanup
Son Ho
5
-46
/
+43
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
16
-492
/
+388
2022-11-10
Implement the generation of stateful backward functions (controlled by an opt...
Son Ho
10
-208
/
+386
2022-11-10
Update the way function names are handled in Pure
Son Ho
8
-142
/
+162
[next]