about summary refs log tree commit diff
path: root/crates/ide/src/hover
AgeCommit message (Expand)AuthorLines
2022-07-17tests: add hover tests for const genericsArtur Sinila-0/+100
2022-07-01fix: Simplify macro statement expansion handlingLukas Wirth-0/+31
2022-06-23clarify comment and add autolink test caseRaymond Luo-0/+2
2022-06-13feat: On assoc item name hover, render trait decl docsLukas Wirth-1/+44
2022-05-31fix: float display implfeniljain-2/+2
2022-05-26fix: f32 and f64 representation during loweringfeniljain-0/+66
2022-05-22fix: special case base url of `BuiltinType` to corerainy-me-0/+2
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-0/+88
2022-05-05fix: doc url link typerainy-me-0/+34
2022-05-02minor: Add a test for display rendering record variantsLukas Wirth-0/+22
2022-04-24#11973 associated type is unresolvedbitgaoshu-0/+43
2022-04-10SimplifyLukas Wirth-2/+2
2022-03-31internal: Enforce Resolver to always have a module scopeLukas Wirth-2/+2
2022-03-24organize const eval testshkalbasi-160/+8
2022-03-24Support constants in const evalhkalbasi-0/+85
2022-03-14Add const genericshkalbasi-0/+21
2022-03-12fix clippy::needless_borrowMatthias Krüger-1/+1
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-36/+28
2022-03-09Fix ProcMacroData recording wrong name for derivesLukas Wirth-1/+1
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-4/+2
2022-03-05Fix hover for `Self` keywordLukas Wirth-2/+1
2022-03-04show variadic args in hover function signatureAndy Russell-0/+24
2022-03-04Merge #11595bors[bot]-0/+21
2022-03-04Preserve order of generic argshkalbasi-0/+21
2022-03-04Lower string literals with real val, not defaultTianyi Song-0/+21
2022-02-26Make hir::Local::name infallibleLukas Wirth-1/+1
2022-02-25Resolve `$crate` in `HirDisplay` of `Path`Jonas Schievink-0/+30
2022-02-22internal: Expand the derive attribute into a pseudo expansionLukas Wirth-0/+1
2022-02-21Merge #11481bors[bot]-0/+54
2022-02-21Fix various IDE featuresChayim Refael Friedman-2/+2
2022-02-15test namesJeroen Vannevel-2/+2
2022-02-15add test for function pointer without identifierJeroen Vannevel-0/+18
2022-02-15cleanupJeroen Vannevel-1/+0
2022-02-15rough, but appears to workJeroen Vannevel-0/+37
2022-02-14Hide Keyword Expression Hover For Units `()`Daniel Conley-52/+21
2022-01-28Add Keyword Return Type HighlightingDaniel Conley-10/+99
2022-01-06internal: Support registered tools and attributes in ide layerLukas Wirth-1/+4
2022-01-04Merge #11112bors[bot]-0/+43
2022-01-05Evaluate constants in array repeat expressionhkalbasi-0/+43
2022-01-02check top level entry point invariantsAleksey Kladov-1/+1
2021-12-23show values of constants in hoverhkalbasi-2/+142
2021-12-22Make hover test not relient on minicore structureLukas Wirth-32/+39
2021-12-21Fully render const item completions from hirLukas Wirth-1/+1
2021-12-19feat: treat fn keyword inside function pointer type as primitiverainy-me-3/+33
2021-12-14fixes broken testszhoufan-4/+4
2021-12-03Improve hover message for inert attributesLukas Wirth-2/+63
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-1/+1
2021-12-03Basic hover for builtin-attr and tool modulesLukas Wirth-2/+3
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-1/+2
2021-11-22fix: Omit generic defaults for types in hover messagesLukas Wirth-2/+14