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
/
ValuesUtils.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Fix an issue with the translation of loops::clear
Son Ho
1
-1
/
+1
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-1
/
+21
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-0
/
+7
2023-02-03
Make progress on environment matches and joins
Son Ho
1
-0
/
+18
2023-02-03
Start implementing support for loops
Son Ho
1
-4
/
+78
2022-11-07
Rename "inactivated borrows" to "reserved borrows"
Son Ho
1
-3
/
+3
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-2
/
+2
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
-3
/
+3
2022-09-22
Reformat the project with dune
Son Ho
1
-6
/
+0
2022-04-20
Update the evaluation of matches for the cases where the scrutinee is a
Son Ho
1
-0
/
+10
2022-02-23
Improve pretty-printing of environments by filtering and grouping values
Son Ho
1
-0
/
+2
2022-01-19
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
1
-0
/
+5
2022-01-18
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
1
-3
/
+4
2022-01-18
Rename type_is_primitively_copyable to ty_is_...
Son Ho
1
-1
/
+1
2022-01-14
Implement greedy expansion of symbolic variables and expansion before
Son Ho
1
-0
/
+29
2022-01-13
Make more updates to assignment and update ctx_pop_frame
Son Ho
1
-0
/
+18
2022-01-12
Update end_borrow to check if there are loans in borrowed values
Son Ho
1
-0
/
+2
2022-01-06
Move more definitions and do more cleanup
Son Ho
1
-0
/
+46
2022-01-06
Cleanup and reorganize
Son Ho
1
-2
/
+8
2021-12-01
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
1
-1
/
+2
2021-12-01
Move some definitions to new files
Son Ho
1
-0
/
+7