| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-19 | Fix incorrect mutable suggestion information for binding in ref pattern. | surechen | -11/+0 | |
| For ref pattern in func param, the mutability suggestion has to apply to the binding. For example: `fn foo(&x: &i32)` -> `fn foo(&(mut x): &i32)` fixes #122415 | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-09-07 | fixes #114896 | surechen | -0/+11 | |
