aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge #4658bors[bot]2020-06-022-0/+2
| |\ \
| | * | Test case for format string highlighting of closing curlybraceRoland Ruckerbauer2020-05-302-0/+2
* | | | Fix tests and remove unused methodsMikhail Rakhmanov2020-06-133-13/+6
* | | | Add more patterns, tests and fix keywordsMikhail Rakhmanov2020-06-123-473/+297
* | | | Rewrite snapshot checksMikhail Rakhmanov2020-06-124-245/+100
* | | | Remove comment and incorrect assertMikhail Rakhmanov2020-06-121-7/+1
* | | | Return snapshots to testsMikhail Rakhmanov2020-06-121-18/+34
* | | | More assert refactoringMikhail Rakhmanov2020-06-121-7/+8
* | | | Add more pattern testsMikhail Rakhmanov2020-06-122-11/+50
* | | | New testing approach for keywordsMikhail Rakhmanov2020-06-122-6/+56
* | | | Add few smoke tests for patterns and refactoringMikhail Rakhmanov2020-06-114-10/+111
* | | | Add more patterns and keywordsMikhail Rakhmanov2020-06-113-55/+59
* | | | Add todoMikhail Rakhmanov2020-06-111-1/+2
* | | | Add more keywordsMikhail Rakhmanov2020-06-114-234/+183
* | | | Add top level keywords completionMikhail Rakhmanov2020-06-021-1/+186
|/ / /
* | | 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