about summary refs log tree commit diff
path: root/crates/ide/src/hover/tests.rs
AgeCommit message (Expand)AuthorLines
2022-10-18Revert "feat: Diagnose some incorrect usages of the question mark operator"Lukas Wirth-19/+3
2022-10-16Diagnose incorrect usages of the question mark operatorLukas Wirth-3/+19
2022-09-12Added more consteval tests and fixed consteval resultOleStrohm-25/+0
2022-09-12Added consteval testsOleStrohm-0/+1
2022-09-12Almost thereOleStrohm-1/+52
2022-09-12Implemented basic enum const evalOleStrohm-0/+109
2022-09-04Do not insert a newline after `;` if the next token is a `}`Chayim Refael Friedman-3/+2
2022-09-04Insert whitespaces into static & const bodies if they are expanded from macro...Chayim Refael Friedman-0/+59
2022-08-16Add a setting for keyword hover popupsJonas Schievink-7/+35
2022-08-05feat: Handle operators like their trait functions in the IDELukas Wirth-0/+34
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