| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -10/+0 | |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -0/+2 | |
| 2020-05-20 | Adjust according to estebank's review comments | mibac138 | -3/+3 | |
| 2020-05-20 | Implement partial error recovery for `let` with `BinOpEq` | mibac138 | -0/+8 | |
| When parsing `let x: i8 += 1` the compiler interprets `i8` as a trait which makes it more complicated to do error recovery. More advanced error recovery is not implemented in this commit. | ||||
