about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2021-12-17Remove needless clonesLaurențiu Nicola-1/+1
2021-12-17fix: Don't duplicate attribute completionsLukas Wirth-3/+4
2021-12-14Move out doc-links tests into a separate moduleLukas Wirth-396/+414
2021-12-14fixes broken testszhoufan-4/+4
2021-12-13Merge #11000bors[bot]-84/+7
2021-12-13fix: insert whitespaces into assoc items for assist when macro generatedLukas Wirth-3/+3
2021-12-13Move ws insert rendering for macro expansion into ide_dbLukas Wirth-84/+7
2021-12-11Merge #10965bors[bot]-18/+0
2021-12-10Merge #10978bors[bot]-21/+10
2021-12-10Don't show trait flyimports for impl trait and placeholdersLukas Wirth-2/+2
2021-12-10Only prime direct dependencies of the workspace cratesLaurențiu Nicola-21/+10
2021-12-08Remove dead assists-related functionLaurențiu Nicola-18/+0
2021-12-07Merge #10958bors[bot]-0/+75
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+75
2021-12-07Adjust incorrect runnable testsLukas Wirth-5/+3
2021-12-07SimplifyLukas Wirth-27/+3
2021-12-07Fix some TryToNav impls not upmapping ranges out of macrosLukas Wirth-68/+89
2021-12-05fix: Add highlighting hack back for unresolved attributesLukas Wirth-0/+7
2021-12-04Merge #10930bors[bot]-61/+57
2021-12-04fix: Fix self keyword not being tagged as such in highlighting properlyLukas Wirth-61/+57
2021-12-04Merge #10929bors[bot]-30/+46
2021-12-04Update semantic token docsLukas Wirth-2/+4
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-4/+17
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-26/+27
2021-12-04Bump pulldown-cmark-to-cmarkLaurențiu Nicola-2/+2
2021-12-03Merge #10915bors[bot]-79/+126
2021-12-03Improve hover message for inert attributesLukas Wirth-2/+63
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-8/+8
2021-12-03Basic hover for builtin-attr and tool modulesLukas Wirth-2/+3
2021-12-03SimplifyLukas Wirth-0/+2
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-77/+48
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-5/+17
2021-12-02Merge #10891bors[bot]-1/+100
2021-12-02fixup: include more information for implsTJ DeVries-2/+40
2021-12-01fixup: properly handle all associated itemsTJ DeVries-22/+33
2021-12-01add a fixme:Jake Heinz-0/+2
2021-12-01simplifyJake Heinz-1/+1
2021-12-01ide: hack to make self not unresolved reference in async trait wrapped impl'sJake Heinz-2/+18
2021-12-01add testJake Heinz-0/+18
2021-11-30fix: emit trait names in moniker identifierTJ DeVries-3/+53
2021-11-30Merge #10872bors[bot]-21/+18
2021-11-30remove one need for semanticsJake Heinz-3/+2
2021-11-29Merge #10841bors[bot]-0/+275
2021-11-29do something with library_symbolsJake Heinz-10/+5
2021-11-29remove duplicate data from CrateOriginhkalbasi-4/+4
2021-11-28cleanupsJake Heinz-11/+14
2021-11-27fix: Show parameter hints unconditionally for logical not expressionsLukas Wirth-4/+8
2021-11-27make navigation target go to original file locationJake Heinz-2/+2
2021-11-27use Semantics::parse_or_expand in another placeJake Heinz-3/+3
2021-11-27wipJake Heinz-5/+5