| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -0/+6 | |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -3/+3 | |
| 2020-05-21 | Adjust according to petrochenkov's review comments | mibac138 | -24/+5 | |
| 2020-05-20 | Adjust according to estebank's review comments | mibac138 | -10/+10 | |
| 2020-05-20 | Expand partial error recovery for `let` with `BinOpEq` | mibac138 | -2/+20 | |
| 2020-05-20 | Implement partial error recovery for `let` with `BinOpEq` | mibac138 | -0/+21 | |
| 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. | ||||
