| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -1/+1 | |
| Namely, use a more sensical primary span. Don't pretty-print AST nodes for the diagnostic message. Why: * It's lossy (e.g., it doesn't replicate trailing `+`s in trait objects. * It's prone to leak error nodes (printed as `(/*ERROR*/)`) since the LHS can easily represent recovered code (e.g., `fn(i32?) + T`). | ||||
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+0 | |
| Go over all structured parser suggestions and make them verbose style. When suggesting to add or remove delimiters, turn them into multiple suggestion parts. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+10 | |
