aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Introduce StructureNodeKindivan7702021-03-143-49/+94
* Added region intersection testivan7702021-03-141-0/+53
* Shorten trim callivan7702021-03-141-1/+1
* Provide regions in file structureivan7702021-03-142-4/+50
* Merge #7799bors[bot]2021-03-132-6/+347
|\
| * Add `Feature: Related Tests` commentvsrs2021-03-111-0/+13
| * Apply review suggestionsvsrs2021-03-111-2/+5
| * Remove erroneous commentvsrs2021-02-271-10/+0
| * Add runnables::related_testsvsrs2021-02-272-6/+341
* | remove unused CompletionScore enumJosh Mcguigan2021-03-121-2/+2
* | add completion relevance scoreJosh Mcguigan2021-03-121-2/+2
* | Return original text range in PrepareRename responses when inside macroLukas Wirth2021-03-101-7/+47
* | Merge #7958bors[bot]2021-03-101-0/+1
|\ \
| * | Avoid double text edits when renaming mod declarationLukas Wirth2021-03-101-0/+1
* | | add apply ssr assistJosh Mcguigan2021-03-102-1/+266
|/ /
* | Compilation speedAleksey Kladov2021-03-091-1/+1
* | Show whether a binding is mutable or not on hoverLukas Wirth2021-03-092-21/+46
* | Don't show const items initializer expressions on hoverLukas Wirth2021-03-091-5/+1
* | Work towards better import labelsKirill Bulatov2021-03-081-2/+0
* | Use upstream cov-markLaurențiu Nicola2021-03-088-52/+51
* | Fix some warningsLaurențiu Nicola2021-03-051-1/+1
* | Prevent renaming SelfType and BuiltinTypeLukas Wirth2021-03-031-0/+2
* | Reorder functions in rename.rsLukas Wirth2021-03-031-189/+187
* | Merge #7850bors[bot]2021-03-021-12/+62
|\ \
| * | Don't add space when joining line to opening quoteAleksey Kladov2021-03-021-12/+62
* | | Merge #7795bors[bot]2021-03-021-13/+122
|\ \ \
| * | | Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-13/+122
| |/ /
* | | Merge #7335 #7691bors[bot]2021-03-021-8/+47
|\ \ \ | |/ / |/| |
| * | corrected no newline at end of fileLuciano Bestia2021-02-131-1/+1
| * | removed logging stuffLuciano Bestia2021-02-132-9/+1
| * | Update crates/ide/src/folding_ranges.rsLuciano2021-02-131-2/+2
| * | simple comparison instead of regexLuciano Bestia2021-02-052-25/+8
| * | added region foldingLuciano Bestia2021-01-182-8/+72
* | | Merge #7778bors[bot]2021-03-011-0/+29
|\ \ \
| * | | Fix lowering trailing self paths in UseTreesLukas Wirth2021-02-281-0/+29
| | |/ | |/|
* | | Update vscode README with a small features listLukas Wirth2021-03-012-0/+18
* | | For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-281-11/+56
|/ /
* | Pickup ConstReference patterns in FindUsagesLukas Wirth2021-02-231-0/+25
* | 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-222-4/+5
* | 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-225-5/+5
* | Merge #7732bors[bot]2021-02-201-2/+2
|\ \
| * | Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-2/+2
* | | Remove documentation of obsolete extend selection commandLaurențiu Nicola2021-02-201-3/+5
|/ /
* | rename completion -> ide_completionAleksey Kladov2021-02-172-5/+5
* | Merge #7699bors[bot]2021-02-172-58/+31
|\ \
| * | Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-162-58/+31
* | | Merge #7705bors[bot]2021-02-171-2/+38
|\ \ \
| * | | Show hover info of the definition of ConstReference patterns instead of its typeLukas Wirth2021-02-171-2/+38
| |/ /
* / / Allow comments between newlines in chaining hintsPaco Soberón2021-02-161-16/+22
|/ /
* | Merge #7657bors[bot]2021-02-161-1/+1
|\ \