| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-24 | Move error code tests to error code folder | varkor | -16/+0 | |
| 2019-01-01 | syntax: Fix regression in diagnostics for patterns in trait method parameters | Vadim Petrochenkov | -0/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-11 | Clean up and add extra tests | varkor | -5/+10 | |
| 2018-08-11 | Fix handling of trait methods with bodies and improve efficiency | varkor | -1/+5 | |
| 2018-08-11 | Emit error for pattern arguments in trait methods | varkor | -0/+15 | |
| The error and check for this already existed, but the parser didn't try to parse trait method arguments as patterns, so the error was never emitted. This surfaces the error, so we get better errors than simple parse errors. | ||||
