| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-01 | tests: rename test cases to match new behaviour | Xiretza | -2/+2 | |
| 2023-02-01 | Fix condition for "missing `struct`" diagnostic on tuple structs | Xiretza | -6/+41 | |
| The check previously matched this, and suggested adding a missing `struct`: pub Foo(...): It was probably intended to match this instead (semicolon instead of colon): pub Foo(...); | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+464 | |
