aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-162-62/+49
* Syntactic highlighting of NAME_REF for injectionsLeander Tentrup2020-06-1512-16/+102
* Merge #4877bors[bot]2020-06-153-16/+37
|\
| * Fix syntax highlighting of recursive macrosLeander Tentrup2020-06-153-16/+37
* | Deprecate hir::Path::from_astAleksey Kladov2020-06-151-0/+1
|/
* Merge #4868bors[bot]2020-06-131-4/+4
|\
| * Fix if and while postfix completionsAleksey Kladov2020-06-131-4/+4
* | More concise completion testsAleksey Kladov2020-06-132-182/+146
* | CleanupAleksey Kladov2020-06-134-255/+154
* | Add keywords completions on source file positionMikhail Rakhmanov2020-06-133-21/+124
* | Merge branch 'master' into keyword_completionMikhail Rakhmanov2020-06-1322-257/+1438
|\|
| * simplify determining whether the field is a tuple fieldOptimalStrategy2020-06-121-5/+1
| * Fix invalid shorthand initialization diagnostic for tuple structsOptimalStrategy2020-06-121-1/+18
| * Merge #4849bors[bot]2020-06-111-34/+22
| |\
| | * Update wrap return testsJonas Schievink2020-06-111-29/+17
| | * Make known paths use `core` instead of `std`Jonas Schievink2020-06-111-9/+9
| * | Indent chain `.` even if there's more stuff afterwardsAleksey Kladov2020-06-111-6/+32
| |/
| * In field patterns, don't highlight local binding as a fieldAleksey Kladov2020-06-102-13/+17
| * SimplifyAleksey Kladov2020-06-084-9/+9
| * Better unsafe highlihgting testsAleksey Kladov2020-06-088-9/+16
| * Highlight only the unsafe operator itselfAleksey Kladov2020-06-081-6/+2
| * Merge #4775bors[bot]2020-06-082-2/+25
| |\
| | * Use explicit match for extracting def from `classify_name`unexge2020-06-081-2/+5
| | * Add `FieldShorthand` variant to `NameClass`unexge2020-06-082-1/+2
| | * Add goto def for enum variant fieldunexge2020-06-061-0/+19
| * | Merge #4683bors[bot]2020-06-084-46/+368
| |\ \
| | * | Implement syntax highlighting for doctestsLeander Tentrup2020-06-084-46/+368
| * | | 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