aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr
Commit message (Collapse)AuthorAgeFilesLines
* SSR: A few small refactoringsDavid Lattimore2020-08-183-6/+9
|
* SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-144-25/+222
| | | | 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-144-18/+26
| | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance.
* Make hygiene private to hirAleksey Kladov2020-08-131-11/+13
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
|
* Rename ra_ssr -> ssrAleksey Kladov2020-08-1310-0/+3600