aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/ssr.rs
Commit message (Expand)AuthorAgeFilesLines
* 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