Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-03 | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 1 | -4/+3 |
2023-02-03 | Fix an issue with the names of the loop decreases clauses | Son Ho | 1 | -23/+27 |
2023-02-03 | Improve the order of the loop input parameters | Son Ho | 1 | -1/+1 |
2023-02-03 | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 1 | -21/+21 |
2023-02-03 | Fix some issues with the values given back by loop backward translations | Son Ho | 1 | -0/+10 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -0/+18 |
2023-02-03 | Implement support for nested borrows in loops, and add loop tests | Son Ho | 1 | -2/+49 |
2023-02-03 | Regenerate the tests | Son Ho | 1 | -0/+17 |
2023-02-03 | Make another loop example work | Son Ho | 1 | -0/+3 |
2023-02-03 | Make minor modifications and generate code for loops | Son Ho | 1 | -0/+13 |