aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/ssr.rs
Commit message (Expand)AuthorAgeFilesLines
* Doc more featuresAleksey Kladov2020-05-311-2/+22
* Fix some clippy perf warningsJeremy Kolb2020-05-251-4/+4
* Lift SourceChange to the ra_ide_dbAleksey Kladov2020-05-061-7/+7
* Fixup testsAleksey Kladov2020-05-051-2/+6
* Use more natural signature for Edit::applyAleksey Kladov2020-05-051-9/+15
* Adds to SSR match for semantically equivalent call and method callMikhail Modin2020-04-021-12/+110
* Adds sort for RecordLit comparison in SSRMikhail Modin2020-04-011-26/+90
* Swtches to rust SSR query checkMikhail Modin2020-03-151-8/+28
* get matches from code.descendantsadamrk2020-02-251-7/+9
* save comments as ra_syntax::ast::Commentadamrk2020-02-251-10/+6
* Handle trivia in strucural search and replaceadamrk2020-02-231-27/+118
* More manual clippy fixesKirill Bulatov2020-02-181-5/+9
* Init implementation of structural search replaceMikhail Modin2020-02-141-0/+324