aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Merge #4773bors[bot]2020-06-082-9/+225
|\
| * Apply suggestions from code reviewvsrs2020-06-081-4/+8
| * Disable runnables lookup in macro-generated code.vsrs2020-06-061-1/+10
| * Add Run|Debug hover actionsvsrs2020-06-062-9/+134
| * Preliminary runnables refactoringvsrs2020-06-061-0/+78
* | Merge #4781bors[bot]2020-06-081-32/+27
|\ \
| * | Remove redundancy in syntax highlighting testsLeander Tentrup2020-06-071-32/+27
| |/
* / Fix bug in lexer for format specifier where the `type` and `width` were not c...Leander Tentrup2020-06-071-1/+1
|/
* Fix type parameter defaultsFlorian Diebold2020-06-052-3/+3
*-. Merge #4729 #4748bors[bot]2020-06-052-13/+137
|\ \
| * | Add enum hover action test.vsrs2020-06-051-0/+15
| * | Rebase on the latest master.vsrs2020-06-051-3/+3
| * | Code formattingvsrs2020-06-052-4/+3
| * | Add hover actions as LSP extensionvsrs2020-06-052-13/+123
| |/
* / Inlay Hints: more directly account for self paramAleksey Kladov2020-06-051-2/+1
|/
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-0312-20/+315
|\
| * Merge #4678bors[bot]2020-06-031-2/+11
| |\
| | * Use split1 when formatting function signature paramsAaron Loucks2020-06-031-5/+3
| | * Unsquish parameter types in tooltips for macro-generated functionsAaron Loucks2020-05-311-1/+12
| * | Consolidate documentation expansion and mergingAaron Loucks2020-06-031-53/+7
| * | Add basic hover and completion doc tests for macro generated itemsAaron Loucks2020-06-032-1/+181
| * | Enable hover and autocomplete docs on macro generated itemsAaron Loucks2020-06-031-5/+50
| * | Add highlight support for unsafe fn calls and raw ptr derefPaul Daniel Faria2020-06-029-5/+112
* | | Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-022-70/+246
|\| |
| * | Fix testsAleksey Kladov2020-06-021-15/+210
| * | New runnables APIAleksey Kladov2020-06-022-55/+36
* | | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-22/+17
|/ /
* | Merge #4658bors[bot]2020-06-022-0/+2
|\ \
| * | Test case for format string highlighting of closing curlybraceRoland Ruckerbauer2020-05-302-0/+2
* | | 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
| |/ / /