Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 1 | -23/+64 |
* | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 1 | -21/+44 |
* | SSR: Disable matching within use declarations | David Lattimore | 2020-07-24 | 1 | -1/+28 |
* | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 1 | -5/+126 |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -4/+4 |
* | SSR: Refactor to not rely on recursive search for nesting of matches | David Lattimore | 2020-07-24 | 1 | -25/+13 |
* | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 1 | -1/+20 |
* | SSR: Move search code into a submodule | David Lattimore | 2020-07-24 | 1 | -0/+54 |