aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test for hover of macro expanded functionoxalica2021-03-151-0/+38
|/
* Show whether a binding is mutable or not on hoverLukas Wirth2021-03-091-19/+43
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+4
* Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-13/+122
* Fix lowering trailing self paths in UseTreesLukas Wirth2021-02-281-0/+29
* Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-2/+2
* Show hover info of the definition of ConstReference patterns instead of its typeLukas Wirth2021-02-171-2/+38
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-111-1/+1
* Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-311-0/+16
* Fix broken link in intra-docDaiki Ihara2021-01-221-0/+29
* Treat BlockExpr as a potential module originJonas Schievink2021-01-201-0/+1
* Merge #7321bors[bot]2021-01-191-6/+1
|\
| * Support runnables in macrosEdwin Cheng2021-01-191-6/+1
* | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-3/+2
|/
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-7/+40
*-. Merge #7051 #7219 #7245 #7246bors[bot]2021-01-111-6/+1
|\ \
| | * Refactor rename name checkingLukas Wirth2021-01-091-6/+1
| |/
* | Merge #7218bors[bot]2021-01-101-10/+10
|\ \
| * | Fixed typos in code commentsVincent Esche2021-01-091-10/+10
| |/
* | Merge #7206 #7231bors[bot]2021-01-101-7/+9
|\ \
| * | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-7/+9
| |/
* / CleanupAleksey Kladov2021-01-101-2/+2
|/
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-108/+108
* Remove some stale deprecationsAleksey Kladov2021-01-071-2/+0
* More maintainable configAleksey Kladov2021-01-061-22/+7
* Show GotoTypeAction for TypeParamLukas Wirth2021-01-041-17/+54
* Show GotoTypeAction for ConstParamLukas Wirth2021-01-041-37/+66
* Show implementations when hovering over SelfTypeLukas Wirth2021-01-041-8/+29
* Fix HoverAction::Implementation typoLukas Wirth2021-01-041-10/+11
* Implement hover for ConstParamLukas Wirth2021-01-041-4/+18
* Impl hovering for TypeParamsLukas Wirth2021-01-041-2/+50
* Move impls of ToNav that use source() to TryToNavNick Spain2021-01-021-5/+5
* source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-021-3/+3
* HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-021-8/+1
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+4
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-4/+4
* Show lifetimes and labels on hoverLukas Wirth2021-01-011-7/+43
* Add ConstParams to the ide layerLukas Wirth2021-01-011-1/+4
* Support labels in reference searchLukas Wirth2020-12-241-1/+1
* Align code_model name with ungrammarAleksey Kladov2020-12-201-2/+2
* Reduce test verbosityAleksey Kladov2020-12-181-403/+109
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-37/+111
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-37/+37
* Merge #6901bors[bot]2020-12-181-0/+6
|\
| * Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-181-0/+6
* | Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
* | Lifetime reference searchLukas Wirth2020-12-161-1/+1
|/
* Don't highlight parent nodes of comments on hoverLukas Wirth2020-12-111-0/+16
* Test inner and outer doc comments in hoverLukas Wirth2020-12-091-0/+62
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-071-28/+36