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
/
InterpreterStatements.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix an issue when merging the fwd/back functions of trait methods
Son Ho
2023-12-22
1
-9
/
+24
|
*
Make good progress on merging the fwd/back functions
Son Ho
2023-12-21
1
-17
/
+30
|
*
Rename some definitions
Son Ho
2023-12-18
1
-6
/
+6
|
*
Update the interpreter to handle optional otherwise branches
Son Ho
2023-12-13
1
-1
/
+4
|
*
Remove the type sv_kind ("symbolic value kind")
Son Ho
2023-12-05
1
-2
/
+2
|
*
Update following changes in Charon
Son Ho
2023-12-05
1
-383
/
+413
|
*
Add span information to the generated code
Son Ho
2023-11-21
1
-1
/
+1
|
*
Rename PrimitiveValues to Values
Son Ho
2023-11-21
1
-1
/
+0
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-226
/
+212
|
*
Make minor modifications
Son Ho
2023-11-13
1
-3
/
+27
|
*
Add RegionsHierarchy.ml
Son Ho
2023-11-13
1
-1
/
+1
|
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-19
/
+19
|
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-4
/
+4
|
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-64
/
+54
|
*
Add some debugging information
Son Ho
2023-10-24
1
-0
/
+7
|
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-94
/
+6
|
*
Start updating to handle function pointers
Son Ho
2023-10-20
1
-34
/
+44
|
*
Add sup
Son Ho
2023-10-13
1
-1
/
+1
|
*
Cleanup a bit
Son Ho
2023-09-19
1
-10
/
+10
|
*
Normalize the function signatures before translation to pure
Son Ho
2023-09-17
1
-61
/
+0
|
*
Make progress on correctly extracting trait method calls
Son Ho
2023-09-17
1
-13
/
+20
|
*
Update the handling of calls to trait impl methods
Son Ho
2023-09-17
1
-8
/
+67
|
*
Fix a minor issue
Son Ho
2023-09-17
1
-2
/
+2
|
*
Fix some issues with calls to trait methods
Son Ho
2023-09-17
1
-2
/
+7
|
*
Fix some issues
Son Ho
2023-09-13
1
-0
/
+7
|
*
Make minor modifications
Son Ho
2023-09-13
1
-2
/
+6
|
*
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
2023-09-11
1
-24
/
+102
|
*
Implement handling of trait method function calls
Son Ho
2023-09-10
1
-66
/
+115
|
*
Update PureMicroPasses
Son Ho
2023-09-01
1
-1
/
+1
|
*
Implement the normalization functions in AssociatedTypes
Son Ho
2023-09-01
1
-1
/
+1
|
*
Start adding support for traits
Son Ho
2023-08-31
1
-151
/
+154
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-95
/
+103
|
*
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
2023-08-07
1
-4
/
+4
|
*
Add SliceLen as a primitive function and make minor adjustments
Son Ho
2023-08-04
1
-1
/
+1
|
*
Fix issues
Son Ho
2023-08-03
1
-5
/
+2
|
*
Make progress
Son Ho
2023-08-02
1
-22
/
+27
|
*
Make progress
Son Ho
2023-08-02
1
-36
/
+56
|
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-19
/
+22
|
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-2
/
+2
|
*
Fix some bugs
Son Ho
2023-02-03
1
-4
/
+4
|
*
Make progress on Interpreter.ml
Son Ho
2023-02-03
1
-16
/
+23
|
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-3
/
+4
|
*
Start implementing support for loops
Son Ho
2023-02-03
1
-52
/
+19
|
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-2
/
+2
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-10
/
+8
|
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
1
-16
/
+18
|
*
Reorganize the symoblic expansions to separate the branching/non-branching ones
Son Ho
2022-11-10
1
-3
/
+1
|
*
Update `switch` to have a specific treatment of ADTs
Son Ho
2022-11-10
1
-68
/
+117
|
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
1
-1
/
+1
|
*
Add some .mli files
Son Ho
2022-11-07
1
-56
/
+15
|
[next]