| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 | |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -1/+1 | |
| When we have long code skips, we write `...` in the line number gutter. For suggestions, we were "centering" the `...` with the line, but that was consistent with what we do in every other case. | ||||
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -2/+21 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+18 | |
