about summary refs log tree commit diff
path: root/crates/ide/src/hover.rs
AgeCommit message (Expand)AuthorLines
2022-07-17feat: support negative const generic parametersArtur Sinila-20/+10
2022-06-10internal: Bump DependenciesLukas Wirth-2/+2
2022-05-23fix: When hovering macro inputs, don't show everything that was downmappedLukas Wirth-1/+1
2022-04-07minor: Remove pointless rebindingsLukas Wirth-1/+1
2022-03-31internal: Enforce Resolver to always have a module scopeLukas Wirth-1/+1
2022-03-12fix clippy::needless_borrowMatthias Krüger-1/+1
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-1/+2
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-1/+1
2022-02-15fix: keyword hover works on non-keyword tokens if expanded to keywordLukas Wirth-7/+10
2022-01-31Make more precise range macro upmappingLukas Wirth-4/+9
2022-01-04Remove lossy `Definition::from_token`/`Definition::from_node` methodsLukas Wirth-3/+3
2021-12-17fix: Don't duplicate attribute completionsLukas Wirth-3/+4
2021-12-10Don't show trait flyimports for impl trait and placeholdersLukas Wirth-1/+1
2021-11-22Add to macro testing infra to emit token map idsLukas Wirth-1/+0
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-2/+1
2021-11-19ide: dedupe or merge hover actionsJake Heinz-4/+48
2021-11-18ide: show go to for function hover return typeJake Heinz-0/+1
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-27/+18
2021-10-16more clippy fixesMilo-5/+5
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-1/+1
2021-09-23Split the hover module upLukas Wirth-4694/+70
2021-09-23Support goto_def for intra-doc-links in macro invocationsLukas Wirth-57/+8
2021-09-23Make hover work for intra doc links in macro invocationsLukas Wirth-20/+100
2021-09-23CleanupLukas Wirth-121/+67
2021-09-22move function to defs.rshamidreza kalbasi-72/+19
2021-09-22use find_definition in go tohamidreza kalbasi-27/+44
2021-09-21fix derive hover in macrohamidreza kalbasi-14/+55
2021-09-19internal: definition based hover functionshamidreza kalbasi-92/+123
2021-09-15Merge #10233bors[bot]-21/+175
2021-09-15add multi-token mappings for hoverAnatol Ulrich-6/+2
2021-09-15# This is a combination of 3 commits.Anatol Ulrich-19/+177
2021-09-14Merge #10232bors[bot]-0/+22
2021-09-14Add some more attribute ide testsLukas Wirth-0/+22
2021-09-14Merge #10204bors[bot]-0/+136
2021-09-13Improve hover over derference messageTeddy_Wang-11/+11
2021-09-13Fix hover testsTeddy_Wang-3/+3
2021-09-13Fix spellingTeddy_Wang-6/+6
2021-09-12Merge #10202bors[bot]-9/+166
2021-09-11Fix tests by importing core::ops::DerefTeddy_Wang-10/+18
2021-09-10minor: fix tests.Dawer-0/+2
2021-09-10fix: Type param hover shows correct sized bounds.Dawer-0/+140
2021-09-10internal: add implicit `: Sized` bound to type parameters.Dawer-9/+24
2021-09-09Add tests. The tests with coercion fail, but I have no clue why.Teddy_Wang-0/+64
2021-09-08Show the type of what is being dereferenced in a deref expressionTeddy_Wang-0/+64
2021-09-07fix `super` path wrong displayDezhi Wu-1/+23
2021-09-07cargo fmtDezhi Wu-3/+6
2021-09-07fix: path display error when start with `crate`Dezhi Wu-0/+19
2021-09-01Merge #9954bors[bot]-13/+202
2021-09-01Minor fixesLukas Wirth-6/+8
2021-08-22Refactor & improve handling of overloaded binary operatorsFlorian Diebold-2/+2