| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -1/+8 | |
| Parsing now accepts a match arm without a body, so we must make sure to only accept that if the pattern is a never pattern. | ||||
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -0/+2 | |
| Because a macro invocation can expand to a never pattern, we can't rule out a `arm!(),` arm at parse time. Instead we detect that case at expansion time, if the macro tries to output a pattern followed by `=>`. | ||||
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -7/+10 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -6/+6 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 | |
| 2023-08-21 | discard dummy field for macro invocation when parse struct | bohan | -38/+44 | |
| 2023-08-02 | Add test for enum with fields | Catherine Flores | -31/+53 | |
| 2023-07-24 | Recover from some macros | Catherine Flores | -86/+88 | |
| 2023-07-24 | Specify macro is invalid in certain contexts | Catherine | -0/+148 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+393 | |
