Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-01-04 | Finish implementing visit_typed_value for check_typing_invariant | Son Ho | 1 | -3/+6 |
2022-01-04 | Make good progress on visit_typed_value for check_typing_invariant | Son Ho | 1 | -4/+55 |
2022-01-04 | Implement check_constant_value_type | Son Ho | 1 | -2/+8 |
2022-01-04 | Start working on check_typing_invariant | Son Ho | 1 | -1/+23 |
2022-01-04 | Implement check_borrowed_values_invariant and fix minor issues | Son Ho | 1 | -5/+82 |
2022-01-04 | Fix compiler warnings | Jonathan Protzenko | 1 | -10/+6 |
2022-01-04 | Add more checks in check_loans_borrow_relation_invariant | Son Ho | 1 | -12/+34 |
2022-01-04 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-01-04 | Update the trace | Son Ho | 1 | -1/+25 |
2022-01-04 | Make progress on implementing check_loans_borrows_relations_invariant | Son Ho | 1 | -5/+196 |
2022-01-04 | Start working on invariant checking | Son Ho | 1 | -0/+31 |