aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Add ConstParams to the ide layerLukas Wirth2021-01-018-1/+50
* Simplify assists resolution APIAleksey Kladov2020-12-261-14/+8
* Merge #7036bors[bot]2020-12-251-1/+39
|\
| * Don't split path separators apart in doctest runnablesLukas Wirth2020-12-251-1/+39
* | Simplify moreAleksey Kladov2020-12-241-43/+22
* | SimplifyAleksey Kladov2020-12-241-35/+7
* | Merge #7030bors[bot]2020-12-2418-8/+125
|\ \
| * | Support labels in reference searchLukas Wirth2020-12-2418-8/+125
| |/
* | pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-11/+11
* | Prevent multiple incorrect case diagnostics in functionsunexge2020-12-231-0/+13
* | Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-232-1/+26
* | Store invocation site for eager macrosJonas Schievink2020-12-221-0/+25
|/
* Merge #6746bors[bot]2020-12-222-0/+2
|\
| * Update test diagnostics in ideDaiki Ihara2020-12-211-0/+1
| * Add initial_contents field for CreateFileDaiki Ihara2020-12-211-0/+1
* | Acquire original text range when searching for referencesLukas Wirth2020-12-211-6/+42
|/
* Merge #6921bors[bot]2020-12-201-0/+28
|\
| * Higher-ranked trait bounds for where clausesLukas Wirth2020-12-171-0/+28
* | Align code_model name with ungrammarAleksey Kladov2020-12-206-9/+9
* | Add test_rename_bind_patbjorn32020-12-191-0/+35
* | Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-196-36/+39
* | Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-193-14/+13
* | Use more Rustic highlighting specifiersAleksey Kladov2020-12-197-45/+61
* | Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-185-96/+97
* | Reduce test verbosityAleksey Kladov2020-12-183-597/+169
* | NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-185-74/+187
* | Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-1810-207/+270
* | Cleaup importsAleksey Kladov2020-12-181-7/+7
* | Merge #6901bors[bot]2020-12-182-1/+15
|\ \
| * | Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-182-1/+15
* | | Rewrite doctest runnablesAleksey Kladov2020-12-172-107/+83
* | | Minor code styleAleksey Kladov2020-12-171-27/+19
* | | Make `Attrs::from_attrs_owner` privateJonas Schievink2020-12-172-39/+11
| |/ |/|
* | Rename ImplDef -> ImplAleksey Kladov2020-12-175-7/+7
* | Lifetime reference searchLukas Wirth2020-12-168-22/+265
* | Node-ify lifetimesLukas Wirth2020-12-161-1/+1
* | Make macro def krate mandatoryJonas Schievink2020-12-153-1/+9
|/
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-156-41/+41
* Add find usages for enum constructorsDaiki Ihara2020-12-141-0/+115
* Use Attrs::docs in NavigationTarget instead of DocCommentsOwnerLukas Wirth2020-12-111-24/+28
* Merge #6834bors[bot]2020-12-111-9/+9
|\
| * Use Attrs::docs in runnables instead of DocCommentsOwnerLukas Wirth2020-12-111-9/+9
* | Don't highlight parent nodes of comments on hoverLukas Wirth2020-12-111-0/+16
|/
* Merge #6769bors[bot]2020-12-102-1/+25
|\
| * Cast to ExprStmt, style fixesivan7702020-12-101-4/+4
| * Format codeivan7702020-12-081-3/+10
| * Remove unused useivan7702020-12-081-1/+1
| * Remove this semicolonivan7702020-12-082-6/+23
* | Fix FileId computation in IncorrectCase fixJonas Schievink2020-12-101-4/+4
* | Introduce anchored_pathAleksey Kladov2020-12-093-30/+45