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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-24
Add some debugging information
Son Ho
1
-0
/
+7
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-94
/
+6
2023-10-20
Start updating to handle function pointers
Son Ho
1
-34
/
+44
2023-10-13
Add sup
Son Ho
1
-1
/
+1
2023-09-19
Cleanup a bit
Son Ho
1
-10
/
+10
2023-09-17
Normalize the function signatures before translation to pure
Son Ho
1
-61
/
+0
2023-09-17
Make progress on correctly extracting trait method calls
Son Ho
1
-13
/
+20
2023-09-17
Update the handling of calls to trait impl methods
Son Ho
1
-8
/
+67
2023-09-17
Fix a minor issue
Son Ho
1
-2
/
+2
2023-09-17
Fix some issues with calls to trait methods
Son Ho
1
-2
/
+7
2023-09-13
Fix some issues
Son Ho
1
-0
/
+7
2023-09-13
Make minor modifications
Son Ho
1
-2
/
+6
2023-09-11
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
1
-24
/
+102
2023-09-10
Implement handling of trait method function calls
Son Ho
1
-66
/
+115
2023-09-01
Update PureMicroPasses
Son Ho
1
-1
/
+1
2023-09-01
Implement the normalization functions in AssociatedTypes
Son Ho
1
-1
/
+1
2023-08-31
Start adding support for traits
Son Ho
1
-151
/
+154
2023-08-18
Update following the introduction of ConstantExpr
Son Ho
1
-95
/
+103
2023-08-07
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
1
-4
/
+4
2023-08-04
Add SliceLen as a primitive function and make minor adjustments
Son Ho
1
-1
/
+1
2023-08-03
Fix issues
Son Ho
1
-5
/
+2
2023-08-02
Make progress
Son Ho
1
-22
/
+27
2023-08-02
Make progress
Son Ho
1
-36
/
+56
2023-08-02
Make progress proapagating the changes
Son Ho
1
-19
/
+22
2023-02-03
Add more loop examples and fix issues
Son Ho
1
-2
/
+2
2023-02-03
Fix some bugs
Son Ho
1
-4
/
+4
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-16
/
+23
2023-02-03
Remove the meta-values from the shared and reserved borrow values
Son Ho
1
-3
/
+4
2023-02-03
Start implementing support for loops
Son Ho
1
-52
/
+19
2022-11-14
Make [Result::Failure] type an [Error] parameter
Son Ho
1
-2
/
+2
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-10
/
+8
2022-11-10
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
1
-16
/
+18
2022-11-10
Reorganize the symoblic expansions to separate the branching/non-branching ones
Son Ho
1
-3
/
+1
2022-11-10
Update `switch` to have a specific treatment of ADTs
Son Ho
1
-68
/
+117
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-1
/
+1
2022-11-07
Add some .mli files
Son Ho
1
-56
/
+15
2022-11-07
Add ids to the dummy variables
Son Ho
1
-16
/
+24
2022-11-07
Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...
Son Ho
1
-9
/
+4
2022-11-07
Fix an issue with drop_value
Son Ho
1
-9
/
+11
2022-10-28
Move the AssignGlobal case from statement to rvalue
Son Ho
1
-33
/
+40
2022-10-28
Make minor updates to account for Charon's changes
Son Ho
1
-5
/
+4
2022-10-28
Take care of some TODOs
Son Ho
1
-1
/
+1
2022-10-28
Move some files to the Charon project
Son Ho
1
-9
/
+9
2022-10-27
Fix some comment references
Son Ho
1
-7
/
+7
2022-10-27
Move constant_value to PrimitiveValues.ml
Son Ho
1
-6
/
+7
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-39
/
+39
2022-10-26
Add meta data with code locations to the various definitions
Son Ho
1
-1
/
+1
2022-10-20
Fix the semantics of drop
Son Ho
1
-4
/
+16
2022-09-22
Make minor modifications
Son Ho
1
-10
/
+16
[next]