aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/resolving.rs
Commit message (Expand)AuthorAgeFilesLines
* Structured search replace now handles UFCS calls to trait methodsDavid Lattimore2020-08-131-4/+29
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-4/+4
* Merge #5637bors[bot]2020-08-121-4/+27
|\
| * SSR: Matching trait associated constants, types and functionsDavid Lattimore2020-08-011-4/+27
* | Use SyntaxNode.ancestors instead of a loopDavid Lattimore2020-08-051-7/+1
* | SSR: Allow `self` in patterns.David Lattimore2020-08-011-0/+29
|/
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-1/+1
* Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-311-1/+1
* SSR: Rename position and lookup_context to resolve_contextDavid Lattimore2020-07-291-4/+4
* SSR: Fix for path resolution of localsDavid Lattimore2020-07-261-0/+28
* SSR: Move more resolution-related code into the resolving moduleDavid Lattimore2020-07-261-6/+33
* SSR: Allow function calls to match method callsDavid Lattimore2020-07-241-0/+18
* SSR: Use Definition::find_usages to speed up matching.David Lattimore2020-07-241-3/+5
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-0/+153