about summary refs log tree commit diff
path: root/crates/ide/src/hover
AgeCommit message (Expand)AuthorLines
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-20/+26
2021-11-18more complicated const testJake Heinz-0/+22
2021-11-17maybe this is better??Jake Heinz-2/+17
2021-11-17hir: show const value in hoverJake Heinz-26/+26
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-23/+18
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-26internal: more reasonable grammar for blocksAleksey Kladov-2/+2
2021-09-23Split the hover module upLukas Wirth-0/+4618