about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-08Merge #11658bors[bot]-2/+6
2022-03-08Add back colons around inlay hintsLaurențiu Nicola-2/+6
2022-03-08Merge #11656bors[bot]-1/+1
2022-03-08Fix package.json replacementLaurențiu Nicola-1/+1
2022-03-08Merge #11653bors[bot]-1/+1
2022-03-08fix: client distribution string replacement looking for wrong keyLukas Wirth-1/+1
2022-03-07Merge #11647bors[bot]-3/+13
2022-03-07Improve inlay hint paddingLaurențiu Nicola-3/+13
2022-03-07Merge #11445bors[bot]-643/+555
2022-03-07Add inlayHints capLaurențiu Nicola-0/+1
2022-03-07Add missing parameterLaurențiu Nicola-1/+2
2022-03-07Fix parameter hint positionLaurențiu Nicola-1/+4
2022-03-07Bump esbuildLaurențiu Nicola-102/+549
2022-03-07Update LSP docsLaurențiu Nicola-8/+11
2022-03-07Merge #11645bors[bot]-1/+1
2022-03-07Update manual.adocVitaly Shukela-1/+1
2022-03-07Merge #11644bors[bot]-4/+85
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-06Merge #11633bors[bot]-1/+15
2022-03-06Automatically change text color in logo based on dark modeLuna Razzaghipour-1/+15
2022-03-06Merge #11632bors[bot]-48830/+24858
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]-74/+226