| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-18 | Update `.` -> `::` tests for new diff suggestion format. | Zachary S | -28/+37 | |
| 2025-02-18 | Suggest using :: instead of . for enums in some cases. | Zachary S | -0/+225 | |
| Suggest replacing `.` with `::` when encountering "expected value, found enum": - in a method-call expression and the method has the same name as a tuple variant - in a field-access expression and the field has the same name as a unit or tuple variant | ||||
