Aleksey Kladov
|
b0fd3faf36
|
Switch to expect_test from crates.io
|
2020-08-21 13:19:31 +02:00 |
|
David Lattimore
|
29e6238cb7
|
SSR: A few small refactorings
|
2020-08-18 20:39:55 +10:00 |
|
David Lattimore
|
a4a504e132
|
SSR: Explicitly autoderef and ref placeholders as needed
Structured search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code.
|
2020-08-14 21:26:25 +10:00 |
|
David Lattimore
|
c84f98385a
|
Refactor SSR so that placeholders store a Var
This allows lookup of placeholder bindings given a placeholder without
needing to create a Var instance.
|
2020-08-14 20:12:26 +10:00 |
|
Aleksey Kladov
|
ae3abd6e57
|
Rename ra_ssr -> ssr
|
2020-08-13 17:02:44 +02:00 |
|