aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/replacing.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-194/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-4/+4
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-121-1/+1
* Cleanup TextEdit APIAleksey Kladov2020-08-121-1/+1
* SSR: Wrap placeholder expansions in parenthesis when necessaryDavid Lattimore2020-07-301-18/+88
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-10/+30
* SSR: Parse template as Rust code.David Lattimore2020-07-241-36/+70
* SSR: Change the way rules are stored internally.David Lattimore2020-07-241-1/+5
* Structured search debuggingDavid Lattimore2020-07-011-2/+4
* Fix handling of whitespace when applying SSR within macro expansions.David Lattimore2020-06-271-16/+17
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-1/+9
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-0/+55