aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr
Commit message (Expand)AuthorAgeFilesLines
* SSR: Update tests so that all paths in patterns can be resolvedDavid Lattimore2020-07-031-67/+97
* SSR: Refactor matching code.David Lattimore2020-07-031-80/+75
* SSR: Improve error reporting when a test failsDavid Lattimore2020-07-032-21/+36
* SSR: Extract error code out to a separate moduleDavid Lattimore2020-07-033-23/+35
* SSR: Use T! instead of SyntaxKind::* where possibleDavid Lattimore2020-07-021-11/+11
* SSR: Add initial support for placeholder constraintsDavid Lattimore2020-07-014-6/+143
* Structured search debuggingDavid Lattimore2020-07-014-160/+207
* Fix some typosDavid Lattimore2020-06-303-5/+5
*-. Merge #5096 #5097bors[bot]2020-06-294-18/+37
|\ \
| * | Fix handling of whitespace when applying SSR within macro expansions.David Lattimore2020-06-274-18/+37
| |/
* / Use more of FxHash*Laurențiu Nicola2020-06-291-1/+1
|/
* Fix test following change to fixture parsing (d016cb486738c1ab2574a322924183f...David Lattimore2020-06-271-1/+11
* SSR: Allow matching within macro callsDavid Lattimore2020-06-273-2/+69
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-224-13/+173
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-226-0/+1456