aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* SSR: Allow matching within macro callsDavid Lattimore2020-06-271-1/+17
|
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-8/+10
| | | | Matching within macro calls is to come later and matching of macro calls within macro calls later still.
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-0/+120
Part of #3186