about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-03Allow syntax tree to update when changing filesVille Penttinen-17/+26
2019-03-03Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen-13/+11
2019-03-03Add vscode support for range in SyntaxTreeParamsVille Penttinen-11/+41
2019-03-03Add optional range parameter to SyntaxTreeParamsVille Penttinen-5/+148
2019-03-03Merge #917bors[bot]-1291/+1286
2019-03-03Inline type inference test snapshotsFlorian Diebold-1504/+1096
2019-03-03emacs: Fix (void-variable rust-analyzer--last-runnable)Florian Diebold-1/+1
2019-03-03Represent unknown types as {unknown} instead of [unknown]Florian Diebold-172/+172
2019-03-02Add a bunch of tests for type inference involving traitsFlorian Diebold-0/+403
2019-03-02Merge #908bors[bot]-8/+27
2019-03-02Merge #915bors[bot]-133/+108
2019-03-02remove commentAleksey Kladov-1/+0
2019-03-02remove second way to get the bodyAleksey Kladov-5/+1
2019-03-02rename syntax_mapping as wellAleksey Kladov-19/+18
2019-03-02Merge #914bors[bot]-28/+1
2019-03-02A bit of cleanup in ty.rsFlorian Diebold-28/+1
2019-03-02align lower module query namesAleksey Kladov-23/+15
2019-03-02rename scopesAleksey Kladov-9/+9
2019-03-02rename to source_mapAleksey Kladov-17/+13
2019-03-02dont store body inside source mapAleksey Kladov-61/+54
2019-03-02rename syntax-mapping -> source-mapAleksey Kladov-32/+32
2019-02-28Merge #910bors[bot]-1/+1
2019-02-28Update hover message since we do support globskjeremy-1/+1
2019-02-28add syntax-trees videoAleksey Kladov-0/+3
2019-02-28Enable markup for hover on expressions which resolve using type_ofVille Penttinen-8/+27
2019-02-27Merge #906bors[bot]-3/+124
2019-02-27Enable hover support for NamedFieldDefsVille Penttinen-3/+79
2019-02-27Allow goto-definition to work for named fields in struct initializerVille Penttinen-0/+45
2019-02-27Merge #905bors[bot]-61/+63
2019-02-27Fix the buildkjeremy-1/+3
2019-02-27Update depskjeremy-60/+60
2019-02-27Merge #900bors[bot]-61/+72
2019-02-27Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen-43/+24
2019-02-27Merge #901bors[bot]-21/+179
2019-02-27Merge #903bors[bot]-4/+13
2019-02-27Remove RawResponse::empty()Ville Penttinen-7/+5
2019-02-27Work around for issue in vscode reporting a failure in requestVille Penttinen-5/+16
2019-02-27Add support for hovering over the name of an itemVille Penttinen-2/+28
2019-02-26Replace visit_fn with crate::completion::function_labelVille Penttinen-43/+2
2019-02-26Merge #902bors[bot]-4/+4
2019-02-26Fix a typoDale Wijnand-4/+4
2019-02-26Add new type HoverResult to contain the results of hoveringVille Penttinen-16/+149
2019-02-26Add support for showing fn signature when hoveringVille Penttinen-3/+43
2019-02-26Use TypeAscriptionOwnerVille Penttinen-12/+15
2019-02-26Add new trait TypeAscriptionOwnerVille Penttinen-9/+36
2019-02-26Merge #899bors[bot]-1/+1
2019-02-26Change default value of highlightingOn to falseVille Penttinen-1/+1
2019-02-25Merge #897bors[bot]-20/+206
2019-02-25kill accidently commited fileAleksey Kladov-182/+0
2019-02-25Merge #898bors[bot]-108/+293