aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/ssr.rs
Commit message (Expand)AuthorAgeFilesLines
* SSR: Add initial support for placeholder constraintsDavid Lattimore2020-07-011-0/+12
* Fix some typosDavid Lattimore2020-06-301-1/+1
* New VFSAleksey Kladov2020-06-231-1/+1
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-0/+1
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-554/+9
* Remove :expr from placeholdersDavid Lattimore2020-06-171-54/+20
* 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