Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSR: A few small refactorings | David Lattimore | 2020-08-18 | 3 | -6/+9 |
| | |||||
* | SSR: Explicitly autoderef and ref placeholders as needed | David Lattimore | 2020-08-14 | 4 | -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 Var | David Lattimore | 2020-08-14 | 4 | -18/+26 |
| | | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance. | ||||
* | Make hygiene private to hir | Aleksey Kladov | 2020-08-13 | 1 | -11/+13 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_ssr -> ssr | Aleksey Kladov | 2020-08-13 | 10 | -0/+3600 |