about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/hover.rs
AgeCommit message (Expand)AuthorLines
2019-03-03Represent unknown types as {unknown} instead of [unknown]Florian Diebold-1/+1
2019-03-02Merge #908bors[bot]-8/+27
2019-03-02rename syntax_mapping as wellAleksey Kladov-3/+3
2019-03-02rename syntax-mapping -> source-mapAleksey Kladov-1/+1
2019-02-28Update hover message since we do support globskjeremy-1/+1
2019-02-28Enable markup for hover on expressions which resolve using type_ofVille Penttinen-8/+27
2019-02-27Enable hover support for NamedFieldDefsVille Penttinen-3/+79
2019-02-27Add support for hovering over the name of an itemVille Penttinen-1/+27
2019-02-26Replace visit_fn with crate::completion::function_labelVille Penttinen-43/+2
2019-02-26Add new type HoverResult to contain the results of hoveringVille Penttinen-14/+146
2019-02-26Add support for showing fn signature when hoveringVille Penttinen-3/+43
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-2/+2
2019-02-22Merge #866bors[bot]-0/+20
2019-02-21Implement basic support for Associated Methods and ConstantsVille Penttinen-0/+20
2019-02-20Fix handling of generics in tuple variants and refactor a bitFlorian Diebold-0/+17
2019-02-12Fix some typosPascal Hertleif-2/+2
2019-02-08reformat the worldAleksey Kladov-10/+4
2019-01-26Make doc comments optionalJeremy Kolb-6/+1
2019-01-26rename source_file -> parseAleksey Kladov-3/+3
2019-01-26rename FilesDatabase -> SourceDatabaseAleksey Kladov-1/+1
2019-01-26fold syntax database into files databaseAleksey Kladov-1/+1
2019-01-19move rename to a new modgfreezy-2/+1
2019-01-15remove Canceled from API implAleksey Kladov-29/+19
2019-01-15remove Cancelable from type inferenceAleksey Kladov-1/+1
2019-01-15remove Cancelable from funciton bodyAleksey Kladov-1/+1
2019-01-15remove Cancelable from source bindersAleksey Kladov-1/+1
2019-01-14Fix type inference for raw (byte) stringsMarcus Klaas de Vries-3/+2
2019-01-13Remove duplicationJeremy Kolb-74/+23
2019-01-13Add visibility to hoverJeremy Kolb-9/+41
2019-01-13Tweak message shown for query fallbackPascal Hertleif-1/+5
2019-01-13Add an explanatory message when we use the Query fallbackDJMcNab-4/+11
2019-01-11rename TreePtr -> TreeArcAleksey Kladov-2/+2
2019-01-11fix testsAleksey Kladov-1/+1
2019-01-11envapsulate navigation target betterAleksey Kladov-2/+2
2019-01-08Fix typo defenition -> definitionMarcus Klaas de Vries-1/+1
2019-01-08fix usages after renameAleksey Kladov-0/+257