Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSR: Don't mix non-path-based rules with path-based | David Lattimore | 2020-07-29 | 1 | -1/+23 |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -16/+1 |
* | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 1 | -32/+28 |
* | SSR: Change the way rules are stored internally. | David Lattimore | 2020-07-24 | 1 | -30/+76 |
* | SSR: Extract error code out to a separate module | David Lattimore | 2020-07-03 | 1 | -14/+3 |
* | 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 |