| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 | |
| 2024-03-19 | Fix incorrect mutable suggestion information for binding in ref pattern. | surechen | -0/+10 | |
| 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 | ||||
