| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -7/+7 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -1/+1 | |
| 2023-09-26 | Add context to `let: Ty = loop { break };` | Esteban Küber | -4/+16 | |
| We weren't accounting for the case where `break` was immediately within the `loop` block. | ||||
| 2023-09-25 | Use verbose suggestion for `break` without value | Esteban Küber | -36/+54 | |
| 2023-09-25 | Handle all arbitrary `loop` nesting in `break` type errors | Esteban Küber | -3/+115 | |
| 2023-09-25 | Account for more cases of nested `loop`s for `break` type mismatches | Esteban Küber | -7/+52 | |
| 2023-09-25 | Handle yet another case of `break` type mismatch | Esteban Küber | -1/+4 | |
| 2023-09-25 | Point at previous breaks that have the expected type | Esteban Küber | -1/+10 | |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -1/+24 | |
| Fix #115905. | ||||
| 2023-08-28 | Move tests | Caio | -0/+64 | |
| 2023-05-31 | Don't suggest break through nested items | Michael Goulet | -0/+110 | |
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+78 | |
| 2023-02-16 | Move tests | Caio | -0/+28 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+556 | |
