2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-13 12:43:38 +00:00
rust-analyzer/crates/ssr/src
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
..
errors.rs Rename ra_ssr -> ssr 2020-08-13 17:02:44 +02:00
lib.rs SSR: Explicitly autoderef and ref placeholders as needed 2020-08-14 21:26:25 +10:00
matching.rs SSR: Explicitly autoderef and ref placeholders as needed 2020-08-14 21:26:25 +10:00
nester.rs Rename ra_ssr -> ssr 2020-08-13 17:02:44 +02:00
parsing.rs Refactor SSR so that placeholders store a Var 2020-08-14 20:12:26 +10:00
replacing.rs SSR: Explicitly autoderef and ref placeholders as needed 2020-08-14 21:26:25 +10:00
resolving.rs Make hygiene private to hir 2020-08-13 23:54:37 +02:00
search.rs Rename ra_ssr -> ssr 2020-08-13 17:02:44 +02:00
tests.rs SSR: Explicitly autoderef and ref placeholders as needed 2020-08-14 21:26:25 +10:00