aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #1394bors[bot]2019-06-111-6/+23
|\
| * Fix hover for pat that shadows itemsShotaro Yamada2019-06-111-6/+23
* | remove inherent source implsAleksey Kladov2019-06-111-2/+2
* | use Source for module, part 1Aleksey Kladov2019-06-111-2/+1
* | use Source for StructFieldAleksey Kladov2019-06-111-2/+2
* | use Source for MacroDefAleksey Kladov2019-06-111-2/+2
* | use Source for TraitAleksey Kladov2019-06-111-8/+2
* | simplifyAleksey Kladov2019-06-111-5/+5
* | use Source for TypeAliasAleksey Kladov2019-06-111-12/+6
* | reduce duplication in hoverAleksey Kladov2019-06-111-56/+24
* | use Source for statics and constsAleksey Kladov2019-06-111-6/+6
* | use Source for FunctionAleksey Kladov2019-06-111-6/+6
* | use Source moreAleksey Kladov2019-06-111-6/+9
* | introduce Source structAleksey Kladov2019-06-111-4/+7
|/
* Simpliy hover on ast::nameEdwin Cheng2019-06-101-7/+35
* Use classify_name_ref in hoverEdwin Cheng2019-06-101-12/+128
* Remove node function in NavTargetEdwin Cheng2019-06-081-3/+3
* Fix clippy::new_without_defaultAlan Du2019-06-041-0/+6
* Sort hover results in testsLaurențiu Nicola2019-05-301-2/+8
* fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
* Fix hover on the beginning of a nested expressionFlorian Diebold2019-04-281-7/+14
* use really correct resolver for expressionsAleksey Kladov2019-04-121-1/+1
* renameAleksey Kladov2019-04-111-1/+1
* introduce SourceAnalyzerAleksey Kladov2019-04-111-10/+8
* Move display related things from hover to displayVille Penttinen2019-04-091-107/+3
* Move completion label functions to displayVille Penttinen2019-04-091-1/+1
* switch to new rowanAleksey Kladov2019-04-011-6/+8
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-16/+1
* Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-161-2/+3
* Remove superfluous semicolonskjeremy2019-03-081-5/+5
* Use ast::Name::text() instead of name().syntax().text()Ville Penttinen2019-03-071-2/+2
* Fix EnumVariants not showing properly when hoveringVille Penttinen2019-03-071-2/+56
* Add support for goto definition and hover on SelfVille Penttinen2019-03-071-0/+58
* Hover for associated items in patternskjeremy2019-03-061-0/+23
* Use ImplItems instead of just FunctionJeremy Kolb2019-03-041-1/+1
* Make goto definition/hover resolve constructorskjeremy2019-03-041-0/+22
* Represent unknown types as {unknown} instead of [unknown]Florian Diebold2019-03-031-1/+1
* Merge #908bors[bot]2019-03-021-8/+27
|\
| * Enable markup for hover on expressions which resolve using type_ofVille Penttinen2019-02-281-8/+27
* | rename syntax_mapping as wellAleksey Kladov2019-03-021-3/+3
* | rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-1/+1
* | Update hover message since we do support globskjeremy2019-02-281-1/+1
|/
* Enable hover support for NamedFieldDefsVille Penttinen2019-02-271-3/+79
* Add support for hovering over the name of an itemVille Penttinen2019-02-271-1/+27
* Replace visit_fn with crate::completion::function_labelVille Penttinen2019-02-261-43/+2
* Add new type HoverResult to contain the results of hoveringVille Penttinen2019-02-261-14/+146
* Add support for showing fn signature when hoveringVille Penttinen2019-02-261-3/+43
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-2/+2
* Merge #866bors[bot]2019-02-221-0/+20
|\