| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -10/+10 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-06-08 | Peel borrows before suggesting as_ref/as_deref | Michael Goulet | -4/+6 | |
| 2023-06-08 | More robust as_ref/as_deref suggestions | Michael Goulet | -0/+16 | |
| 2023-03-01 | recover from for-else and while-else | y21 | -22/+3 | |
| 2023-02-01 | Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebank | Matthias Krüger | -3/+3 | |
| Make the "extra if in let...else block" hint a suggestion Changes the hint to a suggestion, suggested in #107213. r? ```@estebank``` | ||||
| 2023-01-30 | Make the "extra if in let...else block" hint a suggestion | Edward Shen | -3/+3 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -14/+14 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -0/+25 | |
| Adds an additional hint to failures where we encounter an else keyword while we're parsing an if-let block. This is likely that the user has accidentally mixed if-let and let...else together. | ||||
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1784 | |
