aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/search.rs
Commit message (Expand)AuthorAgeFilesLines
* SSR: Allow `self` in patterns.David Lattimore2020-08-011-0/+9
* Rename UseItem -> UseAleksey Kladov2020-07-301-1/+1
* SSR: Restrict to current selection if anyDavid Lattimore2020-07-291-23/+64
* SSR: Allow function calls to match method callsDavid Lattimore2020-07-241-21/+44
* SSR: Disable matching within use declarationsDavid Lattimore2020-07-241-1/+28
* SSR: Use Definition::find_usages to speed up matching.David Lattimore2020-07-241-5/+126
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-4/+4
* SSR: Refactor to not rely on recursive search for nesting of matchesDavid Lattimore2020-07-241-25/+13
* Move iteration over all files into the SSR crateDavid Lattimore2020-07-241-1/+20
* SSR: Move search code into a submoduleDavid Lattimore2020-07-241-0/+54