Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |