index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
Fix a small bug in projections_intersect and add more debugging output
Son Ho
4
-47
/
+75
2022-01-12
Remove the inner_outer parameter from end_borrow, etc.
Son Ho
3
-56
/
+33
2022-01-12
Update ctx_pop_frame to not drop the local variables
Son Ho
1
-33
/
+7
2022-01-12
Update end_borrow to check if there are loans in borrowed values
Son Ho
9
-191
/
+288
2022-01-12
Update some comments
Son Ho
1
-4
/
+7
2022-01-12
Introduce dummy variables and update assign_to_place
Son Ho
5
-14
/
+56
2022-01-12
Make minor modifications
Son Ho
3
-1
/
+7
2022-01-10
remove another warning
Jonathan Protzenko
1
-1
/
+0
2022-01-07
Update the invariant checks to take into account ignored borrows/loans
Son Ho
1
-6
/
+33
2022-01-07
Factorize initialize_symbolic_context_for_fun and
Son Ho
3
-58
/
+69
2022-01-07
Add a high-level comment
Son Ho
1
-0
/
+8
2022-01-07
Make more modifications to logging
Son Ho
6
-19
/
+35
2022-01-07
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
9
-51
/
+220
2022-01-07
Add logging information for borrows
Son Ho
5
-7
/
+40
2022-01-07
Make more improvements to logging
Son Ho
3
-24
/
+32
2022-01-07
Improve logging and introduce eval_operands_prepare
Son Ho
6
-15
/
+96
2022-01-06
Add debugging info
Son Ho
1
-3
/
+27
2022-01-06
Cleanup
Son Ho
8
-17
/
+8
2022-01-06
Make the symbolic, borrow, region and abstration counters global and
Son Ho
11
-104
/
+104
2022-01-06
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
12
-255
/
+116
2022-01-06
Implement a small improvement for apply_reborrows
Son Ho
1
-3
/
+10
2022-01-06
Fix another bug
Son Ho
1
-5
/
+5
2022-01-06
Fix more bugs
Son Ho
2
-7
/
+14
2022-01-06
Fix some bugs
Son Ho
7
-15
/
+42
2022-01-06
Make minor improvements to printing
Son Ho
3
-8
/
+20
2022-01-06
Fix some printing issues
Son Ho
1
-2
/
+2
2022-01-06
Make a minor modification
Son Ho
1
-1
/
+3
2022-01-06
Fix some issues when evaluating assertions
Son Ho
3
-6
/
+56
2022-01-06
Make minor modifications
Son Ho
4
-13
/
+23
2022-01-06
Fix minor bugs
Son Ho
1
-6
/
+3
2022-01-06
Implement tests for the symbolic interpreter
Son Ho
3
-21
/
+14
2022-01-06
Make good progress on implementing utilities to test symbolic execution
Son Ho
10
-94
/
+269
2022-01-06
Move more definitions and do more cleanup
Son Ho
8
-67
/
+74
2022-01-06
Cleanup and reorganize
Son Ho
8
-476
/
+492
2022-01-06
Cleanup a bit more the dependencies and activate more warnings/errors
Son Ho
5
-12
/
+3
2022-01-06
Cleanup the dependencies a bit
Son Ho
10
-51
/
+0
2022-01-06
Move some definitions
Son Ho
2
-20
/
+20
2022-01-06
Move some definitions from Interpreter to InterpreterStatements
Son Ho
2
-894
/
+895
2022-01-06
Move some definitions inside of InterpreterExpressions
Son Ho
1
-28
/
+28
2022-01-06
Move some functions from Interpreter to InterpreterExpressions
Son Ho
2
-437
/
+477
2022-01-06
Move some definitions from Interpreter to InterpreterPaths
Son Ho
2
-815
/
+834
2022-01-06
Move some functions from Interpreter to InterpreterExpansion
Son Ho
3
-483
/
+508
2022-01-06
Move some functions from Interpreter to InterpreterBorrows
Son Ho
2
-1099
/
+1116
2022-01-06
Move some functions from Interpreter to InterpreterProjectors
Son Ho
3
-635
/
+667
2022-01-06
Implement statement_has_loops and make minor modifications
Son Ho
3
-2
/
+17
2022-01-06
Address some warnings
Son Ho
1
-19
/
+20
2022-01-06
Generate iterators for statement
Son Ho
2
-5
/
+54
2022-01-05
Cleanup a bit
Son Ho
1
-22
/
+17
2022-01-05
Finish implementing evaluation of non-local function calls in symbolic
Son Ho
1
-69
/
+71
2022-01-05
Make progress on eval_non_local_function_call_symbolic
Son Ho
2
-54
/
+92
[next]