aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr/src/replacing.rs
Commit message (Collapse)AuthorAgeFilesLines
* .Aleksey Kladov2021-01-191-1/+1
|
* :arrow_up: ungrammarAleksey Kladov2020-08-211-5/+2
|
* SSR: A few small refactoringsDavid Lattimore2020-08-181-6/+7
|
* SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-141-0/+46
| | | | Structured search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code.
* Refactor SSR so that placeholders store a VarDavid Lattimore2020-08-141-2/+1
| | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance.
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-0/+194