aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix test following change to fixture parsing ↵David Lattimore2020-06-271-1/+11
| | | | (d016cb486738c1ab2574a322924183fa8a870b06)
* SSR: Allow matching within macro callsDavid Lattimore2020-06-271-0/+49
|
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-0/+53
| | | | 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/+496
Part of #3186