aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
Commit message (Expand)AuthorAgeFilesLines
* Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-163-6/+76
* Replace trait object boxing with extra AttrsOwnerNodeLukas Wirth2021-03-161-19/+48
* Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-162-15/+52
* Merge #8053bors[bot]2021-03-163-145/+16
|\
| * Remove ShortLabelLukas Wirth2021-03-163-145/+16
* | Merge #8034bors[bot]2021-03-161-0/+23
|\ \ | |/ |/|
| * Add new_source_root meta to test fixturesLukas Wirth2021-03-161-4/+4
| * Implement Crate::transitive_reverse_dependenciesLukas Wirth2021-03-151-0/+23
* | Merge #7498bors[bot]2021-03-1614-52/+65
|\ \
| * | Upgrade rowanAleksey Kladov2021-03-1614-52/+65
| | |
| \ \
*-. \ \ Merge #7900 #8000bors[bot]2021-03-163-73/+124
|\ \ \ \ | |_|/ / |/| | |
| | * | Update testsoxalica2021-03-151-28/+57
| | * | Clean usage of ShortLabeloxalica2021-03-152-7/+8
| | * | Use hir formatter moreoxalica2021-03-151-42/+17
| | * | Impl HirDisplay for function hover messageoxalica2021-03-151-1/+9
| | * | Add test for hover of macro expanded functionoxalica2021-03-151-0/+38
| | |/
* | / Return multiple modules in `parent_module`Lukas Wirth2021-03-151-25/+54
| |/ |/|
* | Merge #8020bors[bot]2021-03-152-49/+83
|\ \
| * | Power up goto_implementationLukas Wirth2021-03-152-49/+83
* | | Merge #8015bors[bot]2021-03-152-67/+80
|\ \ \
| * | | move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-152-2/+4
| * | | Introduce Semantics::visit_file_defsLukas Wirth2021-03-152-67/+78
* | | | Goto definition works for `S { a: }` caseAleksey Kladov2021-03-151-0/+11
|/ / /
| | |
| \ \
*-. \ \ Merge #8021 #8022bors[bot]2021-03-154-12/+24
|\ \ \ \
| | * | | some clippy::performance fixesMatthias Krüger2021-03-152-4/+3
| | |/ /
| * | / Enable searching for builtin typesLukas Wirth2021-03-152-8/+21
| | |/ | |/|
* | | Move code to the appropriate layerAleksey Kladov2021-03-153-5/+11
* | | Merge #7975bors[bot]2021-03-152-48/+192
|\ \ \ | |_|/ |/| |
| * | 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 #7966bors[bot]2021-03-152-3/+316
|\ \ \
| * | | Add module commentJonas Schievink2021-03-151-0/+2
| * | | Use pub(crate)Jonas Schievink2021-03-151-3/+3
| * | | Redo it properly and add a quickfixJonas Schievink2021-03-152-7/+308
| * | | Diagnose files that aren't in the module treeJonas Schievink2021-03-101-3/+13
* | | | Don't drop type params in doc-test pathsLukas Wirth2021-03-141-4/+51
| |/ / |/| |
* | | 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
|/ /
* | Show whether a binding is mutable or not on hoverLukas Wirth2021-03-092-21/+46