Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSR: Extract error code out to a separate module | David Lattimore | 2020-07-03 | 1 | -14/+3 |
| | | | | | This is to make reusing it outside of parsing easier in a subsequent change. | ||||
* | SSR: Use T! instead of SyntaxKind::* where possible | David Lattimore | 2020-07-02 | 1 | -11/+11 |
| | |||||
* | SSR: Add initial support for placeholder constraints | David Lattimore | 2020-07-01 | 1 | -5/+87 |
| | |||||
* | Fix some typos | David Lattimore | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | Use more of FxHash* | Laurențiu Nicola | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | Allow SSR to match type references, items, paths and patterns | David Lattimore | 2020-06-22 | 1 | -0/+272 |
Part of #3186 |