aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* SSR: Improve error reporting when a test failsDavid Lattimore2020-07-031-15/+15
* SSR: Extract error code out to a separate moduleDavid Lattimore2020-07-031-9/+3
* Structured search debuggingDavid Lattimore2020-07-011-5/+157
* Fix handling of whitespace when applying SSR within macro expansions.David Lattimore2020-06-271-1/+2
* SSR: Allow matching within macro callsDavid Lattimore2020-06-271-1/+17
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-8/+10
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-0/+120