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