about summary refs log tree commit diff
path: root/crates/ide/src/hover/tests.rs
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-0/+30
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-24organize const eval testshkalbasi-160/+8
2022-03-24Support constants in const evalhkalbasi-0/+85
2022-03-14Add const genericshkalbasi-0/+21
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-24/+24
2022-03-09Fix ProcMacroData recording wrong name for derivesLukas Wirth-1/+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-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-15test namesJeroen Vannevel-2/+2
2022-02-15add test for function pointer without identifierJeroen Vannevel-0/+18
2022-02-15rough, but appears to workJeroen Vannevel-0/+36
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-1/+135
2021-12-22Make hover test not relient on minicore structureLukas Wirth-32/+39
2021-12-19feat: treat fn keyword inside function pointer type as primitiverainy-me-0/+24
2021-12-14fixes broken testszhoufan-4/+4
2021-12-03Improve hover message for inert attributesLukas Wirth-0/+43
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-1/+0
2021-11-22fix: Omit generic defaults for types in hover messagesLukas Wirth-1/+13
2021-11-20ide: hover omits unnamed where predsJake Heinz-0/+42
2021-11-19ide: dedupe or merge hover actionsJake Heinz-16/+46
2021-11-18Merge #10798bors[bot]-28/+31
2021-11-18ide: show go to for function hover return typeJake Heinz-28/+31
2021-11-18ide: display static values in hoverJake Heinz-8/+8
2021-11-18more complicated const testJake Heinz-0/+22
2021-11-17hir: show const value in hoverJake Heinz-26/+26
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-0/+3
2021-10-20Merge #10563bors[bot]-2/+2
2021-10-20Fix standard library doclinks not going to the correct pageLukas Wirth-20/+20
2021-10-17Semantic getterAndrzej Głuszak-2/+2
2021-09-23Split the hover module upLukas Wirth-0/+4168