aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr/src/matching.rs
Commit message (Collapse)AuthorAgeFilesLines
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-819/+0
|
* .Aleksey Kladov2021-01-191-6/+7
|
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-1/+1
|
* Group file source edits by FileIdLukas Wirth2021-01-141-2/+2
|
* Remove some unneeded string allocationsLukas Wirth2020-12-311-1/+3
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* :arrow_up: ungrammarAleksey Kladov2020-08-211-3/+5
|
* Add SelfParam to code_modelAleksey Kladov2020-08-191-1/+1
|
* SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-141-24/+66
| | | | 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-141-10/+5
| | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance.
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-0/+777