Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SyntaxNode.ancestors instead of a loop | David Lattimore | 2020-08-05 | 1 | -7/+1 |
* | SSR: Allow `self` in patterns. | David Lattimore | 2020-08-01 | 1 | -0/+29 |
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | Rename TypeArgList -> GenericArgList | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | SSR: Rename position and lookup_context to resolve_context | David Lattimore | 2020-07-29 | 1 | -4/+4 |
* | SSR: Fix for path resolution of locals | David Lattimore | 2020-07-26 | 1 | -0/+28 |
* | SSR: Move more resolution-related code into the resolving module | David Lattimore | 2020-07-26 | 1 | -6/+33 |
* | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 1 | -0/+18 |
* | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 1 | -3/+5 |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -0/+153 |