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-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
2022-08-10
Corrected translation without using functions, remaining bug in hashmap trans...
Sidney Congard
1
-13
/
+4
2022-08-08
Register global names, one error remaining
Sidney Congard
1
-2
/
+6
2022-07-29
Create global declaration group, address PR changes but introduce bugs
Sidney Congard
1
-1
/
+6
2022-07-28
Always put can_fail to true, specialize global traduction to concrete functio...
Sidney Congard
1
-9
/
+16
2022-07-18
Address much stuff of the PR, throw exceptions at remaining places
Sidney Congard
1
-1
/
+2
2022-06-27
Add `can_end` in `abs` and use it for the return abs when generating the
Son Ho
1
-2
/
+14
2022-06-27
Update eval_operand_prepare to not give a value to the continuation
Son Ho
1
-42
/
+34
2022-06-21
concrete & symbolic evaluation work with new LLBC format
Sidney Congard
1
-4
/
+12
2022-06-08
read globals from LLBC JSON into functions
Sidney Congard
1
-3
/
+4
2022-05-06
Add an option to eagerly end abstractions if a function has return type
Son Ho
1
-1
/
+48
2022-05-01
Perform some renamings
Son Ho
1
-31
/
+29
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-5
/
+8
2022-03-03
Fix minor issues
Son Ho
1
-1
/
+5
2022-03-03
In fun_id rename the variant Local to Regular
Son Ho
1
-2
/
+2
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-7
/
+16
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-8
/
+8
2022-02-22
Add support for "fused" match branches
Son Ho
1
-1
/
+13
2022-02-09
Make minor modifications in InterpreterStatements
Son Ho
1
-4
/
+11
2022-02-08
Fix another issue in set_discriminant
Son Ho
1
-3
/
+17
2022-02-08
Add an option to allow the presence of bottom values below borrows
Son Ho
1
-0
/
+17
2022-02-08
Fix more issues
Son Ho
1
-23
/
+36
2022-02-08
Make a minor modification to `drop_value`
Son Ho
1
-2
/
+5
2022-02-08
Make progress on implementing support for types and functions like
Son Ho
1
-14
/
+14
[next]