aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr/src
Commit message (Collapse)AuthorAgeFilesLines
* SSR: A few small refactoringsDavid Lattimore2020-08-182-6/+8
|
* 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_ssr -> ssrAleksey Kladov2020-08-139-0/+3576