about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-10/+30
2022-03-11fix: Stop wrapping ConstParam's default values in ConstArgSteven Joruk-50/+82
2022-03-11Merge #11680bors[bot]-59/+132
2022-03-11fix: Show what file paths were expected for unresolved modulesLukas Wirth-59/+132
2022-03-10Merge #11676bors[bot]-384/+478
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-204/+157
2022-03-10Enable qualifier completions for derivesLukas Wirth-83/+123
2022-03-10Don't offer qualified path completions for buitlin derivesLukas Wirth-82/+42
2022-03-10Expand into pseudo-derive attribute expansions in completionsLukas Wirth-56/+197
2022-03-10Add support for new `where` clause location in associated types.Dario Nieuwenhuis-8/+47
2022-03-10minor: Access parser internals through ide_db for ide cratesLukas Wirth-4/+6
2022-03-10Merge #11662bors[bot]-14/+167
2022-03-09Merge #11664bors[bot]-150/+219
2022-03-09Update project_model test outputsLukas Wirth-0/+27
2022-03-09Specific proc-macro crate type for other test fixture where neededLukas Wirth-5/+7
2022-03-09Merge #11660bors[bot]-62/+176
2022-03-09Specify proc-macro crate type for proc-macro hir_def test fixturesLukas Wirth-48/+52
2022-03-09fix: Properly handle proc-macro crate types for nameresLukas Wirth-97/+133
2022-03-09Merge #11663bors[bot]-663/+975
2022-03-09SimplifyLukas Wirth-41/+34
2022-03-09Disable one of the failing SSR test casesLukas Wirth-5/+6
2022-03-09fix symbol index collection not collecting legacy macrosLukas Wirth-118/+127
2022-03-09Fix ProcMacroData recording wrong name for derivesLukas Wirth-30/+43
2022-03-09Add data queries for macrosLukas Wirth-19/+102
2022-03-09Remove unnecessary macro_declarations from ItemScopeLukas Wirth-57/+25
2022-03-09Only store derive<->derive-helper mapping in DefMapLukas Wirth-30/+21
2022-03-08Move ide crates to new hir::MacroLukas Wirth-67/+61
2022-03-08Move hir to new MacroIdLukas Wirth-149/+212
2022-03-08Rename MacroDef to MacroLukas Wirth-31/+57
2022-03-09insert dummy values for const generics in substhkalbasi-62/+176
2022-03-08Add MacroId to hir_def in attempt to unify Macros with ModuleDefIdLukas Wirth-215/+386
2022-03-09fix: extract_module selection inside implvi_mi-14/+167
2022-03-08Add back colons around inlay hintsLaurențiu Nicola-2/+6
2022-03-07Improve inlay hint paddingLaurențiu Nicola-3/+13
2022-03-07Merge #11445bors[bot]-33/+137
2022-03-07Add inlayHints capLaurențiu Nicola-0/+1
2022-03-07Fix parameter hint positionLaurențiu Nicola-1/+4
2022-03-07Update LSP docsLaurențiu Nicola-1/+1
2022-03-07Emit more detailed highlighting for `%`, `>>`, `<<`Luna Razzaghipour-4/+85
2022-03-06Merge #11639bors[bot]-683/+670
2022-03-06Update tidy ignore listLukas Wirth-3/+4
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-680/+666
2022-03-06Merge #11637bors[bot]-83/+77
2022-03-06minor: SimplifyLukas Wirth-83/+77
2022-03-06Bring back syntax highlighting in test dataAleksey Kladov-48830/+24858
2022-03-06Merge #11631bors[bot]-167/+184
2022-03-06internal: Simplify and optimize syntax_highlightingLukas Wirth-167/+184
2022-03-05Merge #11630bors[bot]-72/+219
2022-03-06Add a macro case for the keyword highlighting test fixtureLukas Wirth-6/+14
2022-03-06Fix extern crate self having self unresolvedLukas Wirth-9/+13