aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* add testBrennan Vincent2020-05-311-0/+27
* Merge #4664bors[bot]2020-05-3120-175/+363
|\
| * Move the rest of the features to generated docsAleksey Kladov2020-05-316-142/+212
| * Doc more featuresAleksey Kladov2020-05-313-6/+40
| * Don't require module docs for Features and AssistsAleksey Kladov2020-05-3110-25/+41
| * Specify actionsAleksey Kladov2020-05-314-3/+20
| * Generate features docs from sourceAleksey Kladov2020-05-317-2/+53
* | Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-292-0/+3
|/
* Fixed missing newline on each field on "Missing structure fields".Cadu2020-05-271-1/+1
* Merge #4592bors[bot]2020-05-272-1/+48
|\
| * fix textedit range returned for completion when left token is a keywordBenjamin Coenen2020-05-272-0/+3
| * fix textedit range returned for completion when left token is a keyword #4545Benjamin Coenen2020-05-242-1/+45
* | Merge #4596bors[bot]2020-05-271-1/+59
|\ \
| * | Trim at presentation layerYuki Kodama2020-05-252-4/+2
| * | Fix test to consider multiple underscoresYuki Kodama2020-05-251-7/+7
| * | Use built-in methodYuki Kodama2020-05-251-11/+5
| * | Separate assertionsYuki Kodama2020-05-251-7/+65
| * | Reflect test caseYuki Kodama2020-05-251-7/+7
| * | Strip leading underscoreYuki Kodama2020-05-251-2/+10
| | |
| \ \
*-. \ \ Merge #4625 #4629bors[bot]2020-05-271-3/+3
|\ \ \ \
| | * | | Fix the `should_panic` snippetAndrew Chin2020-05-261-3/+3
| |/ / /
* / / / Pass trivially copy types as copykjeremy2020-05-261-32/+29
|/ / /
* | | Merge #4534bors[bot]2020-05-261-0/+59
|\ \ \
| * | | Add call postfix completionvain0x2020-05-201-0/+59
* | | | Hover tooltip module name is monospace once againAaron Loucks2020-05-262-8/+11
* | | | Fix some clippy perf warningsJeremy Kolb2020-05-251-4/+4
| |/ / |/| |
| | |
| \ \
*-. \ \ Merge #4602 #4603bors[bot]2020-05-253-4/+7
|\ \ \ \
| | * | | Add self keyword semantic token typeLaurențiu Nicola2020-05-253-4/+7
| |/ / /
* / / / Less rust-analyzer specific onEnterAleksey Kladov2020-05-252-9/+5
|/ / /
* | | Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
* | | Highlight `true` and `false` as literalsMatthew Jasper2020-05-247-1/+9
* | | Fix testsAleksey Kladov2020-05-241-25/+25
* | | Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-241-12/+131
|\ \ \
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-241-1/+1
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-35/+41
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-221-11/+2
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-2115-90/+119
| |\ \ \
| * | | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-13/+133
* | | | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-242-21/+131
|\ \ \ \ \
| * | | | | Propogate fixture meta to AnalysisHostvsrs2020-05-162-6/+54
| * | | | | Use FixtureMeta in MockAnalysisvsrs2020-05-161-16/+77
| * | | | | Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-3/+4
* | | | | | Merge pull request #4474 from georgewfraser/color_attrsAleksey Kladov2020-05-243-3/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Color attribute functionsGeorge Fraser2020-05-193-3/+9
| | |/ / / | |/| | |
* | | | | Merge #4559bors[bot]2020-05-232-7/+16
|\ \ \ \ \
| * | | | | Update tests to accept new hover formattingGalilée 'Bill' Enguehard2020-05-221-4/+13
| * | | | | Fix formatting error when no modpath is presentGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | Modify hover info to show module path separated by a lineGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_...Galilée 'Bill' Enguehard2020-05-2137-546/+1614
| |\ \ \ \ \
| * | | | | | Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1